P
Paul M
Hi there,
i just need some clarification with using windows forms, as i have read and
understood that to use a .net window form you need to create a new instance
of it..
If i had 3 forms, FormA (main form), FormB and FormC....
FormA has code that initalizes both forms B and C. If i wanted the active
FormC, to do something to FormB, do i then have to initalize another
reference to FormB before i can access it, even though it is already open?
small code example would be greatly appreciated.
thanks,
i just need some clarification with using windows forms, as i have read and
understood that to use a .net window form you need to create a new instance
of it..
If i had 3 forms, FormA (main form), FormB and FormC....
FormA has code that initalizes both forms B and C. If i wanted the active
FormC, to do something to FormB, do i then have to initalize another
reference to FormB before i can access it, even though it is already open?
small code example would be greatly appreciated.
thanks,