In Focus
Jabalpur Chapter - Windows 8 Developers Day
Delhi Chapter Hands On June 22: Limited Seats Register Now
Kolkata Chapter Developer Day: May 25
C# Corner Delhi Chapter Meet, May-18, 2013 Official Recap
Istanbul Chapter May 2013 2nd Seminar Announced : Learn WinJS, Windows Store, MVC
Email :
Password :
Remember me?
Forgot password
Contribute
An Article
A Blog
A News
A Video
A Link
An Interview Question
Ask a Question
TECHNOLOGIES
.NET 4.5
Current Affairs
Leadership
SharePoint 2010
Web Development
.NET Assemblies
Databases & DBA
Learn .NET
SharePoint 2013
Web Services in C#
ADO.NET in C#
Design & Architecture
LightSwitch 2012
Silverlight with C#
Windows 8
AJAX in C#
Exception Handling C#
LINQ
Smart Devices
Windows Azure
Android Programming
Graphics Design
Mobile & Embedded
SQL
Windows Controls C#
Articles C#
Hardware
Office 2013
SQL Server 2012
Windows Forms C#
ASP.NET Controls in C#
How do I
OOP/OOD
Testing
Windows Phone 8
ASP.NET MVC with C#
HTML 5
Operating Systems
TypeScript
Windows Server 2012
ASP.NET Programming
Internet & Web
PHP
Visual C#
Windows Store Apps
C# Language
iPhone/iPad
Products
Visual Studio .NET
Workflow Foundation in C#
C# Tutorials
Java
Project Management
Visual Studio 2010
WPF
C, C++, MFC
Java and .NET
Reports using C#
Visual Studio 2012
XAML
Career Advice
JavaScript, CSS
Robotics & Hardware
WCF with C#
XML
Chapters
JQuery
Security in .NET
Request a new Category
|
View All
ANSWERS
BLOGS
VIDEOS
INTERVIEWS
BOOKS
LINKS
NEWS
CHAPTERS
CAREER ADVICE
Display Line Numbers in a SQL Server Managem ...
Encrypting a Column in SQL Server
Familiarizing C# NET IDE| C#.NET Environment ...
Developing a basic windows application using ...
Developing Multithreaded Applications using ...
Developing Database Applications using C#.NE ...
Resource
How to use a SaveFileDialog in WPF
Posted by
VB Developer
in
Resources
on
Aug 12, 2009
Tags:
SaveFileDialog
,
WPF
,
C#
,
Save File Dialog
,
SaveFileDialog control
The SaveFileDialog class defined in Microsoft.Win32 namespace represents Windows Save File Dialog control.
Tweet
39291
0
0
The SaveFileDialog class defined in Microsoft.Win32 namespace represents Windows Save File Dialog control.
The following code snippet creates a SaveFileDialog, sets its default extension and fiter properties and calls ShowDialog method that displays SaveFileDialog control.
Microsoft.Win32.
SaveFileDialog
dlg =
new
Microsoft.Win32.
SaveFileDialog
();
dlg.DefaultExt =
".txt"
;
dlg.Filter =
"Text documents (.txt)|*.txt"
;
if
(dlg.ShowDialog() ==
true
)
{
string
filename = dlg.FileName;
}
This Feature is Sponsored By
DynamicPDF Merger is a developers dream for interacting with any existing PDF documents. Merge, append, split, form fill, flatten stamp and so much more.
How to load XAML in XamlReader
Tags:
Load XAML
,
XamlReader
,
XAml Reader
,
C#
SQL Server Connection String in ADO.NET
Tags:
connection string
,
connectionstring
,
SQL Server connection string
,
ADO.NET
Related Resources
F# WPF Application Template
How to style header of an Expander control in WPF
How to create Expander dynamically in WPF
How to add a Scrolling to an Expander Control
How to Resize WPF Grid Rows with a GridSplitter?
post comment
COMMENT USING
PREMIUM SPONSORS
iPhone, Android & Web Development Services
Over-C is a holistic consortium of communications and technology specialists. We build, deploy and market both business as well as consumer products and solutions.
TOP RESOURCES
WPF Button with Image
How to play sound using C#
How to read and write binary data files in C#?
How to use a SaveFileDialog in WPF
Get Started with Windows Azure
How to create a GroupBox in WPF?
Convert String to XML - .NET/C#
How to Close a WPF application programmatically?
How to Style a Tab Control in WPF
How to Add and Remove Items in a WPF ListBox
View All
MOST LIKED RESOURCES
Just Code : Code Analysis and Error Check
SharePoint 2013’s Social Features
Powershell script to bring your publish to the next level
What is SignalR
Follow @twitterapi
HOT KEYWORDS
.NET
.NET Framework
ADO.NET
ASP.NET
Database
Datagrid
Design
games
GridView
jquery
LINQ
SharePoint
SharePoint 2010
Silverlight
Silverlight 5
silverlight tutorial
sql server
Thread
try
tutorials
VB.NET
WCF
Windows Forms
WPF
XML
SPONSORED BY
DynamicPDF ReportWriter Suite
PDF reports have never been easier to create. With our included WYSIWYG Designer, you can layout your reports, set up your data source and let DynamicPDF ReportWriter do the rest.
My Facebook Friends
WHITEPAPERS AND BOOKS
Interview Questions on SharePoint 2013
SharePoint 2010 Administration & Development
Getting Started with Managed Metadata Service in SharePoint 2010
Windows Phone 7 Hileleri
Windows Phone Development Step by Step Tutorial
Essentials of SharePoint 2010: Business Intelligence Capabilities
Working with Directories in C#
FileInfo in C#
Programming List with C#
Source Code: Graphics Programming with GDI+
View All
Poll
Result
All Polls
What is the best product to build Mobile apps?
What is the best product to build Mobile apps
PhoneGap
Icenium
Xamarin Studio
KendoUI Mobile
JQueryMobile
Native iOS/Android
What is the best product to build Mobile apps
Options
Votes
%
PhoneGap
3
3.70
Icenium
0
0.00
Xamarin Studio
2
2.47
KendoUI Mobile
3
3.70
JQueryMobile
63
77.78
Native iOS/Android
10
12.35
Total
81
100%