Click here to Skip to main content
15,921,840 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralImplementing plugins Pin
Nevidimka14-Nov-01 20:28
Nevidimka14-Nov-01 20:28 
GeneralRe: Implementing plugins Pin
moliate16-Nov-01 5:39
moliate16-Nov-01 5:39 
GeneralRe: Implementing plugins Pin
Nevidimka18-Nov-01 18:26
Nevidimka18-Nov-01 18:26 
GeneralShellExecute Pin
Ralfy14-Nov-01 18:40
Ralfy14-Nov-01 18:40 
GeneralRe: ShellExecute Pin
Nish Nishant14-Nov-01 19:15
sitebuilderNish Nishant14-Nov-01 19:15 
GeneralRe: ShellExecute Pin
Ralfy14-Nov-01 21:01
Ralfy14-Nov-01 21:01 
GeneralRe: ShellExecute Pin
Nish Nishant15-Nov-01 2:10
sitebuilderNish Nishant15-Nov-01 2:10 
GeneralRe: ShellExecute Pin
Ralfy15-Nov-01 17:53
Ralfy15-Nov-01 17:53 
My english is pool.The "Instance" meant Sample,not the Handle of program.

In my app,I want to run the Windows Default Mail Program.The code is following:

//...................
strDefaultMailCmd = registry.ReadString(strMailReg);
// the Value of strDefaultMailCmd: "%ProgramFiles%\\Outlook Express\\msimn.exe" /mail
if(!strDefaultMailCmd.IsEmpty())
ShellExecute(NULL,"open",strDefaultMailCmd,"",SW_SHOW);


But outlook express is not run.
I want to know how to let windows resolve "%ProgramFiles%"

Thanx

PS: what is "Goran Ivanisevic".Hmmm | :|
GeneralRe: ShellExecute Pin
Nish Nishant15-Nov-01 18:01
sitebuilderNish Nishant15-Nov-01 18:01 
GeneralRe: ShellExecute Pin
Carlos Antollini15-Nov-01 3:02
Carlos Antollini15-Nov-01 3:02 
GeneralChanging the font of the CTabCtrl Pin
Mark Donkers14-Nov-01 17:16
Mark Donkers14-Nov-01 17:16 
GeneralRe: Changing the font of the CTabCtrl Pin
Nish Nishant14-Nov-01 18:28
sitebuilderNish Nishant14-Nov-01 18:28 
GeneralRe: Changing the font of the CTabCtrl Pin
Mark Donkers15-Nov-01 3:07
Mark Donkers15-Nov-01 3:07 
GeneralRe: Changing the font of the CTabCtrl Pin
Nish Nishant15-Nov-01 3:25
sitebuilderNish Nishant15-Nov-01 3:25 
Generalredirecting display to go to printer Pin
14-Nov-01 14:59
suss14-Nov-01 14:59 
QuestionHow to get and set colors of the each pixel in a bitmap? Pin
chen14-Nov-01 14:25
chen14-Nov-01 14:25 
AnswerRe: How to get and set colors of the each pixel in a bitmap? Pin
Christian Graus14-Nov-01 14:29
protectorChristian Graus14-Nov-01 14:29 
AnswerRe: How to get and set colors of the each pixel in a bitmap? Pin
chen14-Nov-01 14:46
chen14-Nov-01 14:46 
GeneralRe: How to get and set colors of the each pixel in a bitmap? Pin
Christian Graus14-Nov-01 14:49
protectorChristian Graus14-Nov-01 14:49 
GeneralRe: How to get and set colors of the each pixel in a bitmap? Pin
chen14-Nov-01 14:59
chen14-Nov-01 14:59 
GeneralRe: How to get and set colors of the each pixel in a bitmap? Pin
chen14-Nov-01 15:09
chen14-Nov-01 15:09 
GeneralRe: How to get and set colors of the each pixel in a bitmap? Pin
Christian Graus14-Nov-01 15:55
protectorChristian Graus14-Nov-01 15:55 
GeneralRe: How to get and set colors of the each pixel in a bitmap? Pin
Christian Graus14-Nov-01 15:57
protectorChristian Graus14-Nov-01 15:57 
GeneralNewB question of the day Pin
RobJones14-Nov-01 11:20
RobJones14-Nov-01 11:20 
GeneralRe: NewB question of the day Pin
Bill Wilson14-Nov-01 11:25
Bill Wilson14-Nov-01 11:25 

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.