![]() |
|
QA: How can I open the default mail or browser program when the user clicks on an URL?
By Daniel Strigl, March 02, 2004.
QuestionI want to open the default mail or browser program when the user clicks on an URL like "mailto:email@pocketpcdn.com" or "http://www.hh-system.com/danielstrigl". How can it be done? AnswerThat's simple... just call the ShellExecuteEx API function with the correct parameters. Here is sample code: Related resources:DiscussDiscuss this article. Here you can write your comments and read comments of other developers. |
|||||||||||||||||||||