Windows Foms Application - .NET

What is Windows Form ?

Windows Forms (WinForms) is a graphical (GUI) class library included as a part of Microsoft .NET Framework, providing a platform to write rich client applications for desktop, laptop, and tablet PCs.


Windows Forms is a set of managed libraries in .NET Framework designed to develop rich client applications. It is a graphical API to display data and manage user interactions with easier deployment and better security in client applications. 

Windows Forms offers an extensive client library providing interface to access native Windows graphical interface elements and graphics from managed code. It is built with event-driven architecture similar to Windows clients and hence, its applications wait for user input for its execution. 

Windows Forms is similar to Microsoft Foundation Class (MFC) library in developing client applications. It provides a wrapper consisting of a set of C++ classes for development of Windows applications. However, it does not provide a default application framework like the MFC.

Practice Question On windows Forms


Use of Mouse Event to Check Right click


Develop Code & Share on  Faculty Email Id


Task Activity Design


·         Design  Calculator
·         Design Arithmatic Set- To Dislay Cube ,Square, Area of Rectangle, perimeter of Square and Rectangle with fine Formatting.
·         Design a Notepad with Few Set as With MenuBar{ as looking  Microsoft Notepad}
·          


·         Design a Web Brower. Look like this or Much Better
·         Accept Four subject Marks From User and Calculate Total , Grade, %, With Performance Bar.
·         Accept Celsius and Convert it into Fahrenheit
·         Accept Username and Password. Allow attempt 3 only then After Window could Automatically Shutdown or Disable Input
·         Create a Slideshow of your Childhood Pics.
·         Implement ErrorProvider  to Accept User Age to citizenship. If User is More than equal to 18 then it should display Tick icon or Correct Icon otherwise X icon along with TextBox.
·          
·          

·         Create a Windows Form ,Which enable you to Display  to Browse Specific Folder, Now dislay How Many Files and Folders are there .
·         Create a  Small Window to Display to Display Your IP address and PC related Information.
·         Create a  Contact Detail and Save all Info into Your DB. Peroform following Information:
1.    Add Record
2.    Delete a Record
3.    Update a Record.
4.    Display All Record in Grid.
5.    Find Record and Bind Text Box.
6.    Find Record and Display in Grid
·         Create a Record Search Navigation Bar System
·         Create a Gmail and Sign Up User Interface.
·         Create a Digital Stopwatch with Attractive UI.

No comments:

Post a Comment