PDA

Click to See Complete Forum and Search --> : creating a menu


Dec 10th, 1999, 07:26 PM
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.

smalig
Dec 10th, 1999, 08:23 PM
Maybe it:

Sub Form1.Command1_Click()

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

End Sub


------------------
smalig
smalig@hotmail.com
http://vbcode.webhostme.com/