Re: Open a web page.
- Posted by m_sabal Jan 18, 2012
- 1076 views
I haven't tested it with URLs, but in the click handler, I think this is all you need. It uses the standard file associations in Windows, and works for opening text files in Notepad for me.
shellExecute("open",url,SW_SHOWNORMAL)