Originally posted by: Samir Jusic
HI...
How do you go about displaying the bitmap image that you have captured?
Is there a way of not copying the CBitmap into the clipboard, but rather it is displayed right away?
Any suggestions are really appreciated!
Thanx
Samir
Originally posted by: appy
I need to capture the bitmap of a Windows control onto the clipboard.
I work on VC++ with MFC
Thanks.
appy
Originally posted by: Tejo
Hello ,
Hello ,
I have a problem in VC++ . In my project we have a property page containing 7 pages. I am supposed to provide an option to the user by which the user should be able to get a printout of each and every sheet. Each sheet has got some controls with data filled in it . Is there any way by which I can get a solution for this , if so please help me in this regard,
Thanks in advance,
Tejo
ReplyOriginally posted by: Dean Knause
I want to be able to create a bitmap from the window instead of putting it in the clipboard. I am using a CASE tool, so I will have to create it as an API. I have been successful with the window to clipboard code.
Thank you,
Dean Knause
Reply
Originally posted by: Russ Kluz
Once I do a copy to clipboard, paste to PaintBrush and go back to the
dialog box where I copied it from the bitmap disappears. I find this
happening on a calling the copy function twice. It doesn't happen on
the first call.
Does the memory get mixed up? Can you enlighten me on how to fix this
problem? (Bitmap disappears and I have a background left.)
Russ
Reply