8 messages in com.googlegroups.google-desktop-developerRe: Documentation for WebBrowser object
FromSent OnAttachments
Asim Baig25 Nov 2005 14:29 
Larry Gadea25 Nov 2005 15:50 
poz25 Nov 2005 23:00 
Asim Baig26 Nov 2005 22:36 
poz26 Nov 2005 23:07 
Jamie Bliss27 Nov 2005 10:59 
Martin07 Dec 2005 12:10 
Hennie07 Dec 2005 12:45 
Subject:Re: Documentation for WebBrowser object
From:Asim Baig (asi@gmail.com)
Date:11/26/2005 10:36:38 PM
List:com.googlegroups.google-desktop-developer

Thanks a lot!. Now I am wondering how did you figure out the fact that it is not initialized when its created? Is that a feature of the Shell.Explorer object. I dont believe this feature is documented anywhere on the developer site.

Here are a couple of things that I am still trying to figure out 1. I would like the "default" browser to be launched and not just IE. The user could have the default browser set to Firefox so naturaly Firefox should be launched.

2. What I really set out to do was to put an edit control with a button in the main panel. I am not sure if I can do that with gddWndCtrlClassEdit for the "main" panel. I am already doing it in the options window.

Basically I have a custom web application that does some application specific searching. Users log on to the web app and perform searches. I would like to make this little plugin allow the user to just enter a string in an edit box on the main panel, click a button, and the plugin will make launch the user's default browser with the query string in the GET request.

thanks for your help so far.

Asim