Hola Antonio,
Tal como hablamos por telefono, necesito esto ?
¿Como deshabilitar el Task Bar de PocketPC?
Saludos,
#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
Return to FiveWin para Pocket PC
Users browsing this forum: No registered users and 14 guests