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
Eric,
You can use the ShellExecute WinAPI to accomplish this. This thread will help you to get started with this.
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.
That worked great. Thanks!