|
-
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.
-
Sep 20th, 2006, 09:15 AM
#2
PowerPoster
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
Well, everyone else has been doing it :-)
Loading a file into memory QUICKLY - Using SendKeys - HyperLabel - A highly customisable label replacement - Using resource files/DLLs with VB - Adding GZip to your projects
Expect more to come in future
If I have helped you, RATE ME! :-)
I love helping noobs with their VB problems (probably because, as an amateur programmer, I am only slightly better at VB than them :-)) but if you SERIOUSLY want to get help for free from a community such as VBForums, you have to first have a grounding (basic knowledge) in VB6, otherwise you're way too much work to help...You've got to give a little if you want to get help from us, in other words!
And we DON'T do your homework. If your tutor doesn't teach you enough to help you make the project without his or her help, FIND A BETTER TUTOR or try reading books on programming! We are happy to help with minor things regarding the project, but you have to understand the rest of it if you want our help to be useful.
-
Sep 20th, 2006, 09:20 AM
#3
Thread Starter
Fanatic Member
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!
-
Sep 20th, 2006, 09:21 AM
#4
PowerPoster
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 :-)
Well, everyone else has been doing it :-)
Loading a file into memory QUICKLY - Using SendKeys - HyperLabel - A highly customisable label replacement - Using resource files/DLLs with VB - Adding GZip to your projects
Expect more to come in future
If I have helped you, RATE ME! :-)
I love helping noobs with their VB problems (probably because, as an amateur programmer, I am only slightly better at VB than them :-)) but if you SERIOUSLY want to get help for free from a community such as VBForums, you have to first have a grounding (basic knowledge) in VB6, otherwise you're way too much work to help...You've got to give a little if you want to get help from us, in other words!
And we DON'T do your homework. If your tutor doesn't teach you enough to help you make the project without his or her help, FIND A BETTER TUTOR or try reading books on programming! We are happy to help with minor things regarding the project, but you have to understand the rest of it if you want our help to be useful.
-
Sep 20th, 2006, 09:22 AM
#5
Thread Starter
Fanatic Member
Re: Creating a web page server
LOL.
You are teh masterer at google!
Thanks for this!
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
|