G
Guest
Hi there.
Could you help me with fullscreen mode in CF2.0?
I am trying to use this code:
lHwnd = GetHwnd(Me)
SetForegroundWindow(lHwnd)
SHFullScreen(lHwnd, SHFS_HIDETASKBAR)
by adding coredll reference into my form.
But when application is swithing bettwen forms the TASKBAR is shown for a
little while anyway .
Exist some other method for doing this by native CF2.0/OpenNETCF2.0 code?
Thx
kp
Could you help me with fullscreen mode in CF2.0?
I am trying to use this code:
lHwnd = GetHwnd(Me)
SetForegroundWindow(lHwnd)
SHFullScreen(lHwnd, SHFS_HIDETASKBAR)
by adding coredll reference into my form.
But when application is swithing bettwen forms the TASKBAR is shown for a
little while anyway .
Exist some other method for doing this by native CF2.0/OpenNETCF2.0 code?
Thx
kp