G
Guest
I'm trying to create a find dialog box and I need to understand this part of .NET (I am an experienced vb6 programmer):
- How do i create a variable that can be accessed and modified on two forms? I tried public variables in a module, but they didn't seem to work.
- How can I do something like (in vb6) frmMain.txtMain.Text = "HI" . I have searched and searched an I can't understand how to do this!
Thanks!
- How do i create a variable that can be accessed and modified on two forms? I tried public variables in a module, but they didn't seem to work.
- How can I do something like (in vb6) frmMain.txtMain.Text = "HI" . I have searched and searched an I can't understand how to do this!
Thanks!