Click here to Skip to main content
15,912,897 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionIs Window / Dialog neede for a UI thread Pin
vipin_nvk28-Nov-08 6:45
vipin_nvk28-Nov-08 6:45 
AnswerRe: Is Window / Dialog neede for a UI thread Pin
Code-o-mat28-Nov-08 9:00
Code-o-mat28-Nov-08 9:00 
AnswerRe: Is Window / Dialog neede for a UI thread Pin
Peter Weyzen28-Nov-08 20:24
Peter Weyzen28-Nov-08 20:24 
GeneralRe: Is Window / Dialog neede for a UI thread Pin
vipin_nvk28-Nov-08 23:47
vipin_nvk28-Nov-08 23:47 
GeneralRe: Is Window / Dialog neede for a UI thread Pin
Peter Weyzen29-Nov-08 8:32
Peter Weyzen29-Nov-08 8:32 
QuestionHow to pass command line parameters using CreateProcess function. Pin
SNI28-Nov-08 2:08
SNI28-Nov-08 2:08 
AnswerRe: How to pass command line parameters using CreateProcess function. Pin
CPallini28-Nov-08 2:39
mveCPallini28-Nov-08 2:39 
AnswerRe: How to pass command line parameters using CreateProcess function. Pin
Mark Salsbery28-Nov-08 11:52
Mark Salsbery28-Nov-08 11:52 
First, note that the CreateProcess() lpCommandLine parameter is an inout
parameter in the Unicode version, so whatever you pass a pointer to technically
needs to be writable (up to 32,768 characters). If that's not feasible, you should
instead append the commandline to the lpApplicationName parameter string and pass NULL
as the lpCommandLine parameter.

Second, if you're not getting the passed commandline parameter(s) in the spawned app,
try starting the commandline parameter string with whitespace.

Mark

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: How to pass command line parameters using CreateProcess function. Pin
SNI5-Dec-08 1:49
SNI5-Dec-08 1:49 
Question[Message Deleted] Pin
Member 462021628-Nov-08 1:59
Member 462021628-Nov-08 1:59 
AnswerRe: Communication with device Pin
Roger Stoltz28-Nov-08 2:09
Roger Stoltz28-Nov-08 2:09 
QuestionI want to run Thread at regular interval using multimedia timer [modified] Pin
anilaabc27-Nov-08 23:07
anilaabc27-Nov-08 23:07 
QuestionRe: I want to run Thread at regular interval using multimedia timer Pin
Roger Stoltz28-Nov-08 2:06
Roger Stoltz28-Nov-08 2:06 
Questionhow can i dispaly icon or bitmap on status bar? Pin
puppya27-Nov-08 21:36
puppya27-Nov-08 21:36 
AnswerRe: how can i dispaly icon or bitmap on status bar? Pin
_AnsHUMAN_ 27-Nov-08 21:38
_AnsHUMAN_ 27-Nov-08 21:38 
AnswerRe: how can i dispaly icon or bitmap on status bar? Pin
Hamid_RT27-Nov-08 23:35
Hamid_RT27-Nov-08 23:35 
QuestionHow to enumerates media types on a given pin Pin
zengkun10027-Nov-08 21:17
zengkun10027-Nov-08 21:17 
AnswerRe: How to enumerates media types on a given pin Pin
Iain Clarke, Warrior Programmer28-Nov-08 9:15
Iain Clarke, Warrior Programmer28-Nov-08 9:15 
GeneralRe: How to enumerates media types on a given pin Pin
zengkun10029-Nov-08 2:01
zengkun10029-Nov-08 2:01 
QuestionEffective Synchronization: Multiple Read, Single Write Pin
singh_nav27-Nov-08 20:20
singh_nav27-Nov-08 20:20 
AnswerRe: Effective Synchronization: Multiple Read, Single Write Pin
_AnsHUMAN_ 27-Nov-08 20:27
_AnsHUMAN_ 27-Nov-08 20:27 
GeneralRe: Effective Synchronization: Multiple Read, Single Write Pin
singh_nav27-Nov-08 21:27
singh_nav27-Nov-08 21:27 
GeneralRe: Effective Synchronization: Multiple Read, Single Write Pin
_AnsHUMAN_ 27-Nov-08 21:35
_AnsHUMAN_ 27-Nov-08 21:35 
AnswerRe: Effective Synchronization: Multiple Read, Single Write Pin
Cedric Moonen27-Nov-08 20:32
Cedric Moonen27-Nov-08 20:32 
AnswerRe: Effective Synchronization: Multiple Read, Single Write Pin
Mark Salsbery28-Nov-08 12:03
Mark Salsbery28-Nov-08 12:03 

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.