Thread: Form Link
View Single Post
Old Oct 26th, 2005, 1:37 PM   #2
MBirchmeier
Hobbyist Programmer
 
Join Date: Oct 2005
Posts: 211
Rep Power: 4 MBirchmeier is on a distinguished road
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
MBirchmeier is offline   Reply With Quote