-
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... ???
-
Use vbModal to make the password screen the top most form and disable all forms behind it.
Code:
pwdfrm.Show vbModal
-
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
-
You mean smilies like: :) :D :( :rolleyes: :p
For all of them, check out this link
-
Cool