[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]

Re: [XaraXtreme-dev] Executing Default Web Browser?





Assuming you don't want to use wxHtmlWindow and display them all in
the app, how about using wxExecute, wxFileType::GetOpenCommand,
(and, if necessarily wxMimeTypesManager::GetFileTypeFromExtension).
That will do the job, I'd have thought.

Urm, rather easier (and doesn't involve reenabling MIME which slows
down up startup), try ::wxLaunchDefaultBrowser() !

Alex