Thursday, February 8, 2007

Windows Form Programming Using C#.NET, Part I - Your First Windows Form!

Today, I intend to write a small introduction to programming Windows Forms in C#. You don't really need any programming knowledge to follow this but I am not going to explain basic language syntax and constructs. I would assume that you have basic knowledge of an Object Oriented Programming Language. I would prefer that you have worked in other languages before and simply wish to learn about Windows Forms in C#. I can not describe the differences between Windows Forms in C++ and C#, or make comparisons for any other language versus C#.

The first part of this series is intended to be short and concise. We are simply going to code a form that has a button in the middle. When the user (you) clicks that button, it will pop-up a message box that reads, "Hello World!".

To be continued... Sorry

No comments: