|
-
Mar 18th, 2000, 10:09 PM
#1
Thread Starter
Member
I've got a VB5 program with a progress bar, displayed counters and a scrollable grid. The trouble is that even though the form has a minimize button, it will not minimize while the application is doing its work (and displaying the progress of that work with its progress bar and counters). Also, it will not allow the user to scroll the grid. How can I make the application minimizable and the grid scrollable while the application is processing data?
-
Mar 19th, 2000, 01:28 AM
#2
Frenzied Member
No problem, In key places in your data processing code insert the line DoEvents. This frees up the code thread so that windows can process its messages, make sure it's inserted into all For Next Loops etc.
Hope this helps
-
Mar 19th, 2000, 04:34 AM
#3
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
|