Click here to Skip to main content
15,899,754 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Implementing variable length parameter - variadic funetion Pin
k50549-Jan-22 8:38
mvek50549-Jan-22 8:38 
GeneralMessage Closed Pin
9-Jan-22 10:31
Member 149687719-Jan-22 10:31 
GeneralRe: Implementing variable length parameter - variadic funetion Pin
k50549-Jan-22 12:19
mvek50549-Jan-22 12:19 
GeneralRe: Implementing variable length parameter - variadic funetion Pin
Richard Andrew x649-Jan-22 11:30
professionalRichard Andrew x649-Jan-22 11:30 
GeneralRe: Implementing variable length parameter - variadic funetion Pin
k50549-Jan-22 12:24
mvek50549-Jan-22 12:24 
QuestionMessage Closed Pin
8-Jan-22 6:57
Member 149687718-Jan-22 6:57 
SuggestionRe: Help with Bluetooth -seeking assistance with QT implementation of bluez library . Pin
Richard Deeming9-Jan-22 21:27
mveRichard Deeming9-Jan-22 21:27 
Questionvacancy for google programmer with specification variation. (question) Pin
Dev Lil5-Jan-22 9:38
Dev Lil5-Jan-22 9:38 
AnswerRe: vacancy for google programmer with specification variation. (question) Pin
Dave Kreskowiak5-Jan-22 10:40
mveDave Kreskowiak5-Jan-22 10:40 
AnswerRe: vacancy for google programmer with specification variation. (question) Pin
Gerry Schmitz5-Jan-22 11:56
mveGerry Schmitz5-Jan-22 11:56 
AnswerRe: vacancy for google programmer with specification variation. (question) Pin
Stefan_Lang8-Jan-22 4:00
Stefan_Lang8-Jan-22 4:00 
Questionquestion about CDC:Pie Pin
ForNow5-Jan-22 1:55
ForNow5-Jan-22 1:55 
AnswerRe: question about CDC:Pie Pin
Gerry Schmitz5-Jan-22 5:30
mveGerry Schmitz5-Jan-22 5:30 
GeneralRe: question about CDC:Pie Pin
ForNow5-Jan-22 5:43
ForNow5-Jan-22 5:43 
GeneralRe: question about CDC:Pie Pin
Gerry Schmitz5-Jan-22 7:14
mveGerry Schmitz5-Jan-22 7:14 
GeneralRe: question about CDC:Pie Pin
ForNow5-Jan-22 8:30
ForNow5-Jan-22 8:30 
GeneralRe: question about CDC:Pie Pin
Gerry Schmitz5-Jan-22 12:05
mveGerry Schmitz5-Jan-22 12:05 
GeneralRe: question about CDC:Pie Pin
ForNow5-Jan-22 12:37
ForNow5-Jan-22 12:37 
QuestionSaving a memory DC to a file Pin
ForNow4-Jan-22 4:42
ForNow4-Jan-22 4:42 
AnswerRe: Saving a memory DC to a file Pin
Mircea Neacsu4-Jan-22 5:10
Mircea Neacsu4-Jan-22 5:10 
GeneralRe: Saving a memory DC to a file Pin
ForNow4-Jan-22 5:29
ForNow4-Jan-22 5:29 
AnswerRe: Saving a memory DC to a file Pin
Richard MacCutchan4-Jan-22 5:13
mveRichard MacCutchan4-Jan-22 5:13 
No, as shown in the documentation at GetDC function (winuser.h) - Win32 apps | Microsoft Docs[^]:

Quote:
The GetDC function retrieves a handle to a device context (DC) for the client area of a specified window or for the entire screen. You can use the returned handle in subsequent GDI functions to draw in the DC. The device context is an opaque data structure, whose values are used internally by GDI.


You need to save other information that you use to create the drawing.
GeneralRe: Saving a memory DC to a file Pin
ForNow4-Jan-22 5:31
ForNow4-Jan-22 5:31 
GeneralRe: Saving a memory DC to a file Pin
Victor Nijegorodov4-Jan-22 20:28
Victor Nijegorodov4-Jan-22 20:28 
QuestionHi! Im new at coding and i wanted to ask some help. Pin
panda083-Jan-22 3:21
panda083-Jan-22 3:21 

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.