Results 1 to 3 of 3

Thread: help arranging forms

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 1999
    Location
    Wakefield, West Yorkshire, UK
    Posts
    10

    Unhappy

    OK my friend is building a chat program to get him started with Winsock. He asked me:

    how could i make a form focased all the time so that you can't go back to the main form unless you press ok (for example look at mirc when you press options from the menu you can't escape it untill you press ok)

    and the other thing how to make a form under another form(for example the form that you right in in a channel when you minmize it is still in the main chanel)

    I know there's the prioraty window joby, but how do you work it i can't remember
    Anyone?
    =======
    Dan

  2. #2
    Fanatic Member
    Join Date
    Oct 1999
    Location
    MA, USA
    Posts
    523
    Your first question: use MODAL kind of thing:
    Code:
    Form1.Show vbModal
    I'm not sure about the second question . Do you mean something like Parent - child form? If yes then use MDI forms.

    HTH

  3. #3

    Thread Starter
    New Member
    Join Date
    Dec 1999
    Location
    Wakefield, West Yorkshire, UK
    Posts
    10
    Yes VbModal thanks qwerty, couldn't remember that, but I have no idea at all what he is talking about in the second question. I'll ask more about it. I think maybe he means like in a MDI.

    Thanks,
    =======
    Dan

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