| View previous topic :: View next topic |
| Author |
Message |
Blasph Master Cheater
Reputation: 0
Joined: 21 Feb 2007 Posts: 275
|
Posted: Thu Nov 01, 2007 10:00 am Post subject: my browser |
|
|
its a simple browser with nothing fancy.. its good for.. well nothing actually.. but its my first program! xDDD
|
|
| Back to top |
|
 |
Symbol I'm a spammer
Reputation: 0
Joined: 18 Apr 2007 Posts: 5094 Location: Israel.
|
Posted: Thu Nov 01, 2007 10:39 am Post subject: |
|
|
Wow... really....... invested...
|
|
| Back to top |
|
 |
Reak I post too much
Reputation: 0
Joined: 15 May 2007 Posts: 3496
|
Posted: Thu Nov 01, 2007 10:50 am Post subject: |
|
|
| is there a WebBrowser component which is based on firefox ?
|
|
| Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Thu Nov 01, 2007 10:59 am Post subject: |
|
|
Yes, but you'd have to bundle it with your application (Firefox does not register its own for shared use because of version conflicts). Best to use MSHTML since it's guaranteed to be on the system.
_________________
|
|
| Back to top |
|
 |
XxOsirisxX Grandmaster Cheater Supreme
Reputation: 0
Joined: 30 Oct 2006 Posts: 1597
|
Posted: Thu Nov 01, 2007 3:57 pm Post subject: |
|
|
Program Language used what...?
_________________
|
|
| Back to top |
|
 |
Reak I post too much
Reputation: 0
Joined: 15 May 2007 Posts: 3496
|
Posted: Thu Nov 01, 2007 4:34 pm Post subject: |
|
|
| XxOsirisxX wrote: | | Program Language used what...? |
VB
|
|
| Back to top |
|
 |
XxOsirisxX Grandmaster Cheater Supreme
Reputation: 0
Joined: 30 Oct 2006 Posts: 1597
|
Posted: Thu Nov 01, 2007 5:01 pm Post subject: |
|
|
I do believe this may works in firefox anyways.
(No need any component)
| Code: | Dim x As Variant
Set x = CreateObject("WScript.Shell")
x.run "www.msn.com" |
And also, web browser in VB, the component. Which i suppose you used, i guess should works too.
| Code: | | Form1.WebBrowser1.Navigate "http://www.msn.com" |
Try it with FF
(I don't use FF, can't test)
_________________
|
|
| Back to top |
|
 |
|