Click here to Skip to main content
15,906,766 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionneed help with serial communications Pin
Luis Aberto Rodriguez11-Jul-12 13:29
Luis Aberto Rodriguez11-Jul-12 13:29 
AnswerRe: need help with serial communications Pin
Jochen Arndt11-Jul-12 21:37
professionalJochen Arndt11-Jul-12 21:37 
AnswerRe: need help with serial communications Pin
CPallini11-Jul-12 22:21
mveCPallini11-Jul-12 22:21 
AnswerRe: need help with serial communications Pin
WebMaster12-Jul-12 1:33
WebMaster12-Jul-12 1:33 
AnswerRe: need help with serial communications Pin
Sunil P V13-Jul-12 17:53
Sunil P V13-Jul-12 17:53 
GeneralRe: need help with serial communications Pin
Rolf Kristensen14-Jul-12 22:41
Rolf Kristensen14-Jul-12 22:41 
Question"Hello, World" For Windows Shell Extension? Pin
fredtheman11-Jul-12 12:21
fredtheman11-Jul-12 12:21 
AnswerRe: "Hello, World" For Windows Shell Extension? Pin
Richard MacCutchan11-Jul-12 23:19
mveRichard MacCutchan11-Jul-12 23:19 
GeneralRe: "Hello, World" For Windows Shell Extension? Pin
fredtheman11-Jul-12 23:28
fredtheman11-Jul-12 23:28 
QuestionCWinApp::GetProfileString() creates keys... Pin
Bryan Anslow11-Jul-12 4:32
Bryan Anslow11-Jul-12 4:32 
AnswerRe: CWinApp::GetProfileString() creates keys... Pin
Richard MacCutchan11-Jul-12 4:51
mveRichard MacCutchan11-Jul-12 4:51 
GeneralRe: CWinApp::GetProfileString() creates keys... Pin
Bryan Anslow13-Jul-12 7:25
Bryan Anslow13-Jul-12 7:25 
GeneralProcessShellCommand () crashes after migrating an application which was originally written in VC 6.0 to VS2010 Pin
V K 211-Jul-12 2:49
V K 211-Jul-12 2:49 
GeneralRe: ProcessShellCommand () crashes after migrating an application which was originally written in VC 6.0 to VS2010 Pin
Wes Aday11-Jul-12 3:05
professionalWes Aday11-Jul-12 3:05 
GeneralRe: ProcessShellCommand () crashes after migrating an application which was originally written in VC 6.0 to VS2010 Pin
Richard MacCutchan11-Jul-12 3:08
mveRichard MacCutchan11-Jul-12 3:08 
GeneralRe: ProcessShellCommand () crashes after migrating an application which was originally written in VC 6.0 to VS2010 Pin
Wes Aday11-Jul-12 3:36
professionalWes Aday11-Jul-12 3:36 
QuestionRe: ProcessShellCommand () crashes after migrating an application which was originally written in VC 6.0 to VS2010 Pin
David Crow11-Jul-12 3:12
David Crow11-Jul-12 3:12 
AnswerRe: ProcessShellCommand () crashes after migrating an application which was originally written in VC 6.0 to VS2010 Pin
V K 211-Jul-12 3:31
V K 211-Jul-12 3:31 
GeneralRe: ProcessShellCommand () crashes after migrating an application which was originally written in VC 6.0 to VS2010 Pin
David Crow11-Jul-12 3:42
David Crow11-Jul-12 3:42 
GeneralRe: ProcessShellCommand () crashes after migrating an application which was originally written in VC 6.0 to VS2010 Pin
V K 211-Jul-12 3:51
V K 211-Jul-12 3:51 
GeneralRe: ProcessShellCommand () crashes after migrating an application which was originally written in VC 6.0 to VS2010 Pin
jschell11-Jul-12 8:35
jschell11-Jul-12 8:35 
Questionhow to get a short file name before file creation? Pin
Le@rner11-Jul-12 0:26
Le@rner11-Jul-12 0:26 
AnswerRe: how to get a short file name before file creation? Pin
pasztorpisti11-Jul-12 0:33
pasztorpisti11-Jul-12 0:33 
You can't do that because the short pathname is generated when you create the file. That function could at most predict what the short name will be. GetShortPathName() reads that info from disk.
GeneralRe: how to get a short file name before file creation? Pin
Le@rner11-Jul-12 0:40
Le@rner11-Jul-12 0:40 
GeneralRe: how to get a short file name before file creation? Pin
pasztorpisti11-Jul-12 2:04
pasztorpisti11-Jul-12 2:04 

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.