Click here to Skip to main content
15,914,447 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: if statement help Pin
dellthinker27-Dec-06 19:00
dellthinker27-Dec-06 19:00 
AnswerRe: if statement help Pin
prasad_som27-Dec-06 19:04
prasad_som27-Dec-06 19:04 
GeneralRe: if statement help Pin
dellthinker27-Dec-06 19:15
dellthinker27-Dec-06 19:15 
AnswerRe: if statement help Pin
Michael Dunn27-Dec-06 19:29
sitebuilderMichael Dunn27-Dec-06 19:29 
QuestionRunning exe problem Pin
aaaan27-Dec-06 18:13
aaaan27-Dec-06 18:13 
GeneralRe: Running exe problem Pin
prasad_som27-Dec-06 18:21
prasad_som27-Dec-06 18:21 
GeneralRe: Running exe problem Pin
aaaan27-Dec-06 18:29
aaaan27-Dec-06 18:29 
AnswerRe: Running exe problem Pin
prasad_som27-Dec-06 18:36
prasad_som27-Dec-06 18:36 
aaaan wrote:
But i donnot know how to use comandline


Use GetCommandLine , for getting commnad line parameters.
When running and exe, they are eimmediately followed by exe name.
We can use while running an exe.
c:\\MyExe.exe "prasad"

In example above "prasad" will be passed as parameter to exe. Which can be obtained using GetcommandLine from application.
See description of GetcommandLine for better understanding.


QuestionQuestion is for prasad_som Pin
amitmistry_petlad 27-Dec-06 17:29
amitmistry_petlad 27-Dec-06 17:29 
GeneralRe: Question is for prasad_som Pin
prasad_som27-Dec-06 17:38
prasad_som27-Dec-06 17:38 
AnswerRe: Question is for prasad_som Pin
Hamid_RT27-Dec-06 18:14
Hamid_RT27-Dec-06 18:14 
GeneralRe: Question is for prasad_som Pin
amitmistry_petlad 27-Dec-06 20:38
amitmistry_petlad 27-Dec-06 20:38 
QuestionRe: Question is for prasad_som Pin
prasad_som27-Dec-06 21:54
prasad_som27-Dec-06 21:54 
AnswerRe: Question is for prasad_som Pin
amitmistry_petlad 27-Dec-06 22:06
amitmistry_petlad 27-Dec-06 22:06 
AnswerRe: Question is for prasad_som Pin
prasad_som27-Dec-06 22:12
prasad_som27-Dec-06 22:12 
GeneralRe: Question is for prasad_som Pin
amitmistry_petlad 27-Dec-06 22:44
amitmistry_petlad 27-Dec-06 22:44 
GeneralRe: Question is for prasad_som [modified] Pin
prasad_som27-Dec-06 22:57
prasad_som27-Dec-06 22:57 
GeneralRe: Question is for prasad_som Pin
amitmistry_petlad 27-Dec-06 23:01
amitmistry_petlad 27-Dec-06 23:01 
AnswerRe: Question is for prasad_som Pin
prasad_som27-Dec-06 23:16
prasad_som27-Dec-06 23:16 
GeneralRe: Question is for prasad_som Pin
amitmistry_petlad 28-Dec-06 2:16
amitmistry_petlad 28-Dec-06 2:16 
Questioncommand bar problem Pin
eantaru27-Dec-06 17:28
eantaru27-Dec-06 17:28 
AnswerRe: command bar problem Pin
Paul Conrad27-Dec-06 17:56
professionalPaul Conrad27-Dec-06 17:56 
GeneralRe: command bar problem Pin
eantaru27-Dec-06 18:01
eantaru27-Dec-06 18:01 
QuestionBlocking call to ShellExecuteEx? Pin
devvvy27-Dec-06 13:48
devvvy27-Dec-06 13:48 
AnswerRe: Blocking call to ShellExecuteEx? Pin
baloneyman27-Dec-06 13:59
baloneyman27-Dec-06 13:59 

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.