PDA

View Full Version : Browser in VB6?


Oomba
02-01-2006, 03:56 PM
I'm trying to make a VB6 web browser that will run through a different proxy than the computer's IE uses. I'm using the Microsoft Internet Exploder control. Is there any way to do this? The reason I want to do this is the computers at my school block sites that I use for resources for projects. The school's computer have everything disabled, including cmd line and changing internet options or opening files saved to desktop. The only way I can think to do it is through CGI, but they have a majority of the ones that actually work blocked. So I decided to make my own.

If there is no way to do this through Microsoft Internet Explorer controls, what can I use?

Nitrousoxide
02-02-2006, 09:04 AM
Tools-> Internet Options -> Connections -> Lan Settings

Perhaps.

Oomba
02-02-2006, 10:17 PM
Tools-> Internet Options -> Connections -> Lan Settings

Perhaps.

Thats blocked on my school computers. Cant even access cmd line or C: drive

Nitrousoxide
02-02-2006, 11:05 PM
In IE, go through that menu list I gave.

AcquiredTarget
02-03-2006, 12:30 AM
Sounds like the net admin's got it tied down so tight, even a poltician wouldn't be able to sleaze its way through. Just did a google search and the first link was a tutorial.

Oomba
02-03-2006, 07:08 PM
In IE, go through that menu list I gave.

Apparently you didnt listen to what I said. They have the internet options blocked. You cant go into it. You cant go into the C: drive either. They do have the tshit locked down tight like a mother fucker. Any site you could possibly want to go to is blocked, including most CGI proxies and all versions of google's image search.

Mind posting the link to the link you found in google? Ive already made the browser, but I need to make it run through a proxy independent of Internet Exploder's normal one.

AcquiredTarget
02-03-2006, 08:27 PM
http://www.google.com/search?lr=&ie=UTF-8&oe=UTF-8&q=VB6%20web%20browser

first one on the list. Don't know how good it is

Oomba
02-04-2006, 11:21 PM
http://www.google.com/search?lr=&ie=UTF-8&oe=UTF-8&q=VB6%20web%20browser

first one on the list. Don't know how good it is

I already have the browser setup, i need to know how to make it run through a proxy

AcquiredTarget
02-04-2006, 11:25 PM
:dunno:

gk128
02-05-2006, 12:58 PM
Access the drive by typing "C:" into IE. Worked back in high school for me.

Oomba
02-06-2006, 10:23 PM
Access the drive by typing "C:" into IE. Worked back in high school for me.

Access to C: drive is blocked.

Duality
02-07-2006, 07:29 PM
I'm not a programmer, of course, but I seem to recall that using the MSIE controls in your own browser will just pull the proxy/LAN config settings right from IE.

Oomba
02-07-2006, 08:31 PM
I'm not a programmer, of course, but I seem to recall that using the MSIE controls in your own browser will just pull the proxy/LAN config settings right from IE.

It does. I'm asking if there is a way to make it run through a different one.

OR, if not, someone could teach me how to do so using winsock.