Click here to Skip to main content
15,926,939 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: catching the passed filename Pin
Joshua Quick18-Feb-06 10:03
Joshua Quick18-Feb-06 10:03 
QuestionRe: catching the passed filename Pin
Pruck18-Feb-06 11:10
Pruck18-Feb-06 11:10 
AnswerRe: catching the passed filename Pin
Joshua Quick18-Feb-06 11:38
Joshua Quick18-Feb-06 11:38 
GeneralRe: catching the passed filename Pin
Pruck18-Feb-06 15:05
Pruck18-Feb-06 15:05 
GeneralRe: catching the passed filename Pin
Joshua Quick18-Feb-06 15:26
Joshua Quick18-Feb-06 15:26 
GeneralRe: catching the passed filename Pin
Pruck18-Feb-06 15:55
Pruck18-Feb-06 15:55 
QuestionControl internet using vb.net and sql server Pin
Mekong River18-Feb-06 5:13
Mekong River18-Feb-06 5:13 
AnswerRe: Control internet using vb.net and sql server Pin
Dave Kreskowiak19-Feb-06 7:37
mveDave Kreskowiak19-Feb-06 7:37 
Roath Kanel wrote:
anyone have an idea, website resource or sample to do it?


This is essentially a internet proxy server. All requests, and responses, will go through your proxy. You can do what ever you want with them.

This will not be an easy project to tackle. You'll be heavily using the sockets classes and threading. You'll be writing both an HTTP Server and a client in one application. There isn't going to be any one site describing how to do this.

Start with simple sockets chat applications and work your way up. Write a Telnet client after that, then a simple Telnet server. You'll want to move up to multi-threading servers after that. A proxy server will be a glorified extension of both the Telnet client and multi-threaded server.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Control internet using vb.net and sql server Pin
Mekong River19-Feb-06 12:13
Mekong River19-Feb-06 12:13 
GeneralRe: Control internet using vb.net and sql server Pin
Dave Kreskowiak19-Feb-06 14:59
mveDave Kreskowiak19-Feb-06 14:59 
Questionwhere to place commmon code Pin
_tasleem18-Feb-06 4:44
_tasleem18-Feb-06 4:44 
AnswerRe: where to place commmon code Pin
Mekong River18-Feb-06 5:18
Mekong River18-Feb-06 5:18 
GeneralRe: where to place commmon code Pin
Dave Kreskowiak19-Feb-06 7:25
mveDave Kreskowiak19-Feb-06 7:25 
AnswerRe: where to place commmon code Pin
Dave Kreskowiak19-Feb-06 7:30
mveDave Kreskowiak19-Feb-06 7:30 
QuestionHw to upgrade vb project to vb.net? pls help me Pin
subhulakshmi18-Feb-06 3:48
subhulakshmi18-Feb-06 3:48 
AnswerRe: Hw to upgrade vb project to vb.net? pls help me Pin
Mekong River18-Feb-06 15:13
Mekong River18-Feb-06 15:13 
Questionhow to pass complex structure to api in vb.net Pin
pravinkgarg18-Feb-06 2:38
pravinkgarg18-Feb-06 2:38 
AnswerRe: how to pass complex structure to api in vb.net Pin
progload18-Feb-06 6:47
progload18-Feb-06 6:47 
QuestionZooming mouse pointed area in a frame Pin
peter rankel18-Feb-06 1:25
peter rankel18-Feb-06 1:25 
AnswerRe: Zooming mouse pointed area in a frame Pin
Dave Kreskowiak19-Feb-06 7:22
mveDave Kreskowiak19-Feb-06 7:22 
QuestionAnyone EXPERT on coding picturebox ? Pin
campbells17-Feb-06 21:49
campbells17-Feb-06 21:49 
AnswerRe: Anyone EXPERT on coding picturebox ? Pin
Joshua Quick18-Feb-06 10:45
Joshua Quick18-Feb-06 10:45 
GeneralRe: Anyone EXPERT on coding picturebox ? Pin
campbells18-Feb-06 18:28
campbells18-Feb-06 18:28 
AnswerRe: Anyone EXPERT on coding picturebox ? Pin
Joshua Quick18-Feb-06 21:23
Joshua Quick18-Feb-06 21:23 
GeneralRe: Anyone EXPERT on coding picturebox ? Pin
campbells19-Feb-06 4:14
campbells19-Feb-06 4:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.