I’m looking to create a ribbon button for an OL2k10 add-in that opens a specific website. I’ve only seen references to creating a button using CommandBars, but this is different that what I’d like to accomplish.
Ideas are welcome as usual.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think here is what you probably can do:
In your ribbon button click event function, you write the following code which would allow you do launch a web browser accessing the given URL, e.g. http://stackoverflow.com
Okay, I guess that’s pretty much all you need. 🙂