hello,
I have a Form1 and implemented a UserControl to ask for a user to be created.
I'm having trouble getting the value back to the Form1.
The UserControl have only a field to get the user name and a button to confirm that it's ok, does not exist and so on. When everything is fine, I would like to return the control to Form1, activate the Next button and receive the value from the field.
Thanks a lot for your support,