Launching a Web Page from OI (OpenInsight 32-Bit)
At 13 NOV 2002 11:37:30AM Eric Hilder wrote:
I am trying to launch a webpage from within OI, but I can't seem to find a way to do it. I want to be able to put an option in my Help Menu that will launch the users selected browser and bring up the webpage. Any ideas?
Any help is appreciated.
Eric H. Hilder
Medical Data Technologies
At 13 NOV 2002 12:51PM Donald Bakke wrote:
Eric,
You can use the ShellExecute WinAPI to accomplish this. This thread will help you to get started with this.
At 13 NOV 2002 01:09PM Donald Bakke wrote:
Alternatively there are freeware OCX controls that act as "hyperlinks" that you can place on a window, like an About box…or you can use the Microsoft browser OCX control to do the same thing.
At 13 NOV 2002 01:31PM Eric Hilder wrote:
That worked great. Thanks!