|
-
Jul 11th, 2007, 01:11 PM
#1
Thread Starter
Lively Member
continuous loop preventing form from displaying
i have form1 which kicks off a form2
in form2 i have a loop which updates a listview
i want the loop to run continuously until i kill the program (i will eventually add multi-threading but have not yet)
the loop displays data in a listview, then sleeps then displays next page of data in listview and then restarts from first page
if i dont have the loop run continuously it works displaying the first page, but once I put it in a do loop without condition i dont see the form2 at all
it is in the form2 load procedure - so due to the continous loop it never reaches the end sub of the procedure - do u think that is the problem?
Last edited by jeffnyc; Jul 11th, 2007 at 01:14 PM.
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
|