Results 1 to 3 of 3

Thread: Open existing form from other form

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2004
    Posts
    2

    Open existing form from other form

    I have this problem.

    Trying to run a program, and have it open an INSTRUCTIONS form when the option is selected in the MadoreCD form's menu.

    I can't for the life of me get this to work. I've designed the forms and have everything in this file. Please help me if you can. I just want the Instruct menu item to OPEN the InstructForm to provide the user instructions.

    I am desperate, I've been trying all weekend long to get this working.

    Thank you
    Matt
    Attached Files Attached Files

  2. #2
    Frenzied Member
    Join Date
    Mar 2004
    Location
    Orlando, FL
    Posts
    1,618
    Dim MyInstructForm as new INSTRUCTIONS

    MyInstructForm.ShowDialog()
    Sean

    Some days when I think about the next 30 years or so of my life I am going to spend writing code, I happily contemplate stepping off a curb in front of a fast moving bus.

  3. #3

    Thread Starter
    New Member
    Join Date
    Jun 2004
    Posts
    2
    Excellent. Thanks.

    I am just learning this stuff and couldn't figure it out.

    Thanks again
    Matt

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