Hi everyone,
I'm using a basic web browser in VB so that when i type in any URL & click OK it will be sent directly to my
Java server, which from there will retreive the page from the Internet & send it back to the browser to be displayed. D problem is trying to communicate VB with Java. I presume there must be some way to connect them using sockets but how. I can connect a java server & client application no problem using sockets but i don't know how to with VB. If i even got a piece of text being sent between the two with the server responding bak to it, it wud be great.
There is a webBrowser.Navigate function in VB that takes the URL in the txtbox and retrieves the pg no problem. However, i have to direct it thru my own server.
If anyone can help me please do... i know there must be some way to develop a connection between the two & the code shudn't be too difficult.