|
-
Sep 13th, 2000, 06:54 PM
#1
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... ???
-
Sep 13th, 2000, 07:00 PM
#2
Use vbModal to make the password screen the top most form and disable all forms behind it.
Code:
pwdfrm.Show vbModal
-
Sep 14th, 2000, 01:55 AM
#3
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
-
Sep 14th, 2000, 01:52 PM
#4
-
Sep 14th, 2000, 02:05 PM
#5
Cool
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
|