主婦と.NETと犬のぶろぐ

奥様 と プログラム と お犬様 の 楽しい日常

目次

Blog 利用状況

ニュース

書庫

日記カテゴリ

SaveFileDialog(System.Windows.Forms.SaveFileDialog)

なんという事でしょう。
OpenFileDialog と殆ど変わらない。
なので、プログラムも殆ど同じです。

■参考文献
SaveFileDialog クラス
SaveFileDialog コンポーネント (Windows フォーム)

■実行画像
ごてごてな SaveFileDialog
SaveFileDialog

Public Class SaveFileDialogTest

Private Sub SaveFileDialogTest_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load With Me.SaveFileDialog1 ' 既定:True .AddExtension = True ' 存在しないファイルを指定した場合に警告を出す(既定:False) .CheckFileExists = False ' 存在しないパスを指定した場合に警告を出す(既定:True) .CheckPathExists = True ' 拡張子が指定されない場合の既定の拡張子を指定 .DefaultExt = "bmp" ' ショートカットを指定した場合、ショートカット自体を選択するか ' 実体を選択するかを指定(既定:True) .DereferenceLinks = True ' 選択されているファイル名 .FileName = "" ' [ファイルの種類] ボックスに表示される選択肢 .Filter = "ビットマップ(*.bmp)|*.bmp|JPEG(*.jpg;*.jpeg;*.jpe)|*.jpeg;*.jpg;*.jpe|" & _ "GIF(*.gif)|*.gif|TIFF(*.tiff;*.tif)|*.tiff;*.tif|PNG(*.png)|*.png|" & _ "ふじこえでん(*.fujiko.eden)|*.fujiko.eden" ' Filter でいくつか指定した時にどれを最初に表示するか(これだと JPEG が表示) .FilterIndex = 2 ' 既定で選択されてるディレクトリ .InitialDirectory = Environment.GetFolderPath(Environment.SpecialFolder.DesktopDirectory) ' 上書きする場合の確認メッセージを出すか否か(既定:True) .OverwritePrompt = True ' Environment.CurrentDirectory をユーザーが指定した場所に変更するか否か(既定:False) .RestoreDirectory = True ' ヘルプボタンを表示するか否か(既定:False) .ShowHelp = True ' ダイアログ ボックスが複数のファイル名拡張子をを受け入れるか否か(既定:False) ' Filter で指定した *.fujiko.eden で、hoge.fujiko.eden の拡張子を .eden とするか .fujiko.eden とするか .SupportMultiDottedExtensions = True ' タイトル .Title = "保存先をしていしてね" ' 有効な Win32 ファイル名だけを受け入れるかどうか(既定:True) .ValidateNames = True End With End Sub
Private Sub OpenFileDialogTest_DoubleClick(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.DoubleClick ' Form をダブルクリックして SaveFileDialog を開く Dim result As DialogResult = Me.SaveFileDialog1.ShowDialog(Me) End Sub
' SaveFileDialog で 開くボタン押下時 Private Sub SaveFileDialog1_FileOk(ByVal sender As Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles SaveFileDialog1.FileOk Dim filePath As String = Me.SaveFileDialog1.FileName Dim ext As String = System.IO.Path.GetExtension(filePath).ToLower() Dim imageFormat As System.Drawing.Imaging.ImageFormat = System.Drawing.Imaging.ImageFormat.Bmp Select Case ext Case ".png" : imageFormat = System.Drawing.Imaging.ImageFormat.Png Case ".gif" : imageFormat = System.Drawing.Imaging.ImageFormat.Gif Case ".jpeg", ".jpg", ".jpe" : imageFormat = System.Drawing.Imaging.ImageFormat.Jpeg Case ".tiff", ".tif" : imageFormat = System.Drawing.Imaging.ImageFormat.Tiff Case Else : imageFormat = System.Drawing.Imaging.ImageFormat.Bmp End Select My.Resources.中さん.Save(filePath, imageFormat) MessageBox.Show(filePath & " に " & Environment.NewLine & _ imageFormat.ToString() & " 形式で保存しました") End Sub
' SaveFileDialog で ヘルプボタン押下時 Private Sub SaveFileDialog1_HelpRequest(ByVal sender As Object, ByVal e As System.EventArgs) Handles SaveFileDialog1.HelpRequest Dim ofd As SaveFileDialog = DirectCast(sender, SaveFileDialog) MessageBox.Show(ofd.Title) ' SaveFileDialog の Title をメッセージ表示 End Sub End Class

投稿日時 : 2007年3月26日 10:02

Feedback

# re: SaveFileDialog(System.Windows.Forms.SaveFileDialog) 2007/03/26 10:20 じゃんぬねっと

そんなことより、犬がかわいい。
散歩から帰って来たら良いにおいがしそう。
ガシっと抱きついてもふもふ!! わふわふ!! したい。

# お、なおこさんは With を使う派ですか。

# re: SaveFileDialog(System.Windows.Forms.SaveFileDialog) 2007/03/26 14:00 なおこ(・∀・)

>> じゃんぬさん
> ガシっと抱きついてもふもふ!! わふわふ!!
いつもしてますw

# 特にあまり意識はしてませんが With をつかってますねぇ。

# OSRvTGrpHtWiHeSt 2014/08/05 5:48 http://crorkz.com/

HVDvSe Great article.Much thanks again. Great.

# SNtiRgnovF 2014/08/29 10:52 http://delgadezsaludable.com

Helpful info. Fortunate me I found your website accidentally, and I'm shocked why this coincidence did not happened in advance! I bookmarked it.

# DlqJqcuTwiBSNdmEVd 2014/09/09 9:03 http://vender-por-internet.net/luis-souto/

This website online is mostly a walk-by means of for the entire info you wanted about this and didn't know who to ask. Glimpse here, and you'll undoubtedly uncover it.

# WZTMjcXqgC 2014/09/09 20:35 http://www.designingdigitally.com

you've an amazing blog here! would you wish to make some invite posts on my weblog?

# uDjPUIzrmuMcvFRqxW 2014/09/11 6:53 http://www.theboatonlinestore.com/

I'm often to running a blog and i really appreciate your content. The article has actually peaks my interest. I'm going to bookmark your website and hold checking for brand new information.

# cJuAWepuMFTwcQ 2014/09/11 20:07 http://www.ukessays.com

I just couldn't leave your website before suggesting that I really loved the standard information an individual supply in your guests? Is going to be back incessantly in order to check up on new posts

# pDtkDvCeDW 2014/09/12 17:57 https://www.youtube.com/watch?v=jtXyUiBeflE

F*ckin' amazing issues here. I am very happy to peer your article. Thanks a lot and i'm taking a look forward to touch you. Will you kindly drop me a mail?

# cprLCMAzrGQfhB 2014/09/17 15:49 http://www.1818-888.com

I was recommended this blog through my cousin. I'm not certain whether this post is written by way of him as nobody else recognise such precise about my trouble. You're wonderful! Thanks!

# ixMHrTTnXJFWAgjO 2014/09/17 22:47 http://youtu.be/g68g0W6gbIc

Excellent web site. A lot of useful information here. I am sending it to a few friends ans also sharing in delicious. And obviously, thanks for your sweat!

# Yesterday, while I was at work, my cousin stole my iphone and tested to see if it can survive a forty foot drop, just so she can be a youtube sensation. My apple ipad is now destroyed and she has 83 views. I know this is completely off topic but I had 2018/09/07 17:14 Yesterday, while I was at work, my cousin stole my

Yesterday, while I was at work, my cousin stole my iphone and tested to see if
it can survive a forty foot drop, just so she can be a youtube sensation. My apple ipad is
now destroyed and she has 83 views. I know this is completely off topic but I had to share it with someone!

# What's up, its pleasant article on the topic of media print, we all know media is a great source of information. 2018/10/02 11:19 What's up, its pleasant article on the topic of me

What's up, its pleasant article on the topic of media print, we all know media is
a great source of information.

# Your style is very unique in comparison to other folks I've read stuff from. Many thanks for posting when you've got the opportunity, Guess I will just bookmark this web site. 2018/11/04 0:37 Your style is very unique in comparison to other f

Your style is very unique in comparison to other folks
I've read stuff from. Many thanks for posting when you've got the opportunity, Guess I
will just bookmark this web site.

# Hi there! I could have sworn I've been to this blog before but after going through many of the articles I realized it's new to me. Nonetheless, I'm certainly happy I found it and I'll be book-marking it and checking back regularly! 2018/11/19 15:49 Hi there! I could have sworn I've been to this blo

Hi there! I could have sworn I've been to this blog before
but after going through many of the articles I realized it's new to me.
Nonetheless, I'm certainly happy I found it and I'll be book-marking it and checking back regularly!

# Hurrah! Finally I got a website from where I be able to truly get helpful information concerning my study and knowledge. 2018/12/06 5:51 Hurrah! Finally I got a website from where I be ab

Hurrah! Finally I got a website from where I be able to
truly get helpful information concerning my study and knowledge.

# Hi everyone, it's my first visit at this site, and post is genuinely fruitful in support of me, keep up posting such content. 2019/04/28 13:56 Hi everyone, it's my first visit at this site, and

Hi everyone, it's my first visit at this site, and post is genuinely fruitful in support of me, keep
up posting such content.

# Fantastic beat ! I would like to apprentice whilst you amend your website, how can i subscribe for a weblog site? The account aided me a acceptable deal. I have been a little bit familiar of this your broadcast offered vibrant transparent concept 2019/09/05 20:32 Fantastic beat ! I would like to apprentice whilst

Fantastic beat ! I would like to apprentice whilst you amend your website, how can i subscribe for a weblog site?
The account aided me a acceptable deal. I have been a little bit familiar of this your broadcast offered vibrant transparent concept

# Howdy just wanted to give you a quick heads up. The words in your post seem to be running off the screen in Chrome. I'm not sure if this is a format issue or something to do with internet browser compatibility but I figured I'd post to let you know. Th 2019/09/07 15:58 Howdy just wanted to give you a quick heads up. Th

Howdy just wanted to give you a quick heads up. The words in your post seem to be running off the screen in Chrome.

I'm not sure if this is a format issue or something to do with internet browser compatibility but I
figured I'd post to let you know. The design and style
look great though! Hope you get the problem resolved soon. Thanks

# Howdy just wanted to give you a quick heads up. The words in your post seem to be running off the screen in Chrome. I'm not sure if this is a format issue or something to do with internet browser compatibility but I figured I'd post to let you know. Th 2019/09/07 15:59 Howdy just wanted to give you a quick heads up. Th

Howdy just wanted to give you a quick heads up. The words in your post seem to be running off the screen in Chrome.

I'm not sure if this is a format issue or something to do with internet browser compatibility but I
figured I'd post to let you know. The design and style
look great though! Hope you get the problem resolved soon. Thanks

# Howdy just wanted to give you a quick heads up. The words in your post seem to be running off the screen in Chrome. I'm not sure if this is a format issue or something to do with internet browser compatibility but I figured I'd post to let you know. Th 2019/09/07 16:00 Howdy just wanted to give you a quick heads up. Th

Howdy just wanted to give you a quick heads up. The words in your post seem to be running off the screen in Chrome.

I'm not sure if this is a format issue or something to do with internet browser compatibility but I
figured I'd post to let you know. The design and style
look great though! Hope you get the problem resolved soon. Thanks

# Howdy just wanted to give you a quick heads up. The words in your post seem to be running off the screen in Chrome. I'm not sure if this is a format issue or something to do with internet browser compatibility but I figured I'd post to let you know. Th 2019/09/07 16:01 Howdy just wanted to give you a quick heads up. Th

Howdy just wanted to give you a quick heads up. The words in your post seem to be running off the screen in Chrome.

I'm not sure if this is a format issue or something to do with internet browser compatibility but I
figured I'd post to let you know. The design and style
look great though! Hope you get the problem resolved soon. Thanks

タイトル
名前
Url
コメント