Results 1 to 5 of 5

Thread: Top Most Forms

  1. #1
    Guest

    Unhappy

    OK heres the problem, I am making a screen saver I set the form1 as TopMost then I have a password thingie come up with a mouse move or keypress that all works well enough. The problem is that when the password form comes up and I need to give it TopMost then a backgroud app can come in between the password form and the screen saver. I was thinking of using a MDI form but cannot remove the borders.

    So... is there a way to remove the borders on a MDI form (parent) or... ???

  2. #2
    Guest
    Use vbModal to make the password screen the top most form and disable all forms behind it.

    Code:
    pwdfrm.Show vbModal

  3. #3
    Guest

    Thumbs up You are the Man!!

    Just what the doctor ordered.

    Thank You!!!

    P.S. Is there a proper way to use the Smilies? ...Just a NewBee

  4. #4
    Guest
    You mean smilies like:

    For all of them, check out this link

  5. #5
    Guest

    Cool Cool

    Thanks again...


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