|
-
Jan 7th, 2002, 06:46 AM
#1
Thread Starter
Lively Member
how to avoid flickering
I have created an activeX control whose background style is set to transparent. This control displays text that would be displayed on a transparent background. although I have dont what I wanted, when I move the control up or down, the texts start flicker. Is there any way I can avoid this. Please help !
-
Jan 7th, 2002, 06:33 PM
#2
PowerPoster
Use the LockWindowUpdate API function. I'm not by my computer right now, so you will have to get the API signature for yourself.
Code:
LockWindowUpdate Me.Hwnd
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
|