Click here to Skip to main content
16,007,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionSendMessage to notePad. feasible? Pin
eynats25-Jun-02 9:27
eynats25-Jun-02 9:27 
AnswerRe: SendMessage to notePad. feasible? Pin
Jason Henderson25-Jun-02 11:07
Jason Henderson25-Jun-02 11:07 
AnswerRe: SendMessage to notePad. feasible? Pin
Tim Deveaux25-Jun-02 13:53
Tim Deveaux25-Jun-02 13:53 
GeneralRe: SendMessage to notePad. feasible? Pin
eynats25-Jun-02 18:52
eynats25-Jun-02 18:52 
GeneralRe: SendMessage to notePad. feasible? Pin
26-Jun-02 5:23
suss26-Jun-02 5:23 
QuestionHow to deal with Ghost windows in XP System? Pin
Michael Liu25-Jun-02 7:55
Michael Liu25-Jun-02 7:55 
GeneralOpen URL in *new* browser instance Pin
Ravi Bhavnani25-Jun-02 7:01
professionalRavi Bhavnani25-Jun-02 7:01 
GeneralRe: Open URL in *new* browser instance Pin
Jeremy Falcon25-Jun-02 7:07
professionalJeremy Falcon25-Jun-02 7:07 
For the verb, try running IE explicitly.

::ShellExecute(m_hWnd, "open", "iexplore http://www.codeproject.com/", "", "", SW_SHOW)

There might be another way also, and of course this would only work if IE is included in the path, so you may want to check the registry for validating this beforehand.

Jeremy L. Falcon<nobr>
Homepage : Sonork = 100.16311

"But everybody darlin' sometimes bites the hand that feeds."
"Remember in this game we call life that no one said it's fair."
"Just because you're winnin' don't mean you're the lucky ones."
Song: Breakdown - Album: Use Your Illusion II - Artist: Guns N' Roses

GeneralRe: Open URL in *new* browser instance Pin
Scott H. Settlemier27-Jun-02 9:30
Scott H. Settlemier27-Jun-02 9:30 
GeneralRe: Open URL in *new* browser instance Pin
Hans Dietrich25-Jun-02 9:52
mentorHans Dietrich25-Jun-02 9:52 
GeneralEscape sequences Pin
Hans Ruck25-Jun-02 6:43
Hans Ruck25-Jun-02 6:43 
GeneralRe: Escape sequences Pin
Jeremy Falcon25-Jun-02 6:54
professionalJeremy Falcon25-Jun-02 6:54 
GeneralRe: Escape sequences Pin
Hans Ruck25-Jun-02 7:21
Hans Ruck25-Jun-02 7:21 
GeneralThread priority Pin
Rage25-Jun-02 5:48
professionalRage25-Jun-02 5:48 
GeneralRe: Thread priority Pin
Joaquín M López Muñoz25-Jun-02 8:48
Joaquín M López Muñoz25-Jun-02 8:48 
GeneralRe: Thread priority Pin
Rage25-Jun-02 21:48
professionalRage25-Jun-02 21:48 
GeneralRe: Thread priority Pin
Bill Wilson25-Jun-02 12:42
Bill Wilson25-Jun-02 12:42 
GeneralICM 2.0 Question re: Bitmap.exe util Pin
Douglas Troy25-Jun-02 5:19
Douglas Troy25-Jun-02 5:19 
GeneralRe: ICM 2.0 Question re: Bitmap.exe util Pin
Anders Molin25-Jun-02 7:24
professionalAnders Molin25-Jun-02 7:24 
GeneralRe: ICM 2.0 Question re: Bitmap.exe util Pin
Douglas Troy25-Jun-02 9:22
Douglas Troy25-Jun-02 9:22 
GeneralMessaging via CMC Pin
Senkwe Chanda25-Jun-02 4:15
Senkwe Chanda25-Jun-02 4:15 
GeneralRe: Messaging via CMC Pin
25-Jun-02 6:55
suss25-Jun-02 6:55 
GeneralRe: Messaging via CMC Pin
Senkwe Chanda25-Jun-02 23:00
Senkwe Chanda25-Jun-02 23:00 
GeneralPlease enlighten me!!! Pin
Tommy Svensson25-Jun-02 1:49
Tommy Svensson25-Jun-02 1:49 
GeneralRe: Please enlighten me!!! Pin
Jason Henderson25-Jun-02 4:18
Jason Henderson25-Jun-02 4:18 

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.