|
-
October 27th, 2001, 08:15 AM
#3
Re: Label Caption disappears
Your problem is one of the system refreshing its windows. When ProgramA has control of the system, no other program can refresh the screen until ProgramA relinquishes control. Hence the white box for a period of time.
Try inserting a refresh immediately after updating the label like so:
[vcode]
Label1.Caption = "This is updated text"
Label1.Refresh
[/vbcode]
John G
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
|