Creating a web page server [Resolved]
Hey everyone.
I'm currently trying to figure out how to create a webpage in VB.
So far i've got a winsock listening and accepting.
I use my browser to connect using my local IP address & the port the program uses. I can send data to the winsock and close the connection, once the connection has closed what i typed is diplayed in the web page.
What i want to do however is to make it update when ever i send somthing into the winsock, and i want to make it come out as the web page. For example, if i type:
"Hi<br>How are you?"
It will come out as this, i want it to come out like
"Hi
How are you?"
In the end i intend to create some sort of chat program that updates the webpage & everything like that. Any ideas/tutorials? I've looked for ages!
Re: Creating a web page server
can't have looked very far, I found http://www.freevbcode.com/ShowCode.asp?ID=4415 via google using "VB web server" as search terms in about 2 seconds...google is your friend :-P
Re: Creating a web page server
i tried
"vb 6 web server"
"vb 6 web page server"
"vb 6 web server tutorial"
"vb 6 web page server tutorial"
"vb 6 web page"
also searched vbcode and here (the first 4 pages each one any way) lol. You are lucky i tell you!
Re: Creating a web page server
Gotta admit, I am good at googling...I'm ashamed to admit it, but I've even googled myself when no-one's looking :-)
Re: Creating a web page server
LOL.
You are teh masterer at google!
Thanks for this!