Results 1 to 6 of 6

Thread: Modeless Form

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Dec 2002
    Location
    Central US
    Posts
    183

    Modeless Form

    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!

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    VB Code:
    1. Form.ShowDialog

    Or

    VB Code:
    1. Form.TopMost=True

  3. #3
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489
    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?

  4. #4
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    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?
    I can't see how it's related to OOP !!!!!!Don't make me confused

  5. #5
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489
    lol! maybe I'm thinking too deep. I have been sitting in front of my pc for WAY too long this week!!!!



  6. #6

    Thread Starter
    Addicted Member
    Join Date
    Dec 2002
    Location
    Central US
    Posts
    183
    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!

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