Sunday, November 3, 2013

TUTORIAL 3: INTRODUCTION TO WINFORM

Hey guys! Want to do some basic programming using Visual Studio?
How about we try not to use console platform.
Let's have some fun with GUI provided by Microsoft Visual Studio.
Forget what is technical or formal meaning of GUI for a while, let's get started.

STEP 1:
Open your Microsoft Studio Program. The next example I will use Microsoft Visual Studio 2010.

STEP 2:
Go to File>New>Project. Put a meaningful project name.

This is your first look of Windows form.

STEP 3:
Show the form with a some name to user and re size the form.

STEP 4:
How about we play around with the tools in the toolbox(left pane of the screen)
and see what happened to your first trying windows form program by clicking run button.
Or you can simply press button F5 on your keyboard.

The output looks like below:-

There are many features in Microsoft Visual Studio we can explore.
Go and try and familiar yourself with these facilities provided by Microsoft. You will enjoy it. Do as many as you can and you will not regret.

No comments:

Post a Comment