cancel
Showing results for 
Search instead for 
Did you mean: 

WEb Browser on Button click

Former Member
0 Kudos

Hello expert

Can we open web browser link on Button click in Add on by SDK?

Accepted Solutions (1)

Accepted Solutions (1)

pedro_magueija
Active Contributor
0 Kudos

Hi Vilas,

Yes this is possible. One way to do it is to use Process.Start("http://www.myurl.com"); .

This will start the browser and point it to the URL you've given.


Best regards,

Pedro Magueija


View Pedro Magueija's profile on LinkedIn

Answers (1)

Answers (1)

maik_delly
Active Contributor
0 Kudos

Hi Vilas,

it really depends on what you mean, but using.NET ( SDK unrelated ) you open a link like this :

Process.Start("http://www.exampe.com")

Or are you using a WebBrowser control, ActiveX or specific ( not standard ) browser  ?

regards,

Maik