|
-
Oct 7th, 2001, 09:41 PM
#1
Thread Starter
Member
forms related question
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
 WoG_sTyLe_69 
-
Oct 7th, 2001, 09:43 PM
#2
Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|