Thursday 13 March 2014

what is GUI application C# :create simple calculator?


Window:- window means (GUI) graphical user interface. it is easy to compared to command like console application.

GUI application we can derive EventArgs and object sender programming for control.

In the previous sections, the text is displayed in the console window (black window background). In this section, you learn how to use windows forms and other useful components and controls to create GUI applications that increase interactivity

GUI application with example show below:

Step 1: start-> program-> Microsoft Visual Studio 2008->File-> New->Project->WindowsFormsApplication1->OK

Step 2:




 Debug program of calculator and result of add two value show:


0 comments:

Post a Comment