Results 1 to 2 of 2

Thread: how to avoid flickering

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2000
    Location
    New Delhi, India
    Posts
    75

    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 !

  2. #2
    PowerPoster Lethal's Avatar
    Join Date
    Oct 2000
    Location
    Ohio
    Posts
    2,496
    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
  •  



Click Here to Expand Forum to Full Width