Hi all,
Sorry for posting 2 questions almost instantaneously :). This is my app:
Main
Instance of Register
Instance of Login
Register
frmRegister.ShowDialog()
frmRegister has two inputboxes. One for a username and one for a password. How can I use the values of these from where the showdialog was called (Register class)?
