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?
Printable View
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?
not as such - the only redrawing ones are :
- DrawMenuBar
- Redrawwindow
rather than the whole hwnd, so I'm not too sure if this will help you. Other than that, you could try :Quote:
The RedrawWindow function updates the specified rectangle or region in a window’s client area.
- EndDeferWindowPos