Create First Windows Form Application

A windows form application created by  two computer programming language.first one is c#(c Sharp) and second one is vb(visual basic).in this article we use c# computer language 

windows form application is any application, which is designed to run on a computer. It will not run on web browser because then it becomes a web.

Now first question are coming in mind. how to create windows form application??

for create windows form application you must have visual studio with proper installation.if you don't have visual studio then first of all you need to download visual studio.

if you visual studio successfully install then you screen like below.





Step - 2: 
Click on New Project. OR go to File -> New -> project.after click on new project your screen like below.


Step 3 

Select Visual C# templates form installed.then select windows form application from second column. give name of your first windows form application and select path when you want to store.then hot OK.





Step :4

then after click on start button for run you windows form application.



your Windows form application output like below.



for understan watch the follwoing video.



Comments

Popular posts from this blog

MDI Form Using C#.NET

MessageBox in C#.NET