Hi All!
How can I make my Form modeless?? I need it to keep focus so I can use it for input.
Any help would be appreciated.
Thanks!
Printable View
Hi All!
How can I make my Form modeless?? I need it to keep focus so I can use it for input.
Any help would be appreciated.
Thanks!
VB Code:
Form.ShowDialog
Or
VB Code:
Form.TopMost=True
does the first example use the full potential of the Object Oriented principals of the language?
While the second works, is it still better to use the first keeping in mind that this is now an OO language?
Basically what I'm asking, is the first example a better example of OOP?
I can't see how it's related to OOP !!!!!!Don't make me confused :confused:Quote:
Originally posted by Andy
does the first example use the full potential of the Object Oriented principals of the language?
While the second works, is it still better to use the first keeping in mind that this is now an OO language?
Basically what I'm asking, is the first example a better example of OOP?
lol! maybe I'm thinking too deep. I have been sitting in front of my pc for WAY too long this week!!!!
:D :cool: :D :D :D
That don't work for what I'm trying to do. It will not let me go back and fort without the input form closed.
Thanks!