|
-
September 7th, 2008, 06:05 PM
#1
BitBlt (im new to this :) )
hi. when i use bitblt inside WM_PAINT msg, it doesnt paint in the whole area of the DC. and this causes to even take the image through the parent window... im drawing onto a static ctrl.
how can i fix that area, to draw the parent window (transparent).
here is the image :
-
September 8th, 2008, 02:30 AM
#2
Re: BitBlt (im new to this :) )
It's hard to tell without looking at your code.
Maybe the handle of the window is not correct.
Maybe BeginPaint() EndPaint() are not called.
Maybe the display context is not correct.
Maybe the arguments of BitBlt() is not correct.
Have you already successfully used BitBlt() to paint in the client area of your window without transparency?
-
September 8th, 2008, 02:36 AM
#3
Re: BitBlt (im new to this :) )
 Originally Posted by Mitsukai
how can i fix that area, to draw the parent window (transparent).
Debug your code.
Seriously, how can anyone know what you're doing without seeing your code, what you've attempted, what the values of the call to BitBlt are, etc.?
Regards,
Paul McKenzie
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
|