I know that you can add port address to the ends of urls in the web browser to do different things such as :80 for http and :21 for ftp also there are some reserved ports.
My queston is can you force a VB program to talk to a regular web browser, maybe via a unused port on the web browser?
What I'm trying to do is replace the internet with mt VB program sort of like this.
web browser <--> vb program <--> DB
But I don't want to ever leave my pc.
My queston is can you force a VB program to talk to a regular web browser, maybe via a unused port on the web browser?
What I'm trying to do is replace the internet with mt VB program sort of like this.
web browser <--> vb program <--> DB
But I don't want to ever leave my pc.