|
-
Sep 2nd, 2006, 09:09 AM
#1
Thread Starter
Lively Member
HTTP Browser with Proxy support!
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!!
-
Sep 2nd, 2006, 09:13 AM
#2
PowerPoster
Re: HTTP Browser with Proxy support!
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 :-)
Well, everyone else has been doing it :-)
Loading a file into memory QUICKLY - Using SendKeys - HyperLabel - A highly customisable label replacement - Using resource files/DLLs with VB - Adding GZip to your projects
Expect more to come in future
If I have helped you, RATE ME! :-)
I love helping noobs with their VB problems (probably because, as an amateur programmer, I am only slightly better at VB than them :-)) but if you SERIOUSLY want to get help for free from a community such as VBForums, you have to first have a grounding (basic knowledge) in VB6, otherwise you're way too much work to help...You've got to give a little if you want to get help from us, in other words!
And we DON'T do your homework. If your tutor doesn't teach you enough to help you make the project without his or her help, FIND A BETTER TUTOR or try reading books on programming! We are happy to help with minor things regarding the project, but you have to understand the rest of it if you want our help to be useful.
-
Sep 2nd, 2006, 09:21 AM
#3
Thread Starter
Lively Member
Re: HTTP Browser with Proxy support!
I would prefer not to use the IE component, preferably inet or winsock!! Thanks anyway!!
-
Sep 2nd, 2006, 09:25 AM
#4
Re: HTTP Browser with Proxy support!
 Originally Posted by jh123
Hi im trying to make a web browser...
How far are you?
-
Sep 2nd, 2006, 09:27 AM
#5
PowerPoster
Re: HTTP Browser with Proxy support!
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
Well, everyone else has been doing it :-)
Loading a file into memory QUICKLY - Using SendKeys - HyperLabel - A highly customisable label replacement - Using resource files/DLLs with VB - Adding GZip to your projects
Expect more to come in future
If I have helped you, RATE ME! :-)
I love helping noobs with their VB problems (probably because, as an amateur programmer, I am only slightly better at VB than them :-)) but if you SERIOUSLY want to get help for free from a community such as VBForums, you have to first have a grounding (basic knowledge) in VB6, otherwise you're way too much work to help...You've got to give a little if you want to get help from us, in other words!
And we DON'T do your homework. If your tutor doesn't teach you enough to help you make the project without his or her help, FIND A BETTER TUTOR or try reading books on programming! We are happy to help with minor things regarding the project, but you have to understand the rest of it if you want our help to be useful.
-
Sep 2nd, 2006, 09:31 AM
#6
Re: HTTP Browser with Proxy support!
 Originally Posted by smUX
My suggestion again would be the webbrowser component, but *only* for displaying images...
You can quite easly download the source with Inet, find the appropriate tag, download the image to temp and display it in a PictureBox
-
Sep 2nd, 2006, 09:33 AM
#7
PowerPoster
Re: HTTP Browser with Proxy support!
I meant displaying the webpage :-)
Well, everyone else has been doing it :-)
Loading a file into memory QUICKLY - Using SendKeys - HyperLabel - A highly customisable label replacement - Using resource files/DLLs with VB - Adding GZip to your projects
Expect more to come in future
If I have helped you, RATE ME! :-)
I love helping noobs with their VB problems (probably because, as an amateur programmer, I am only slightly better at VB than them :-)) but if you SERIOUSLY want to get help for free from a community such as VBForums, you have to first have a grounding (basic knowledge) in VB6, otherwise you're way too much work to help...You've got to give a little if you want to get help from us, in other words!
And we DON'T do your homework. If your tutor doesn't teach you enough to help you make the project without his or her help, FIND A BETTER TUTOR or try reading books on programming! We are happy to help with minor things regarding the project, but you have to understand the rest of it if you want our help to be useful.
-
Sep 2nd, 2006, 09:46 AM
#8
Thread Starter
Lively Member
Re: HTTP Browser with Proxy support!
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!!!!!!
-
Sep 2nd, 2006, 09:51 AM
#9
PowerPoster
Re: HTTP Browser with Proxy support!
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
Well, everyone else has been doing it :-)
Loading a file into memory QUICKLY - Using SendKeys - HyperLabel - A highly customisable label replacement - Using resource files/DLLs with VB - Adding GZip to your projects
Expect more to come in future
If I have helped you, RATE ME! :-)
I love helping noobs with their VB problems (probably because, as an amateur programmer, I am only slightly better at VB than them :-)) but if you SERIOUSLY want to get help for free from a community such as VBForums, you have to first have a grounding (basic knowledge) in VB6, otherwise you're way too much work to help...You've got to give a little if you want to get help from us, in other words!
And we DON'T do your homework. If your tutor doesn't teach you enough to help you make the project without his or her help, FIND A BETTER TUTOR or try reading books on programming! We are happy to help with minor things regarding the project, but you have to understand the rest of it if you want our help to be useful.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|