Results 1 to 2 of 2

Thread: creating a menu

  1. #1
    Guest

    Post

    I am creating an application with 5 forms with 5 different common dialogs (print, save font, color and open) one on each form. I need to know how to navigate from form to forms.

  2. #2
    Addicted Member
    Join Date
    Oct 1999
    Posts
    232

    Post

    Maybe it:

    Sub Form1.Command1_Click()

    ' Show a modal form #2 named Form2.
    Form2.Show vbModal, Me

    End Sub


    ------------------
    smalig
    [email protected]
    http://vbcode.webhostme.com/

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