Results 1 to 4 of 4

Thread: Help!

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2000
    Posts
    33
    I have an about form for my program. being that it is an about form i have it no in the windows taskbar. I found that if i click to my main window while the about form is open it just hides itself behind everythign and makes it quite annoying to retrieve it and close it. How can i make it so that the user cannot click on the main form while the about form is open?

    ~~Jeff

  2. #2
    Fanatic Member RealisticGraphics's Avatar
    Join Date
    Jul 1999
    Location
    Arkansas
    Posts
    655
    When you show your about form tell it to be modal.

    frmAbout.Show vbModal
    www.RealisticGraphics.net

    Running VS.Net Enterprise & VB 6

    Other Languages: JavaScript, VBScript, VBA, HTML, CSS, ASP, SQL, XML

    MSN Messenger: kmsheff

  3. #3
    Addicted Member
    Join Date
    Feb 2000
    Location
    CWMBRAN,WALES,UK
    Posts
    146
    Or

    frmAbout.Show, Me

    GRAHAM

  4. #4
    Guest
    The first parameter determines whether or not the Form is Modal or Modeless and the second parameter determins the Ownerform.

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