B
Bruce Wolfe
I having a problem programmatically changing the text for a Label
control.
No matter what I do, the text will remain what was defined in the
designer.
I've tried everything. After setting the Text property, I'm calling
Refresh on the form and/or the control. I've even called
Application.DoEvents(). IT WON"T CHANGE. I can even look at the Text
property in the debugger and it will actually show the text that I set
it to. What's up with this anyway? The form that this is happening to
is subclassed from another form class that I have defined. I'm about
to just draw the text myself but I would like to find an answer to
this. Thanks for any insight.
control.
No matter what I do, the text will remain what was defined in the
designer.
I've tried everything. After setting the Text property, I'm calling
Refresh on the form and/or the control. I've even called
Application.DoEvents(). IT WON"T CHANGE. I can even look at the Text
property in the debugger and it will actually show the text that I set
it to. What's up with this anyway? The form that this is happening to
is subclassed from another form class that I have defined. I'm about
to just draw the text myself but I would like to find an answer to
this. Thanks for any insight.