Hi im trying to make a web browser that can browse the internet through a proxy and that also has flash support! Any suggestions???
Many Thanks!!
Printable View
Hi im trying to make a web browser that can browse the internet through a proxy and that also has flash support! Any suggestions???
Many Thanks!!
VB comes complete with the WebBrowser component that does exactly this. It uses IE settings so if you change proxy it'll affect IE as well as webbrowser, but it's pretty much what you need :-)
I would prefer not to use the IE component, preferably inet or winsock!! Thanks anyway!!
How far are you?Quote:
Originally Posted by jh123
Then what you're basically asking for is something that can download *and* display HTML. My suggestion again would be the webbrowser component, but *only* for displaying images. You could download HTML with inet/winsock and display it in the webbrowser easy enough. Beyond that, I'm useless though...I've never done that myself, although I have had a go at using inet to download for displaying in WB with a few problems
You can quite easly download the source with Inet, find the appropriate tag, download the image to temp and display it in a PictureBox ;)Quote:
Originally Posted by smUX
I meant displaying the webpage :-)
Please could someone give me a link to some code that will allow me to download a webpage through a proxy server and save it to hard drive then view it through the IE control!!!
**IMPORTANT** I do not want to use proxy settings to do with IE>Tools>Internet Options...>Connections> LAN SETTINGS!!!
THANKS ALOT!!!!!!
http://home.rochester.rr.com/lgsstatic/vb.html
Static's written code that can write to the WB directly, all you have to do is sort out downloading through inet (should be easy enough to set up proxy through that, shouldn't it?) and then you just write it directly onto the WB