|
-
Dec 29th, 2005, 09:36 AM
#1
Thread Starter
New Member
[RESOLVED] Novice question
I am changing the caption property of a label inside a Do Loop but it does not work. The program runs well but get almost 100% from CPU and in task manager appears "Not reponding". Of course when the Do Loop finish the label get updated. The code is more or less like this:
i=1
do
label.caption="Tested:" & Cstr(i)
i=i+1
loop until 1=10000
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
|