Click here to Skip to main content
15,890,825 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: database tables search in vb.net Pin
testy_proconsul10-Jan-07 0:00
testy_proconsul10-Jan-07 0:00 
GeneralRe: database tables search in vb.net Pin
amaneet10-Jan-07 0:35
amaneet10-Jan-07 0:35 
GeneralRe: database tables search in vb.net Pin
testy_proconsul10-Jan-07 1:25
testy_proconsul10-Jan-07 1:25 
QuestionStrange FileWatch problem? Pin
rudemusik9-Jan-07 18:00
rudemusik9-Jan-07 18:00 
AnswerRe: Strange FileWatch problem? Pin
Johan Hakkesteegt11-Jan-07 3:28
Johan Hakkesteegt11-Jan-07 3:28 
GeneralRe: Strange FileWatch problem? Pin
rudemusik11-Jan-07 7:05
rudemusik11-Jan-07 7:05 
QuestionHow to redirect IP..? Pin
stupix9-Jan-07 16:45
stupix9-Jan-07 16:45 
AnswerRe: How to redirect IP..? Pin
Dave Kreskowiak9-Jan-07 17:25
mveDave Kreskowiak9-Jan-07 17:25 
Well, how this is done depends on the application. There's two possibilities.

The first is if you can change the IP that your application is using. If so, then you have to write your proxy server as both a server AND a client for the kind of server that your app attaches to. The server accepts the connection from the application and forwards the request to the REAL server the application was trying to connect to. This forwarder is actually a client of the REAL server. The response comes back from the server and the client side forwards the responds to your proxy's server side. Get it?

Now, if you can't change the IP the app uses, you have a MUCH more difficult problem. Now, instead of a proxy server, you're stuck writing a packet sniffer, just like any network protocol analyzer. You have to use a 3rd party library, like WinPcap, to capture the packets as they go down the network stack, modify the packets to redirect them to a new server IP.

Since your even asking this question, and the language you've picked for it, tells me that you have a very limitied knowledge of how TCP/IP communication works. Make no mistake, both of these projects require an ADVANCED level of knowledge of how your application works and how IP communication works.

No, I don't have an example of either of these types of apps.


Dave Kreskowiak
Microsoft MVP - Visual Basic


GeneralRe: How to redirect IP..? Pin
stupix9-Jan-07 18:07
stupix9-Jan-07 18:07 
QuestionHiding a column in a datagridview Pin
steve_rm9-Jan-07 16:02
steve_rm9-Jan-07 16:02 
AnswerRe: Hiding a column in a datagridview Pin
Dave Kreskowiak9-Jan-07 17:27
mveDave Kreskowiak9-Jan-07 17:27 
GeneralRe: Hiding a column in a datagridview Pin
priya_p23310-Jan-07 0:18
priya_p23310-Jan-07 0:18 
AnswerRe: Hiding a column in a datagridview Pin
amaneet9-Jan-07 23:16
amaneet9-Jan-07 23:16 
QuestionGlobal Variables Pin
jacob.vankley9-Jan-07 14:02
jacob.vankley9-Jan-07 14:02 
AnswerRe: Global Variables Pin
Christian Graus9-Jan-07 14:08
protectorChristian Graus9-Jan-07 14:08 
GeneralRe: Global Variables Pin
jacob.vankley9-Jan-07 15:38
jacob.vankley9-Jan-07 15:38 
GeneralRe: Global Variables Pin
Christian Graus9-Jan-07 16:09
protectorChristian Graus9-Jan-07 16:09 
GeneralRe: Global Variables Pin
Colin Angus Mackay9-Jan-07 22:59
Colin Angus Mackay9-Jan-07 22:59 
GeneralRe: Global Variables Pin
Christian Graus9-Jan-07 23:02
protectorChristian Graus9-Jan-07 23:02 
GeneralRe: Global Variables Pin
Colin Angus Mackay10-Jan-07 2:43
Colin Angus Mackay10-Jan-07 2:43 
AnswerRe: Global Variables Pin
Colin Angus Mackay9-Jan-07 22:57
Colin Angus Mackay9-Jan-07 22:57 
GeneralRe: Global Variables Pin
jacob.vankley10-Jan-07 12:37
jacob.vankley10-Jan-07 12:37 
QuestionConnecting to a 2003 DHCP server Pin
jnybot9-Jan-07 12:56
jnybot9-Jan-07 12:56 
AnswerRe: Connecting to a 2003 DHCP server Pin
Dave Kreskowiak9-Jan-07 17:36
mveDave Kreskowiak9-Jan-07 17:36 
QuestionDVD playback. HELP Please ! ! ! Pin
portreathbeach9-Jan-07 11:56
portreathbeach9-Jan-07 11:56 

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.