I have created a windows application using core WIN32 and VC++. In my parent window I have a child window and two buttons "save" and "send".
When user clicks the "save" button I want the savefileDialog
to be opened and user should be able to save the image as a bitmap file.
The same file should be sent to a remote user using WinSock API.... My problem is, I don't know how to save the screen shot of the window to a bitmap file...
please help me out of this ... I have not used MFC, ATL or WTL....
thanks in advance,