A
Anita C
Hi,
I have a 'UserControl1', which has comboboxes, texboxes and buttons. In the
click event for the 'Ok' button on 'UserControl1', I have code to do some
processing with the data collected from the textboxes etc. At the end of all
the processing I want to be able to close the form hosting UserControl1 and
then bring up Form2 which hosts the 'UserControl2' (which is basically a
dialog notifying completion of the task). How do I achieve the above?
Thanks in advance
I have a 'UserControl1', which has comboboxes, texboxes and buttons. In the
click event for the 'Ok' button on 'UserControl1', I have code to do some
processing with the data collected from the textboxes etc. At the end of all
the processing I want to be able to close the form hosting UserControl1 and
then bring up Form2 which hosts the 'UserControl2' (which is basically a
dialog notifying completion of the task). How do I achieve the above?
Thanks in advance