http://up2share.com/file/zd8gday5c_ExampleBot.rar
^Link to download the project files for this program
C# pastebin - collaborative debugging tool
^Just the source of the program

^Screenshot of the program
I made this quick program to explain to someone that pm'd me how to make a simple bot for MapleStory. He asked me to make a program that sent the 'A' key and had a delay box.
This will show beginners how to do things such as:
* Use DllImport
* Understand and be able to use PostMessage
* Understand and be able to use FindWindow
* Understand and be able to use Convert.ToInt32(); (Which in turn would show them how to use Convert.ToString(); and other things)
And probably more things that I have forgotten.
Also, the source contains a link to a pastebin that is a list of wParam and lParam.