|
There's different ways of doing it...
You can make the controls visible from one form or another, and have form1 modify form2's controls
You can set a listener on form2 to listen for an event on form1 etc.
There's many ways of doing it, some pseudo-code or code examples would be a nice starting place.
-MBirchmeier
|