Click here to Skip to main content
16,006,006 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Why is the window always topmost? Pin
Fredrik Skog28-Jan-02 3:19
Fredrik Skog28-Jan-02 3:19 
GeneralChange the margins of the page Pin
Eugene Pustovoyt28-Jan-02 1:18
Eugene Pustovoyt28-Jan-02 1:18 
GeneralRe: Change the margins of the page Pin
Roger Allen29-Jan-02 1:39
Roger Allen29-Jan-02 1:39 
GeneralRe: Change the margins of the page Pin
Eugene Pustovoyt29-Jan-02 8:07
Eugene Pustovoyt29-Jan-02 8:07 
GeneralSave Client Area as Image Pin
syedhassan428-Jan-02 0:30
syedhassan428-Jan-02 0:30 
GeneralRe: Save Client Area as Image Pin
Rickard Andersson2028-Jan-02 0:53
Rickard Andersson2028-Jan-02 0:53 
GeneralRe: Save Client Area as Image Pin
Christian Graus28-Jan-02 1:00
protectorChristian Graus28-Jan-02 1:00 
GeneralRe: Save Client Area as Image Pin
Christian Graus28-Jan-02 1:04
protectorChristian Graus28-Jan-02 1:04 
My 'Doodle' article shows how to use GDI+ to save an image to disk in different formats, the CXImage class also on CP shows a way to do it which doesn't involve downloading the SDK or relying on a DLL. Use GetWindowDC to get a device context you can use to grab the contents of the window. Just remember to make the Image you create the same bit depth as the screen, you can use GetDeviceCaps(BITSPIXEL) on the DC you get back from GetWindowDC to figure out what you need.


Christian

I have come to clean zee pooollll. - Michael Martin Dec 30, 2001

Picture the daffodil. And while you do that, I'll be over here going through your stuff.

Picture a world without war, without hate. And I can picture us attacking that world, because they would never expect it.
Sonork ID 100.10002:MeanManOz
I live in Bob's HungOut now

GeneralInteracting with IE and other apps... Pin
Tommy Svensson28-Jan-02 0:16
Tommy Svensson28-Jan-02 0:16 
GeneralRe: Interacting with IE and other apps... Pin
Tommy Svensson28-Jan-02 2:13
Tommy Svensson28-Jan-02 2:13 
GeneralRe: Interacting with IE and other apps... Pin
Michael P Butler28-Jan-02 3:03
Michael P Butler28-Jan-02 3:03 
GeneralRe: Interacting with IE and other apps... Pin
Tommy Svensson28-Jan-02 3:08
Tommy Svensson28-Jan-02 3:08 
QuestionManually disabling selection highlight in CListCtrl? Pin
The_B27-Jan-02 23:58
The_B27-Jan-02 23:58 
AnswerRe: Manually disabling selection highlight in CListCtrl? Pin
Roger Allen29-Jan-02 1:44
Roger Allen29-Jan-02 1:44 
GeneralSerial Ports and Terminal Servers Pin
Steve Thresher27-Jan-02 23:52
Steve Thresher27-Jan-02 23:52 
GeneralVC Dll for DELPHI!!!! Pin
27-Jan-02 23:13
suss27-Jan-02 23:13 
GeneralRe: VC Dll for DELPHI!!!! Pin
Joaquín M López Muñoz27-Jan-02 23:20
Joaquín M López Muñoz27-Jan-02 23:20 
GeneralRe: VC Dll for DELPHI!!!! Pin
Paul M Watt27-Jan-02 23:34
mentorPaul M Watt27-Jan-02 23:34 
GeneralRe: VC Dll for DELPHI!!!! Pin
Paul M Watt27-Jan-02 23:28
mentorPaul M Watt27-Jan-02 23:28 
GeneralRe: VC Dll for DELPHI!!!! Pin
28-Jan-02 14:36
suss28-Jan-02 14:36 
GeneralRe: VC Dll for DELPHI!!!! Pin
Joaquín M López Muñoz27-Jan-02 23:37
Joaquín M López Muñoz27-Jan-02 23:37 
QuestionHow to subclass the clock window? Pin
27-Jan-02 22:17
suss27-Jan-02 22:17 
AnswerRe: How to subclass the clock window? Pin
Paul M Watt27-Jan-02 22:35
mentorPaul M Watt27-Jan-02 22:35 
GeneralRe: How to subclass the clock window? Pin
28-Jan-02 16:56
suss28-Jan-02 16:56 
GeneralRe: How to subclass the clock window? Pin
Paul M Watt29-Jan-02 5:52
mentorPaul M Watt29-Jan-02 5:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.