Hiding Start Menu alone in Win CE 2.11
Mobile
1
Posts
1
Posters
1
Views
1
Watching
-
Hi All, How to hide start menu alone in win ce h/pc 2.11 ? I can be able to hide the task bar and how to hide the start menu alone using Win CE API's. The following code is used to hide the entire task bar. Dim hwnd As Long Dim lret As Long hwnd = FindWindow("HHTaskBar", "") lret = ShowWindow(hwnd, SW_SHOW) '--- Code to set the form on top. lret = SetForegroundWindow(Principal.hwnd) lret = SetWindowPos(Principal.hwnd, HWND_TOPMOST, 0, 0, _ GetSystemMetrics(SM_CXSCREEN), GetSystemMetrics(SM_CYSCREEN), _ SWP_SHOWWINDOW) please any one having any idea in this regard if so help me out thanks, siva