Click here to Skip to main content
15,887,027 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: FindFirstChangeNotification Pin
Still learning how to code24-Dec-09 20:27
Still learning how to code24-Dec-09 20:27 
QuestionWindows coordinate system different in US and European version Pin
Denny10123-Dec-09 11:02
Denny10123-Dec-09 11:02 
AnswerRe: Windows coordinate system different in US and European version Pin
Nelek23-Dec-09 23:30
protectorNelek23-Dec-09 23:30 
GeneralRe: Windows coordinate system different in US and European version Pin
Denny10125-Dec-09 9:45
Denny10125-Dec-09 9:45 
GeneralRe: Windows coordinate system different in US and European version Pin
Nelek27-Dec-09 22:16
protectorNelek27-Dec-09 22:16 
GeneralRe: Windows coordinate system different in US and European version Pin
Denny1013-Jan-10 10:22
Denny1013-Jan-10 10:22 
GeneralRe: Windows coordinate system different in US and European version Pin
Nelek3-Jan-10 21:19
protectorNelek3-Jan-10 21:19 
Questionfstream quirkiness using various open modes Pin
Alan Kurlansky23-Dec-09 8:56
Alan Kurlansky23-Dec-09 8:56 
Upon a cold start, I create an fstream replay file that's opened for output ios::out. If my program stops and does a warm restart, I open the file for ios::in and process the file. Then I close it and reopen it as ios::out | ios::app.   This second open succeeds if did not read (getline) any data when opened for ios::in; but fails if I did read data. I thought that flushing the file before closing might have helped, but it didn't.   This is not the kind of behavior I, for one would've expected. Any ideas or suggestions?
Thanks
AnswerRe: fstream quirkiness using various open modes Pin
rp_suman23-Dec-09 9:56
rp_suman23-Dec-09 9:56 
Questioncombobox notification before changing selection Pin
rp_suman23-Dec-09 8:20
rp_suman23-Dec-09 8:20 
AnswerRe: combobox notification before changing selection Pin
Abhi Lahare23-Dec-09 10:26
Abhi Lahare23-Dec-09 10:26 
QuestionHow to enable DefaultIcon immediately after setting in Registry? Pin
hawkgao012923-Dec-09 5:14
hawkgao012923-Dec-09 5:14 
AnswerRe: How to enable DefaultIcon immediately after setting in Registry? Pin
Abhi Lahare23-Dec-09 7:23
Abhi Lahare23-Dec-09 7:23 
AnswerRe: How to enable DefaultIcon immediately after setting in Registry? Pin
hawkgao012923-Dec-09 18:11
hawkgao012923-Dec-09 18:11 
QuestionModeless Child Dialog Detection in Parent Dialog Pin
A&Ms23-Dec-09 3:46
A&Ms23-Dec-09 3:46 
AnswerRe: Modeless Child Dialog Detection in Parent Dialog Pin
JudyL_MD23-Dec-09 4:00
JudyL_MD23-Dec-09 4:00 
QuestionRe: Modeless Child Dialog Detection in Parent Dialog Pin
A&Ms23-Dec-09 4:07
A&Ms23-Dec-09 4:07 
AnswerRe: Modeless Child Dialog Detection in Parent Dialog Pin
Nelek23-Dec-09 5:13
protectorNelek23-Dec-09 5:13 
GeneralRe: Modeless Child Dialog Detection in Parent Dialog Pin
A&Ms23-Dec-09 9:41
A&Ms23-Dec-09 9:41 
GeneralRe: Modeless Child Dialog Detection in Parent Dialog Pin
Nelek23-Dec-09 23:00
protectorNelek23-Dec-09 23:00 
QuestionDeployment In C++ Pin
jannathali23-Dec-09 2:02
jannathali23-Dec-09 2:02 
QuestionRe: Deployment In C++ Pin
Nelek23-Dec-09 2:31
protectorNelek23-Dec-09 2:31 
AnswerRe: Deployment In C++ Pin
jannathali23-Dec-09 2:45
jannathali23-Dec-09 2:45 
GeneralRe: Deployment In C++ Pin
Nelek23-Dec-09 3:06
protectorNelek23-Dec-09 3:06 
GeneralRe: Deployment In C++ Pin
Abhi Lahare23-Dec-09 4:36
Abhi Lahare23-Dec-09 4:36 

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.