cancel
Showing results for 
Search instead for 
Did you mean: 

Internet Browser Addon

Former Member
0 Kudos

Hi,

I want to create an UI addon, creating an extra menu that when clicked it open a browser within SBO to a specific website.

Is this possible and any ideas how can it be done.

Thanks,

Fanna

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

If you are programing with vb you can use

ShellExecute function (It´s a windows APi function) to run whatever you want. I don´t know about programing in .Net but I think it would be possible too

AlexGrebennikov
Active Contributor
0 Kudos

I suppose it's better and more comfortably for the users to embed any browser implemented as ActiveX component exactly within SBO interface. You could find lots of the posts here how to use ActiveX'n'SBO.

HTH