Results 1 to 4 of 4

Thread: Error trying to show forms as Modal in VB3

  1. #1

    Thread Starter
    Hyperactive Member JazzBass's Avatar
    Join Date
    Jun 1999
    Posts
    393

    Unhappy

    Hi,

    I'm trying to show forms as modal forms, but I keep getting an error that the form is already loaded.

    I've looked through all of my code and can't find anywhere else the forms would be loaded from.

    This is my code:

    Code:
    UNLOAD FRMWELCOME
    FRMLICENSE.SHOW 1
    I'm using VB 3 Professional. I've tried starting a new project and it seems to work fine.

    Help!!

    Thanks,
    JazzBass
    JazzBass
    In the .NET era
    Trying to remember VB6
    Progress:
    XP Professional @ Home
    and @ the Office

  2. #2
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715
    try this:
    Code:
    UNLOAD FRMWELCOME
    FRMWELCOME.VISIBLE = TRUE
    NXSupport - Your one-stop source for computer help

  3. #3

    Thread Starter
    Hyperactive Member JazzBass's Avatar
    Join Date
    Jun 1999
    Posts
    393

    Talking Thanks. I found It

    Thanks for your help.

    I found the problem. I was doing some stuff to the form while it loaded and at the end of the routine, i put in the line "Show.Me". That's where I was getting the error. Removed that line from the form_load procedure and it works fine now.

    Thanks again,
    JazzBass
    JazzBass
    In the .NET era
    Trying to remember VB6
    Progress:
    XP Professional @ Home
    and @ the Office

  4. #4
    Guest

    Talking JazzBass get ahold of me ASAP!!!

    Please get in contact with me... does the letters JW mean anything?

    [email protected]
    ICQ - 38095036

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