Click here to Skip to main content
15,917,329 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionExecuting an exe with Run As programmatically Pin
Tariq87829-Sep-05 2:15
Tariq87829-Sep-05 2:15 
AnswerRe: Executing an exe with Run As programmatically Pin
toxcct29-Sep-05 2:32
toxcct29-Sep-05 2:32 
you have to call the program which is expected to open the file, and pass it the file as parameter as it wants you to.

lets take an easy example :

your default text editor is UltraEdit (of course, you have a license for it Big Grin | :-D ), but you want to open you text file within Notepad...

just call ShellExecute making it call "notepad.exe textfile.txt"...

however, all program are not always waiting for same parameter, and not even in same orders, so check it out then...

understand ?


TOXCCT >>> GEII power
[toxcct][VisualCalc]
AnswerRe: Executing an exe with Run As programmatically Pin
David Crow29-Sep-05 2:58
David Crow29-Sep-05 2:58 
GeneralRe: Executing an exe with Run As programmatically Pin
Tariq87829-Sep-05 4:47
Tariq87829-Sep-05 4:47 
QuestionEnable & Using button with CDialogBar Pin
vikas amin29-Sep-05 1:59
vikas amin29-Sep-05 1:59 
GeneralRe: Enable & Using button with CDialogBar Pin
ddmcr29-Sep-05 2:34
ddmcr29-Sep-05 2:34 
GeneralRe: Enable & Using button with CDialogBar Pin
vikas amin29-Sep-05 3:28
vikas amin29-Sep-05 3:28 
Questionhow to draw a barchart in splitterwindow Pin
tamsel29-Sep-05 1:56
tamsel29-Sep-05 1:56 
Questionwhen application considered to be hung Pin
pkoti29-Sep-05 1:28
pkoti29-Sep-05 1:28 
AnswerRe: when application considered to be hung Pin
mark novak29-Sep-05 2:07
mark novak29-Sep-05 2:07 
AnswerRe: when application considered to be hung Pin
David Crow29-Sep-05 3:14
David Crow29-Sep-05 3:14 
QuestionGlobals in MFC Pin
karmendra_js29-Sep-05 1:22
karmendra_js29-Sep-05 1:22 
AnswerEx: Globals in MFC Pin
karmendra_js29-Sep-05 1:27
karmendra_js29-Sep-05 1:27 
GeneralRe: Ex: Globals in MFC Pin
ddmcr29-Sep-05 1:59
ddmcr29-Sep-05 1:59 
AnswerRe: Globals in MFC Pin
tbrake29-Sep-05 1:27
tbrake29-Sep-05 1:27 
AnswerRe: Globals in MFC Pin
tbrake29-Sep-05 1:31
tbrake29-Sep-05 1:31 
QuestionEx: Globals in MFC Pin
karmendra_js29-Sep-05 1:32
karmendra_js29-Sep-05 1:32 
AnswerRe: Ex: Globals in MFC Pin
toxcct29-Sep-05 2:20
toxcct29-Sep-05 2:20 
AnswerRe: Globals in MFC Pin
tbrake29-Sep-05 1:37
tbrake29-Sep-05 1:37 
AnswerRe: Globals in MFC Pin
David Crow29-Sep-05 3:15
David Crow29-Sep-05 3:15 
AnswerRe: Globals in MFC Pin
Tim Smith29-Sep-05 6:38
Tim Smith29-Sep-05 6:38 
Questionmsflexgrid Pin
cell5129-Sep-05 1:23
cell5129-Sep-05 1:23 
AnswerRe: msflexgrid Pin
Gary R. Wheeler1-Oct-05 2:39
Gary R. Wheeler1-Oct-05 2:39 
QuestionCan open Software by Double Clicking the reistrated Filetype - but no reading Pin
tbrake29-Sep-05 1:18
tbrake29-Sep-05 1:18 
QuestionUser message Pin
karmendra_js29-Sep-05 0:43
karmendra_js29-Sep-05 0:43 

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.