Page 1 of 1

.Net Modify Static Text During Run

Posted: Tue Jul 19, 2005 3:08 am
by Irme
How can i create a referenct to a static text element so that i can modify its contents during aplication runtime??

Posted: Tue Jul 19, 2005 4:13 am
by Irme
I got to impatient to wait, and figured it out.

FYI for anybody else that needs to know

you create a gui element variable and add controls to it then you can reference back in code and modify them.