dynamic_sysop
Senior Contributor
hi could anyone shed some light on how to show a second form in .net plz? in vb6 i'd have something like
Public Sub ShwfrmOps_Click()
frmOps.Show
End Sub
i notice that if i merge a project from vb6 it says frmOps.Definstance.Show but there is no option for this when making a new project in .net, i am rebuilding a totally new client using .net rather than just merging from vb6 as this wont teach me much. basically i'm making me new chat client and going to release a vb6 version and a .net version as the listviews r very good in .net and allow most of the current font characters to show where as the listview / comon control in vb6 shows many characters as ??'s
on my client i have various option forms for example a frmData which shows the server trace on joining etc... now i cant for the life of me find a way to show this form when connecting my client, i click the button and nothing happens, i've tried frmTrace.ActiveForm.Show and a few other ways but nothing:-\
Public Sub ShwfrmOps_Click()
frmOps.Show
End Sub
i notice that if i merge a project from vb6 it says frmOps.Definstance.Show but there is no option for this when making a new project in .net, i am rebuilding a totally new client using .net rather than just merging from vb6 as this wont teach me much. basically i'm making me new chat client and going to release a vb6 version and a .net version as the listviews r very good in .net and allow most of the current font characters to show where as the listview / comon control in vb6 shows many characters as ??'s
on my client i have various option forms for example a frmData which shows the server trace on joining etc... now i cant for the life of me find a way to show this form when connecting my client, i click the button and nothing happens, i've tried frmTrace.ActiveForm.Show and a few other ways but nothing:-\