I need to know how to make a form not appear in the taskbar, when i press ctrl+alt+delete, make it stay on top, and for it to cover the start button and all(full screen).
thnx 4 yo help
Printable View
I need to know how to make a form not appear in the taskbar, when i press ctrl+alt+delete, make it stay on top, and for it to cover the start button and all(full screen).
thnx 4 yo help
1. Set the ShownInTaskbar property to False at design time
2. When you press Ctrl-Alt-Del...and...what?
3. http://www.vbforums.com/showthread.p...t=setwindowpos
4.VB Code:
Me.Move 0, 0, Screen.Width, Screen.Height