I'm developing a simple VB application where I would not want my users to edit the date using the date controls on the taskbar. is there a way to hide the taskbar while my programming is running? How do i code that?
Printable View
I'm developing a simple VB application where I would not want my users to edit the date using the date controls on the taskbar. is there a way to hide the taskbar while my programming is running? How do i code that?
Hide the taskbar would require API calls...or are you asking how to hide your plrogram from the taskbar (Form1.ShowInTaskbar = False)?
laterz,
D!m