MFC-Storing View as Bitmap File

  • Thread starter prashanthaputta
  • Start date
P

prashanthaputta

Hello All,

I am Developing a MFC SDI application,where I want to store the
CHtmlView Contents as Bitmap Image file.I have made CHtmlView as a
Child of CView.I want to create this bitmap file when an button on the
popup dialog is clicked.I want entire content of CHtmlView even though
the poppup dialog is above the CHtmlView.

Please tell me how to Implement this..I need it urgently..

Any sample code will be of great help.

Thanks in Advance,
pra
 
S

Scot T Brennecke

Perhaps you're looking for something like what's demonstrated in the CaptureScreen function in the
DLLScreenCap sample?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top