Where can I get some examples on the web of using the Browser Control? Does IE have to be on the users machine? 
Author Message
 Where can I get some examples on the web of using the Browser Control? Does IE have to be on the users machine?

Hello.

Being mostly a web / asp programmer, I am wanting to expand my VB
programming skills and be able to distribute apps that will have the Web
browser control in the app which would then take the user to my resume
online for instance, or take a user to a control panel / web based via the
web browser control. Can the web browser control detect a users connection
to the internet ? Are there any examples on the web to show one some code to
get started?

Thanks in advance

Tim



Sun, 19 May 2002 03:00:00 GMT  
 Where can I get some examples on the web of using the Browser Control? Does IE have to be on the users machine?
The easy bit;
Stick the Web Control on your form and use

    WebBrowser1.Navigate "http://www.server.com/dir/file.htm"

The hard bit;
You can't re-distribute your app cos MS don't want you to.  The clients will
need to install IEx on their machine for your app to work.



Mon, 20 May 2002 03:00:00 GMT  
 Where can I get some examples on the web of using the Browser Control? Does IE have to be on the users machine?
Take a look at: http://vbpoint.cjb.net/

Here I placed some samples on how to use the webbrowser control and MSHTML.

--
Stephan

My site: http://www.casema.net/~dolman/s/

FREE discover how to make $5000 a week:
http://www.secrets2success.com/special31270/

FREE VB Source: http://vbpoint.cjb.net/



Quote:
> Hello.

> Being mostly a web / asp programmer, I am wanting to expand my VB
> programming skills and be able to distribute apps that will have the Web
> browser control in the app which would then take the user to my resume
> online for instance, or take a user to a control panel / web based via the
> web browser control. Can the web browser control detect a users connection
> to the internet ? Are there any examples on the web to show one some code
to
> get started?

> Thanks in advance

> Tim



Tue, 21 May 2002 03:00:00 GMT  
 Where can I get some examples on the web of using the Browser Control? Does IE have to be on the users machine?
<snip>

Quote:
> You can't re-distribute your app cos MS don't want you to.  The clients
will
> need to install IEx on their machine for your app to work.

Slightly untrue - the DoJ is to blame! (no i dont work for MS but I wouldn'd
mind being able to distribute THAT control!)

- m9



Sat, 08 Jun 2002 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. when is web browser control really done

2. running examples with web browser control give error

3. Bringing up the IE Web browser control with a literal string rather than a URL

4. Web browser Control hosted in IE ?

5. Need to call Print Preview GUI in IE from Web Browser control

6. IE Web Browser Control - Auto Complete not working

7. IE 5.5 and Web Browser control

8. Web Browser control WITHOUT IE

9. Question on getting my program using Web browser to access

10. getting a complete load of wed page in web browser control

11. getting a complete load of wed page in web browser control

12. Browser Control using with IE 3

 

 
Powered by phpBB® Forum Software