how use ShFullScreen

Post Reply
User avatar
Maurizio
Posts: 705
Joined: Mon Oct 10, 2005 1:29 pm
Contact:

how use ShFullScreen

Post by Maurizio »

Hello Antonio
how use ShFullScreen() for hide TaskBAr ?

Thank in anticipation
Maurizio
PS any news about socket ?
User avatar
Maurizio
Posts: 705
Joined: Mon Oct 10, 2005 1:29 pm
Contact:

Post by Maurizio »

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
Post Reply