Week_5
Week_5
Windows applications are software programs designed to run on the Windows operating system.
They feature graphical user interfaces (GUIs) and can be developed using frameworks like Windows
Forms (WinForms), Windows Presentation Foundation (WPF), and Universal Windows Platform
(UWP).
Key Characteristics:
• Graphical Interface: Windows applications rely on buttons, text fields, and menus.
• Event-Driven: User actions (like clicking a button) trigger events handled by the application.
• Stateful: Applications maintain data while running, allowing for interactive experiences.
Real-Life Examples:
• Microsoft Word
• Paint
• Calculator
Can you name a few Windows applications you use daily? What features make them user-friendly?
Windows Forms is a framework in .NET for building Windows-based applications with a GUI. It
provides a set of prebuilt components that help developers create user-friendly applications quickly.
✔ Customizable UI elements.
Activity (10 min):
Open Visual Studio, create a Windows Forms Application, and explore the default form.
Every control in Windows Forms has properties that define its appearance and behavior.
Common Properties:
Windows Forms provides various built-in controls to design user interfaces efficiently.
Remember Me (CheckBox)
Key Takeaways:
✔ Common controls like buttons, labels, and textboxes make UI design easy.