|
-
Feb 18th, 2013, 09:15 AM
#4
Re: Label does not refresh on load
Calling DoEvents in the Load event handler is pointless and calling Refresh on any control is pointless unless you're using GDI+ to draw on it. The fact that that code is changing the Text of a control in its own TextChanged event handler is diabolical so, to be honest, it's not a problem worth solving.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|