Ask a questionAsk a question
 

AnswerInternet applications

  • Tuesday, November 03, 2009 9:56 PMMarcosL Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    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

  • Tuesday, November 03, 2009 10:04 PMP.Brian.Mackey Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    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.
  • Tuesday, November 03, 2009 10:12 PMBalaji Baskar Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    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]

All Replies

  • Tuesday, November 03, 2009 10:04 PMP.Brian.Mackey Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    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.
  • Tuesday, November 03, 2009 10:12 PMBalaji Baskar Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    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]