Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8271263
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T06:47:43+00:00 2026-06-08T06:47:43+00:00

I am using SaveFileDialog to save an image. The filter of the control is

  • 0

I am using SaveFileDialog to save an image.

The filter of the control is : PNG|*png;|GIF|*gif;|BMP|*bmp;|JPEG|*jpg;*jpeg;

However, if the extension is not typed in filename, it does not automatically add the extension.

I know that i can set a DefaultExt, however, I do not know how to handle this when it comes to selecting from multiple extensions.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T06:47:44+00:00Added an answer on June 8, 2026 at 6:47 am

    The issue you have is that the filter you’re using isn’t correct according to the rules of FileDialog.Filter (you’ve left out the . characters in the patterns). Before SaveFileDialog auto-adds the extension, it first validates the selected filter. In your case, this validation is failing; which is why the auto-addition isn’t working as you expect.

    Try the following filter:

    PNG|*.png|GIF|*.gif|BMP|*.bmp|JPEG|*.jpg;*.jpeg
    

    An explicit dialog.AddExtension = true; won’t hurt here although I believe that’s the default.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using savefiledialog to save an image. Canvas is picturebox and the loaded image
I want to save an image which has two options (.Png or .Jpeg),so i
Possible Duplicate: Issue while saving image using savefiledialog I use windows forms in C#.
I'm able to save the captured image from a barcode scanner using this code:
I am trying to save a WriteableBitmap to local in Silverlight using SaveFileDialog .
I'm using a savefiledialog to save files, but i don't want the user to
Using a CSS image sprite, I'm creating an 'interactive' image where hovering over certain
I am trying to save a file using DialogResult and StringBuilder . After making
I am using a SaveFileDialog and have to set long string(longFileName) in FileName. String
I'm using Excel 2010. I'm trying so save my excel file, with this code.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.