Click here to Skip to main content
15,902,299 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Printing centimeters Pin
bugDanny29-Sep-05 3:08
bugDanny29-Sep-05 3:08 
AnswerRe: Printing centimeters Pin
vikas amin29-Sep-05 3:24
vikas amin29-Sep-05 3:24 
QuestionC++ loading XML Pin
SpuddyMcFuddy29-Sep-05 2:42
SpuddyMcFuddy29-Sep-05 2:42 
AnswerRe: C++ loading XML Pin
David Crow29-Sep-05 3:03
David Crow29-Sep-05 3:03 
AnswerRe: C++ loading XML Pin
Marc Soleda29-Sep-05 3:13
Marc Soleda29-Sep-05 3:13 
AnswerRe: C++ loading XML Pin
ThatsAlok29-Sep-05 18:07
ThatsAlok29-Sep-05 18:07 
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 

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.