Click here to Skip to main content
15,896,557 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to get window content , when window is invisible Pin
astabasta20-Sep-06 2:18
astabasta20-Sep-06 2:18 
GeneralRe: how to get window content , when window is invisible Pin
Naveen20-Sep-06 2:21
Naveen20-Sep-06 2:21 
GeneralRe: how to get window content , when window is invisible Pin
Naveen31-Jan-07 0:45
Naveen31-Jan-07 0:45 
AnswerRe: how to get window content , when window is invisible Pin
Jun Du19-Sep-06 3:45
Jun Du19-Sep-06 3:45 
GeneralRe: how to get window content , when window is invisible Pin
astabasta19-Sep-06 4:11
astabasta19-Sep-06 4:11 
GeneralRe: how to get window content , when window is invisible Pin
Jun Du19-Sep-06 5:00
Jun Du19-Sep-06 5:00 
QuestionWriting Code for 64-bit windows Pin
vikas amin19-Sep-06 3:17
vikas amin19-Sep-06 3:17 
AnswerRe: Writing Code for 64-bit windows Pin
Dimitris Vikeloudas20-Sep-06 23:17
Dimitris Vikeloudas20-Sep-06 23:17 
Windows System Programming (Third Edition) by Johnson M. Hart has some chapters about Win64. Maybe you want to have a look.

In general there should not be a great difference between Win32 & Win64 apart from the obvious ones. Search for any conditional compiled code under _WIN32 directive. Consider if such code will work in Win64 and if so (most likely) add the _WIN64 directive there.

Also when you are using pointer arithmetic do not hardwire the sizes but use the sizeof operator. Well, most of us do that anyway so should not be a problem.

Keeping things simple is a great art
QuestionInline editing: How explorer does it? Pin
Dimitris Vikeloudas19-Sep-06 3:02
Dimitris Vikeloudas19-Sep-06 3:02 
QuestionDrawing over a window - directdraw overlay? Pin
Andrew Altham19-Sep-06 2:50
Andrew Altham19-Sep-06 2:50 
Questionatlres.h missing Pin
neha.agarwal2719-Sep-06 2:24
neha.agarwal2719-Sep-06 2:24 
AnswerRe: atlres.h missing Pin
Hamid_RT19-Sep-06 2:42
Hamid_RT19-Sep-06 2:42 
QuestionRe: atlres.h missing Pin
David Crow19-Sep-06 2:46
David Crow19-Sep-06 2:46 
Questionadding my exe to the startup in the registry Pin
Kiran Pinjala19-Sep-06 2:22
Kiran Pinjala19-Sep-06 2:22 
QuestionRe: adding my exe to the startup in the registry Pin
David Crow19-Sep-06 2:56
David Crow19-Sep-06 2:56 
AnswerRe: adding my exe to the startup in the registry Pin
Kiran Pinjala19-Sep-06 3:00
Kiran Pinjala19-Sep-06 3:00 
GeneralRe: adding my exe to the startup in the registry Pin
Kiran Pinjala19-Sep-06 3:06
Kiran Pinjala19-Sep-06 3:06 
GeneralRe: adding my exe to the startup in the registry Pin
David Crow19-Sep-06 3:15
David Crow19-Sep-06 3:15 
GeneralRe: adding my exe to the startup in the registry Pin
benjymous19-Sep-06 5:04
benjymous19-Sep-06 5:04 
QuestionSMTP localization Pin
mikalar19-Sep-06 2:21
mikalar19-Sep-06 2:21 
AnswerRe: SMTP localization Pin
James R. Twine19-Sep-06 4:45
James R. Twine19-Sep-06 4:45 
GeneralRe: SMTP localization Pin
mikalar19-Sep-06 5:45
mikalar19-Sep-06 5:45 
GeneralRe: SMTP localization Pin
James R. Twine19-Sep-06 11:51
James R. Twine19-Sep-06 11:51 
QuestionCVTRES problem with multiple .res files Pin
tarikata19-Sep-06 2:14
tarikata19-Sep-06 2:14 
AnswerRe: CVTRES problem with multiple .res files Pin
KarstenK19-Sep-06 2:30
mveKarstenK19-Sep-06 2:30 

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.