how can i show a form in VB.net?? in vb6: formName.show thx Guilherme Costa
Originally posted by gccosta how can i show a form in VB.net?? in vb6: formName.show thx Guilherme Costa suppose your current form is form2 dim frm2 as new form2 frm2.show
Also, VB Code: Dim Frm2 as New form2 Frm2.Show[b][i]dialog()[/i][/b] Will not allow the user to select a different form until the user is finished with Frm2. (Stops it flipping to the back if the user accidently clicks another form.)
Dim Frm2 as New form2 Frm2.Show[b][i]dialog()[/i][/b]
[vbcode] On Error GoTo Hell [/vbcode]:¬) Nicky : Why not try VBCodebook.NET.
Forum Rules