Click here to Skip to main content
15,923,789 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: List control Help!!! Pin
User 66588-May-03 5:41
User 66588-May-03 5:41 
GeneralRe: List control Help!!! Pin
kyoshiro8-May-03 7:04
kyoshiro8-May-03 7:04 
GeneralRe: List control Help!!! Pin
User 66588-May-03 10:04
User 66588-May-03 10:04 
GeneralRe: List control Help!!! Pin
kyoshiro8-May-03 10:51
kyoshiro8-May-03 10:51 
GeneralRe: List control Help!!! Pin
User 66588-May-03 12:34
User 66588-May-03 12:34 
GeneralProblem passing lpCommandLine in CreateProcess... Pin
IrishSonic5-May-03 7:16
IrishSonic5-May-03 7:16 
GeneralRe: Problem passing lpCommandLine in CreateProcess... Pin
David Crow5-May-03 7:35
David Crow5-May-03 7:35 
GeneralRe: Problem passing lpCommandLine in CreateProcess... Pin
Baris Kurtlutepe5-May-03 12:46
Baris Kurtlutepe5-May-03 12:46 
It sounds ugly but even though that doesn't exist in MSDN documentation (or at least I couldn't find an answer even though I searched a lot for it): If you change the commandline parameter of the CreateProcess call to reflect the executable AND the commandline both, it is going to work.
i.e:
<br />
CreateProcess("app.exe", "somecommandlineparameter", ...)<br />

doesn't work, but:
<br />
CreateProcess("app.exe", "app.exe somecommandlineparameter", ...)<br />

works. And I frankly don't know why. Poke tongue | ;-P
GeneralContextual menu Pin
bumper5-May-03 6:34
bumper5-May-03 6:34 
GeneralRe: Contextual menu Pin
David Crow5-May-03 7:00
David Crow5-May-03 7:00 
GeneralPrinting Pin
bumper5-May-03 6:29
bumper5-May-03 6:29 
GeneralRe: Printing Pin
Chris Losinger5-May-03 6:40
professionalChris Losinger5-May-03 6:40 
GeneralRe: Printing Pin
bumper5-May-03 6:54
bumper5-May-03 6:54 
GeneralRe: Printing Pin
basementman5-May-03 10:50
basementman5-May-03 10:50 
GeneralRe: Printing Pin
bumper6-May-03 1:22
bumper6-May-03 1:22 
GeneralCDC device resolution Pin
Chris Losinger5-May-03 5:55
professionalChris Losinger5-May-03 5:55 
GeneralProperty Pages Pin
De Nardis Andrea5-May-03 5:22
De Nardis Andrea5-May-03 5:22 
GeneralRe: Property Pages Pin
Joan M5-May-03 6:06
professionalJoan M5-May-03 6:06 
GeneralRe: Property Pages Pin
De Nardis Andrea5-May-03 6:42
De Nardis Andrea5-May-03 6:42 
GeneralRe: Property Pages Pin
G. Steudtel5-May-03 6:11
G. Steudtel5-May-03 6:11 
QuestionHow to retrieve complete network path Pin
Ivano5-May-03 4:55
Ivano5-May-03 4:55 
AnswerRe: How to retrieve complete network path Pin
David Crow5-May-03 5:04
David Crow5-May-03 5:04 
GeneralRe: How to retrieve complete network path Pin
Ivano5-May-03 5:10
Ivano5-May-03 5:10 
GeneralRe: How to retrieve complete network path Pin
David Crow5-May-03 5:14
David Crow5-May-03 5:14 
GeneralExecution problem with TrackPopupMenu, help !!! Pin
flybird5-May-03 4:53
flybird5-May-03 4:53 

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.