FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Pocket PC how use ShFullScreen
Posts: 842
Joined: Mon Oct 10, 2005 01:29 PM
how use ShFullScreen
Posted: Fri May 05, 2006 12:49 PM

Hello Antonio
how use ShFullScreen() for hide TaskBAr ?

Thank in anticipation
Maurizio
PS any news about socket ?

Posts: 842
Joined: Mon Oct 10, 2005 01:29 PM
how use ShFullScreen
Posted: Fri May 05, 2006 04:47 PM

I solve

ShFullScreen(oWnd:hwnd,0x0020 )

On Windows Mobile works but not in Windows CE

#define SHFS_SHOWTASKBAR 0x0001
#define SHFS_HIDETASKBAR 0x0002
#define SHFS_SHOWSIPBUTTON 0x0004
#define SHFS_HIDESIPBUTTON 0x0008
#define SHFS_SHOWSTARTICON 0x0010
#define SHFS_HIDESTARTICON 0x0020

Continue the discussion