Click here to Skip to main content
15,922,512 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Multi-Monitor zoom behavior different Pin
Richard MacCutchan25-May-13 7:06
mveRichard MacCutchan25-May-13 7:06 
Questiondesign a matchbox? Pin
freemo71624-May-13 6:19
freemo71624-May-13 6:19 
QuestionRe: design a matchbox? Pin
Richard MacCutchan24-May-13 6:48
mveRichard MacCutchan24-May-13 6:48 
AnswerRe: design a matchbox? Pin
freemo71624-May-13 10:16
freemo71624-May-13 10:16 
GeneralRe: design a matchbox? Pin
Richard MacCutchan24-May-13 21:43
mveRichard MacCutchan24-May-13 21:43 
GeneralRe: design a matchbox? Pin
freemo71625-May-13 0:54
freemo71625-May-13 0:54 
GeneralRe: design a matchbox? Pin
Richard MacCutchan25-May-13 1:23
mveRichard MacCutchan25-May-13 1:23 
QuestionKnow when CDialogBar is closed (hidden) Pin
_Flaviu24-May-13 3:01
_Flaviu24-May-13 3:01 
AnswerRe: Know when CDialogBar is closed (hidden) Pin
SandipG 28-May-13 0:13
SandipG 28-May-13 0:13 
GeneralRe: Know when CDialogBar is closed (hidden) Pin
_Flaviu28-May-13 21:29
_Flaviu28-May-13 21:29 
QuestionVisual studio 2010 ,TOOLS isuue!!!!! Pin
OmarSH23-May-13 11:21
OmarSH23-May-13 11:21 
AnswerRe: Visual studio 2010 ,TOOLS isuue!!!!! Pin
SoMad23-May-13 13:16
professionalSoMad23-May-13 13:16 
Questiondon't use the drive into Ring0 Pin
SetHookCurrent23-May-13 3:32
SetHookCurrent23-May-13 3:32 
AnswerRe: don't use the drive into Ring0 Pin
Erudite_Eric25-May-13 23:49
Erudite_Eric25-May-13 23:49 
AnswerRe: don't use the drive into Ring0 Pin
Rolf Kristensen26-May-13 10:55
Rolf Kristensen26-May-13 10:55 
QuestionHow to change bitmap dynamically Pin
econy23-May-13 2:52
econy23-May-13 2:52 
SuggestionRe: How to change bitmap dynamically Pin
Richard MacCutchan23-May-13 5:24
mveRichard MacCutchan23-May-13 5:24 
GeneralRe: How to change bitmap dynamically Pin
econy23-May-13 7:07
econy23-May-13 7:07 
QuestionCEdit control Pin
sarfaraznawaz22-May-13 20:12
sarfaraznawaz22-May-13 20:12 
AnswerRe: CEdit control Pin
Sivaraman Dhamodharan22-May-13 20:25
Sivaraman Dhamodharan22-May-13 20:25 
AnswerRe: CEdit control Pin
Jochen Arndt22-May-13 21:06
professionalJochen Arndt22-May-13 21:06 
QuestionUsing MagSetImageScalingCallback Pin
thanh_bkhn22-May-13 15:55
professionalthanh_bkhn22-May-13 15:55 
AnswerRe: Using MagSetImageScalingCallback Pin
«_Superman_»22-May-13 16:18
professional«_Superman_»22-May-13 16:18 
The documentation link that you provided has some lines in it that I would like to quote here -
Quote:
Note The MagSetImageScalingCallback function is deprecated in Windows 7 and later, and should not be used in new applications. There is no alternate functionality.
Quote:
This function requires Windows Display Driver Model (WDDM)-capable video cards.
Quote:
This function works only when Desktop Window Manager (DWM) is off.

For screen capture, look at the following articles -
Various methods for capturing the screen[^]
Barry's Screen Capture[^]

Not sure if this is already mentioned in the articles, but I once captured the screen using the CreateDC API used this way -
HDC hdc = CreateDC(_T("DISPLAY"), NULL, NULL, NULL);

You then save the device context in hdc to a file.
Read here for saving the device context -
Converting Device context to images ( PNG , JPEG , BMP , GIF) , Creating PDF & Printing to the Printer[^]
Saving (part of) a Device Context as a Bitmap[^]
«_Superman 
I love work. It gives me something to do between weekends.


Microsoft MVP (Visual C++) (October 2009 - September 2013)

Polymorphism in C

Questionany solution for WSAETIMEDOUT for CAsynSocket::OnConnect Pin
ForNow22-May-13 6:36
ForNow22-May-13 6:36 
SuggestionRe: any solution for WSAETIMEDOUT for CAsynSocket::OnConnect Pin
Richard MacCutchan22-May-13 21:02
mveRichard MacCutchan22-May-13 21:02 

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.