.Net Modify Static Text During Run

Irrlicht.Net is no longer developed or supported, Irrlicht.Net Cross Platform is a much more complete wrapper. Please ask your C# related questions on their forums first.
Locked
Irme
Posts: 55
Joined: Sat Jul 16, 2005 8:24 am

.Net Modify Static Text During Run

Post by Irme »

How can i create a referenct to a static text element so that i can modify its contents during aplication runtime??
Irme
Posts: 55
Joined: Sat Jul 16, 2005 8:24 am

Post 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.
Locked