Program that sends information

I want to make a program with two text boxes. When the user types in information into the text boxes, and presses a button, I want the information to be sent to me, or saved online.

Can someone help me with making something like that? I'm completely a beginner.
Well, first and foremost you need to learn the C++ language. See the site's tutorial: http://www.cplusplus.com/doc/tutorial/

After that you need to learn Windows programming. A rather decent tutorial (with some flaws) is the one @ www.winprog.org. You'll have issues with the whole ANSI/UNICODE thing so seek information about this in order to proceed with the tutorial, or search for other tutorials.

Finally, you can decide how you want the information sent to you, namely email, web service, etc. Depending on what you want you search the Net on how to do it. If you encounter issues, you can post specific questions.
Topic archived. No new replies allowed.