Internet applications
- Hello there,
I don't know how to work with the internet. So, I was wondering if someone could give a sample program that connects to another computer and makes the program in that other computer display something in a message box or something. Something simple to get me started on working with the internet.
Thank you.
I'm sorry for my bad English. I'll try to improve it!
Answers
- First you need to understand that "the internet" is a broad topic and that will take you all over the place. There are many ways to communicate from one computer to another, but a good place to start is TCP/IP, which is a protocol (e.g. a set of pre-defined rules for communication) to communicate between two computers.
Once you read those articles to understand the fundamental foundation you can go to a "simple" program.
Good coding involves knowing one's logical limits and expanding them as necessary.- Marked As Answer byHarry ZhuMSFT, ModeratorTuesday, November 10, 2009 4:45 AM
Hello there,
I don't know how to work with the internet. So, I was wondering if someone could give a sample program that connects to another computer and makes the program in that other computer display something in a message box or something. Something simple to get me started on working with the internet.
Thank you.
I'm sorry for my bad English. I'll try to improve it!
Your first approach to Internet is HTML. Get into it and explore with online tutorials.
http://en.wikipedia.org/wiki/HTML
http://www.w3schools.com/Html/default.asp
Balaji Baskar [Please mark the post as answer if it answers your question]- Marked As Answer byHarry ZhuMSFT, ModeratorTuesday, November 10, 2009 4:45 AM
All Replies
- First you need to understand that "the internet" is a broad topic and that will take you all over the place. There are many ways to communicate from one computer to another, but a good place to start is TCP/IP, which is a protocol (e.g. a set of pre-defined rules for communication) to communicate between two computers.
Once you read those articles to understand the fundamental foundation you can go to a "simple" program.
Good coding involves knowing one's logical limits and expanding them as necessary.- Marked As Answer byHarry ZhuMSFT, ModeratorTuesday, November 10, 2009 4:45 AM
Hello there,
I don't know how to work with the internet. So, I was wondering if someone could give a sample program that connects to another computer and makes the program in that other computer display something in a message box or something. Something simple to get me started on working with the internet.
Thank you.
I'm sorry for my bad English. I'll try to improve it!
Your first approach to Internet is HTML. Get into it and explore with online tutorials.
http://en.wikipedia.org/wiki/HTML
http://www.w3schools.com/Html/default.asp
Balaji Baskar [Please mark the post as answer if it answers your question]- Marked As Answer byHarry ZhuMSFT, ModeratorTuesday, November 10, 2009 4:45 AM


