|
-
Sep 20th, 2006, 08:10 AM
#1
Thread Starter
Fanatic Member
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!
Last edited by Hack; Sep 20th, 2006 at 12:12 PM.
Reason: Added green "resolved" checkmark Last edited by Slyke : Today at 10:22 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|