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.
Printable View
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.
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/