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

C / C++ / MFC

 
GeneralRe: Problem with CDialogBar e CTreeCtrl Pin
Roman Fadeyev25-Nov-02 5:55
Roman Fadeyev25-Nov-02 5:55 
GeneralGetting Char Index Pin
brianwelsch25-Nov-02 4:22
brianwelsch25-Nov-02 4:22 
GeneralRe: Getting Char Index Pin
Roman Fadeyev25-Nov-02 5:00
Roman Fadeyev25-Nov-02 5:00 
GeneralSockets and Threads Pin
ballyduff25-Nov-02 4:14
ballyduff25-Nov-02 4:14 
GeneralRe: Sockets and Threads Pin
valikac25-Nov-02 9:02
valikac25-Nov-02 9:02 
GeneralText editor Pin
Rage25-Nov-02 4:04
professionalRage25-Nov-02 4:04 
GeneralRe: Text editor Pin
brianwelsch25-Nov-02 4:27
brianwelsch25-Nov-02 4:27 
GeneralRe: Text editor Pin
Jeff Patterson25-Nov-02 7:14
Jeff Patterson25-Nov-02 7:14 
GeneralRe: Text editor Pin
Rage25-Nov-02 20:26
professionalRage25-Nov-02 20:26 
GeneralChanging Colour in CDocument Pin
E325-Nov-02 3:53
E325-Nov-02 3:53 
GeneralRe: Changing Colour in CDocument Pin
Roman Fadeyev25-Nov-02 4:07
Roman Fadeyev25-Nov-02 4:07 
GeneralDocument View Pin
wimel26-Nov-02 2:49
wimel26-Nov-02 2:49 
GeneralOpening URL in default browser Pin
mariuszpopiolek25-Nov-02 3:30
mariuszpopiolek25-Nov-02 3:30 
GeneralRe: Opening URL in default browser Pin
dabs25-Nov-02 3:45
dabs25-Nov-02 3:45 
GeneralRe: Opening URL in default browser Pin
mariuszpopiolek25-Nov-02 4:09
mariuszpopiolek25-Nov-02 4:09 
GeneralRe: Opening URL in default browser Pin
Roman Fadeyev25-Nov-02 3:59
Roman Fadeyev25-Nov-02 3:59 
GeneralRe: Opening URL in default browser Pin
mariuszpopiolek25-Nov-02 4:11
mariuszpopiolek25-Nov-02 4:11 
GeneralRe: Opening URL in default browser Pin
Stephane Rodriguez.25-Nov-02 6:34
Stephane Rodriguez.25-Nov-02 6:34 
GeneralRe: Opening URL in default browser Pin
mariuszpopiolek25-Nov-02 8:28
mariuszpopiolek25-Nov-02 8:28 
GeneralRe: Opening URL in default browser Pin
Stephane Rodriguez.25-Nov-02 8:53
Stephane Rodriguez.25-Nov-02 8:53 
mariuszpopiolek wrote:
I tried to find (via search option) verb opennew in MSDN, but I haven't found anything connected with shellexecute

Open the windows explorer \ tools \ folder options \ file types. Then find the .HTML filetype, and click on Advanced. This should open the file association window with the list of known verbs for the .HTML extension. And there you should find open and opennew.

That's how things work underneath.

The assumption for the use of these verbs is you know the file extension of the url. If you don't, this won't work as expected.

You also have another solution : start a new default iexplore.exe instance (createprocess). Wait this process is running. Then do the ::ShellExecute. The document will open on the newly created process.
GeneralRe: Opening URL in default browser Pin
mariuszpopiolek25-Nov-02 9:26
mariuszpopiolek25-Nov-02 9:26 
GeneralTile childwindow Pin
isCode25-Nov-02 3:06
isCode25-Nov-02 3:06 
GeneralRe: Tile childwindow Pin
Mike Nordell25-Nov-02 11:46
Mike Nordell25-Nov-02 11:46 
GeneralRe: Tile childwindow Pin
Cactus266-Sep-23 4:27
Cactus266-Sep-23 4:27 
GeneralC++.net book Pin
E. Bonizzoni25-Nov-02 2:58
E. Bonizzoni25-Nov-02 2:58 

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.