|
-
Jan 1st, 2012, 04:27 PM
#2
Re: [VB6] - How use Paint event?
Are you using something to loop, such as a Do...Loop, or a Timer? Or is it just to display one frame? Paint should fire no matter what, and gets fired after Form_Load() has taken place. Personally I don't like using Refresh cause it's very slow. I only use it if it's highly needed. If you can, could you post the code you currently have so I may see what you are trying to achieve?
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
|