Download presentation
Presentation is loading. Please wait.
1
Lecture 5 Menu Strip Demo with Dialog Controls
2
In your next project you will create a simple Windows Forms application that uses a menu strip to organize I/O and Edit operations on text files. The controls we will be reviewing include: MenuStrip OpenFileDialog SaveFileDialog FontDialog ColorDialog
3
Create a New Project
4
Adding a MenuStrip Control
click and drag a MenuStrip to the form
5
add a header named File
6
add Subheadings for New,
Open, and Save under File
7
drag and drop a Rich TextBox
onto the form
8
doubleClick the subheadings to
create click event handlers for each
9
OpenFileDialog for Text Files
11
SaveFileDialog for Text Files
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.