G
Guest
How can I hide taskbar on wince.NET 4.2 platform(no autohide)I want it disappear completely while my application is running?
thanks..
thanks..
disappear completely while my application is running??ibad said:How can I hide taskbar on wince.NET 4.2 platform(no autohide)I want it
"System.NotSupportedException" when executing ;ibad said:I tried the following code but it didn't work.It throws
ByVal hWndInsertAfter As Long, ByVal x As Long, ByVal y As Long, ByVal cx AshTaskBarWnd = FindWindow("HHTaskBar", "")
Private Declare Function SetWindowPos Lib "user32" (ByVal hwnd As Long,
(ByVal lpClassName As String, ByVal lpWindowName As String) As LongPrivate Declare Function FindWindow Lib "user32" Alias "FindWindowA"
(ByVal hwnd As Long, ByVal lpClassName As String, ByVal nMaxCount As Long)Private Declare Function GetWindow Lib "user32" (ByVal hwnd As Long, ByVal wCmd As Long) As Long
Private Declare Function GetClassName Lib "user32" Alias "GetClassNameA"