Home
C# / C Sharp
2D Graphics
Class Interface
Collections Data Structure
Components
Data Types
Database ADO.net
Date Time
Design Patterns
Development Class
Event
File Stream
Generics
GUI Windows Form
Internationalization I18N
Language Basics
LINQ
Network
Office
Reflection
Regular Expressions
Security
Services Event
Thread
Web Services
Windows
Windows Presentation Foundation
XML
XML LINQ
SaveFileDialog « GUI Windows Form « C# / C Sharp
C# / C Sharp
GUI Windows Form
SaveFileDialog
1.
Call ShowDialog method to show the dialog
2.
Use Filter in SaveFileDialog to filter file extension
3.
Set CheckFileExists to true
4.
Set InitialDirectory for SaveFileDialog