ninomeister
Programmer
I am implementing a help support feature a project that I am working on. I would like to allow support for multiple browsers depending on the user's defualt browser. This seems to work fine, however, currently, I create a new browser window each time help is called. What I would like to do is reuse the same browser window for each successive call to help while a browser (the initial default browser) is open. Is there any suggesstions that would help solve this problem. I know that there are web browsing controls in vb, but I do not want to use them because I would really like to allow support for multiple browsers. Thanks.