Click here to Skip to main content
15,915,019 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: thanx a lot... Pin
22-Mar-02 5:26
suss22-Mar-02 5:26 
GeneralCListCtrl Pin
Orbital^11-Mar-02 19:44
Orbital^11-Mar-02 19:44 
GeneralRe: CListCtrl Pin
Serge Krynine11-Mar-02 20:00
Serge Krynine11-Mar-02 20:00 
GeneralRe: CListCtrl Pin
Joaquín M López Muñoz11-Mar-02 19:55
Joaquín M López Muñoz11-Mar-02 19:55 
Generalrebuild problem Pin
bryce11-Mar-02 19:32
bryce11-Mar-02 19:32 
GeneralRe: rebuild problem Pin
Serge Krynine11-Mar-02 19:50
Serge Krynine11-Mar-02 19:50 
GeneralRe: rebuild problem Pin
bryce11-Mar-02 22:28
bryce11-Mar-02 22:28 
QuestionShellExecute and run WordPad.exe ?? Pin
11-Mar-02 16:43
suss11-Mar-02 16:43 
I want to run WordPad.exe and open a text file from my Win32 program.
Now I use this API: ShellExecute but it seems not work. Could anyone tell me the right way to call ShellExecute and use WordPad.exe to open a given text file ?
Thanks !!

PS> I did it this way, but it didn't work..
And, how can I know the right "path" to WordPad.exe ?

hAppInst = ::ShellExecute( ghParentWnd, "open", "WordPad.exe myDoc.exe", NULL, NULL, SW_SHOWDEFAULT );
AnswerRe: ShellExecute and run WordPad.exe ?? Pin
Nish Nishant11-Mar-02 17:13
sitebuilderNish Nishant11-Mar-02 17:13 
AnswerRe: ShellExecute and run WordPad.exe ?? Pin
Lim Bio Liong11-Mar-02 17:30
Lim Bio Liong11-Mar-02 17:30 
GeneralKnown issues with MoveMemory() in XP Pin
11-Mar-02 15:52
suss11-Mar-02 15:52 
GeneralRe: Known issues with MoveMemory() in XP Pin
Tim Smith11-Mar-02 17:08
Tim Smith11-Mar-02 17:08 
GeneralCopy Assignment :: C++ Pin
valikac11-Mar-02 15:42
valikac11-Mar-02 15:42 
GeneralRe: Copy Assignment :: C++ Pin
Paul M Watt11-Mar-02 17:29
mentorPaul M Watt11-Mar-02 17:29 
GeneralRe: Copy Assignment :: C++ Pin
valikac11-Mar-02 18:51
valikac11-Mar-02 18:51 
GeneralFixed! Pin
valikac11-Mar-02 19:11
valikac11-Mar-02 19:11 
GeneralTrying to Find = in a CString Pin
11-Mar-02 14:57
suss11-Mar-02 14:57 
GeneralRe: Trying to Find = in a CString Pin
jafrazee11-Mar-02 15:53
jafrazee11-Mar-02 15:53 
GeneralRe: Trying to Find = in a CString Pin
Nish Nishant11-Mar-02 17:15
sitebuilderNish Nishant11-Mar-02 17:15 
GeneralRe: Trying to Find = in a CString Pin
12-Mar-02 0:26
suss12-Mar-02 0:26 
GeneralRe: Trying to Find = in a CString Pin
12-Mar-02 0:39
suss12-Mar-02 0:39 
Generalnebulous TRACE output Pin
moredip11-Mar-02 13:37
moredip11-Mar-02 13:37 
GeneralRe: nebulous TRACE output Pin
Shog911-Mar-02 14:07
sitebuilderShog911-Mar-02 14:07 
GeneralRe: nebulous TRACE output Pin
Roger Allen11-Mar-02 22:12
Roger Allen11-Mar-02 22:12 
GeneralRe: nebulous TRACE output Pin
moredip12-Mar-02 5:23
moredip12-Mar-02 5:23 

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.