Results 1 to 2 of 2

Thread: Setting AutoRedraw on a hwnd?

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2001
    Location
    usa
    Posts
    43

    Question

    im kinda playing around with bitblting onto outside windows, things like the taskbar, and IE, but..i cant get the images to stick...Is there a API to set AutoRedraw on a window handle?
    .:: jier :: 545 Studios ::.

  2. #2
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    not as such - the only redrawing ones are :
    • DrawMenuBar
    • Redrawwindow


    The RedrawWindow function updates the specified rectangle or region in a window’s client area.
    rather than the whole hwnd, so I'm not too sure if this will help you. Other than that, you could try :
    • EndDeferWindowPos

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

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