Results 1 to 2 of 2

Thread: forms related question

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2001
    Location
    Melbourne
    Posts
    36

    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

  2. #2
    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:
    1. 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
  •  



Click Here to Expand Forum to Full Width