Zebra0.com
Glossary for C#: dialogs
Education Resources
Privacy
Contact
Topics
Algorithms
Alice 3
C++
C# Windows
RGB Colors
Computer Basics
Computer Concepts
Faculty resources
HTML5
Java
Systems Analysis and Design
Visual Basic
Glossary for C#: dialogs
Learn C# (C sharp) in FREE step-by-step lessons.
code for new and exit:
Add the code for New and Exit: The last of the Happy Birthday App
(Lesson:
Dialogs in C#
)
   
Shows how to save and restore the form settings at start
color dialog:
Add the Color dialog to select a background color for the Happy Birthday App
(Lesson:
Dialogs in C#
)
   
Includes a different way to determine if the user clicked cancel
dialogs create birthday menu:
Create the menu for the Happy Birthday App
(Lesson:
Dialogs in C#
)
   
Shows how to build the menu for the Happy Birthday program.
dialogs create birthday message:
Happy Birthday
(Lesson:
Dialogs in C#
)
   
This is an overview of the app that we will create in this lesson.
dialogs reference:
Microsoft Reference
(Lesson:
Dialogs in C#
)
   
C# Dialogs, Common Dialogs and Message Boxes
font dialog:
Add the font dialog for the Happy Birthday App
(Lesson:
Dialogs in C#
)
   
The
Font Dialog
is one of the common dialog controls for selecting fonts and font properties
message box example:
A Message Box Example
(Lesson:
Dialogs in C#
)
   
Explanation of using a message box.
message box options:
Message Box Buttons and Icons
(Lesson:
Dialogs in C#
)
   
In addition to OK, and YesNO, other buttons can be shown
modal:
modal
(Lesson:
Dialogs in C#
)
   
When a dialog is shown modal, nothing else happens until the dialog is closed.
openfile dialog:
Adds the Open dialog to select a picture
(Lesson:
Dialogs in C#
)
   
Includes setting the filter to select only picture types.
status strip:
Create the status strip for the Happy Birthday App
(Lesson:
Dialogs in C#
)
   
Create the status strip (at the bottom of the form) & add code to display the current time
tool strip:
Create the tool strip for the Happy Birthday App
(Lesson:
Dialogs in C#
)
   
Shows how to build the toolstrip (at the top of the form), plus two images to download
Full Glossary