Command Button driven hyperlinks
Simple question here.
I have a command button. I would like it to simulate a hyperlink. Hence I want to code a web page address, and it would move to that web page address.
Is there a simple method of doing this. I do not want to add extra references to my project. Or code for the opening of the web page editor.
I like the hyperlink concept, where the system opens either a web broswer or an email depending on the address stored.
- My help files are all done in html. I want to incorporate a HELP button in my application that would open my files in IE or whatever browser the user has installed on his system.