Re: I need someone to test this on Windows
- Posted by Jerry Story <jstory at ocii.com> Apr 02, 2006
- 509 views
Brian Broker wrote: > > Hi Jerry, > > I can confirm Evan's findings. > I believe you would want to use ShellExecute > to achieve the desired effect in Windows. > > E.g. Lauch MS website in default browser: > > r = ShellExecute(NULL, "open", "<a > href="http://www.microsoft.com">http://www.microsoft.com</a>", > NULL, NULL, SW_SHOWNORMAL) > > -- Brian I don't see ShellExecute() in the EU2.5 documentation. Do you mean system_exec()?