¿Como deshabilitar el Task Bar de PocketPC?

¿Como deshabilitar el Task Bar de PocketPC?

Postby pablovidal » Wed Oct 21, 2009 6:26 pm

Hola Antonio,

Tal como hablamos por telefono, necesito esto ?
¿Como deshabilitar el Task Bar de PocketPC?

Saludos,
Saludos,

Pablo Alberto Vidal
/*
------------------------------------------------------
Harbour 3.2.0, Fivewin 17.02, BCC7
------------------------------------------------------
*/
User avatar
pablovidal
 
Posts: 401
Joined: Thu Oct 06, 2005 10:15 pm
Location: Republica Dominicana

Re: ¿Como deshabilitar el Task Bar de PocketPC?

Postby Antonio Linares » Wed Oct 21, 2009 7:32 pm

Pablo,

Aqui tienes un ejemplo que oculta todo. Puedes seleccionar facilmente lo que quieras dejar visible.

Recuerda que has de hacer click para salir de la ventana :-)
Code: Select all  Expand view
#include "FWCE.ch"

#define SHFS_HIDETASKBAR    2
#define SHFS_HIDESIPBUTTON  8
#define SHFS_HIDESTARTICON 20

function Main()

   local oWnd

   DEFINE WINDOW oWnd
   
   ShFullScreen( oWnd:hWnd, SHFS_HIDETASKBAR )
   ShFullScreen( oWnd:hWnd, SHFS_HIDESTARTICON )
   ShFullScreen( oWnd:hWnd, SHFS_HIDESIPBUTTON )

   ACTIVATE WINDOW oWnd ;
      ON INIT MoveWindow( oWnd:hWnd, 0, 0, 300, 320 ) ;
      ON CLICK oWnd:End()

return nil
 
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41304
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain


Return to FiveWin para Pocket PC

Who is online

Users browsing this forum: No registered users and 1 guest