Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » How to open Web page from my plugin??
How to open Web page from my plugin?? [message #119264] Wed, 23 November 2005 16:09 Go to next message
Eclipse UserFriend
Originally posted by: harish.l.philips.com

Hi
How to open Web pages like google.com from my plugin??
can any one help me
Thanks
Harish
Re: How to open Web page from my plugin?? [message #119527 is a reply to message #119264] Thu, 24 November 2005 04:56 Go to previous message
Eclipse UserFriend
Originally posted by: greatkit.gmail.com

If you do it on M$ windows, use OLE object.

To use OLE, you should know ProgramID on Windows registry. For example, M$
Explorer may have "Shell.Explorer" for its ProgramID value(I'll ignore
another way to get OleClientSite by file extension).

It may be initiated as follows :

OleControlSite ocs = new OleControlSite(frame, SWT.NONE, "Shell.explorer");
// where frame is an instance of OleFrame

Good luck.
Previous Topic:Changing US_export_policy.jar and local_policy.jar files for Java encryption
Next Topic:Question regarding plugins and RCP
Goto Forum:
  


Current Time: Thu Dec 26 19:31:26 GMT 2024

Powered by FUDForum. Page generated in 0.04556 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top