LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Control of Taskbar properties?

I am porting a CVI for Win311 app to Win95+, and would like to insure that
the task bar is NOT displayed. I can turn it off by right-clicking the bar,
selecting properties, and de-selecting "Always on top", but how would I go
about doing this programmatically?
0 Kudos
Message 1 of 2
(3,977 Views)
You can use Windows API calls (FindWindow, EnableWindow, SetWindowPos)from user32.dll to show, hide, enable or disable the taskbar (at least in Windows 2000). See some additional discussion and my example here.
0 Kudos
Message 2 of 2
(3,977 Views)