Window forms in c# and it's controls sss

RabiaSultan16 9 views 3 slides Oct 07, 2024
Slide 1
Slide 1 of 3
Slide 1
1
Slide 2
2
Slide 3
3

About This Presentation

Window form


Slide Content

Multan post graduate college Window forms

Windows forms 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. With Windows Forms, you develop graphically rich apps that are easy to deploy, update, and work while offline or while connected to the internet. Windows Forms apps can access the local hardware and file system of the computer where the app is running.

Windows Forms roles H olding Controls Handling user input Displaying Information Connecting to database, which might exist on another machine
Tags