G
Guest
I have a basic question about how do you change the information on a Form
from another Form, not a dialog.
Example: I have a MDIform which is the startup form for the project. I
call a child form to put in setup information which is written to the
Registry. As a result I need to update the Text (Title) of the MDIForm and a
StatusBar Panel(0) which is also on the MDIFORM. In VB6 this was easy.
I has tried using classes but can not seem to get it to work. I can pass to
a new instance but not to the current instance.
Help
Leo
from another Form, not a dialog.
Example: I have a MDIform which is the startup form for the project. I
call a child form to put in setup information which is written to the
Registry. As a result I need to update the Text (Title) of the MDIForm and a
StatusBar Panel(0) which is also on the MDIFORM. In VB6 this was easy.
I has tried using classes but can not seem to get it to work. I can pass to
a new instance but not to the current instance.
Help
Leo