10-02-2010, 10:32 PM
10-02-2010, 10:50 PM
Put this inside of form_load as a code:
I'd recommend putting that as an if statement for a checkbox so that users have the option of keeping it on top or not. It can be annoying if you don't want that option.
Code:
Me.TopMost = True
I'd recommend putting that as an if statement for a checkbox so that users have the option of keeping it on top or not. It can be annoying if you don't want that option.
10-02-2010, 10:53 PM
(10-02-2010, 10:50 PM)Infinity Wrote: [ -> ]Put this inside of form_load as a code:
Code:Me.TopMost = True
I'd recommend putting that as an if statement for a checkbox so that users have the option of keeping it on top or not. It can be annoying if you don't want that option.
Oh thanks so much... I have a few other questions to post now... lol thanks again1!!!
10-02-2010, 10:57 PM
(10-02-2010, 10:53 PM)L3g1tWa5te Wrote: [ -> ]Oh thanks so much... I have a few other questions to post now... lol thanks again1!!!
No problem if they are related to this you can just post them in here lol. But adding that option as an optional choice, is a good idea, unless you are just playing around with the code for personal education.
I know even after I set programs to stay on top, sometimes I don't want that option and it gets annoying pretty quick, having to move the window around to view the parts of your screen that you want to see.
10-02-2010, 11:04 PM
very true, and well agreed on!!!