資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Linq;
using?System.Windows.Forms;
using?System.Drawing.Imaging;
using?System.IO;
namespace?BMPChangeWMF
{
????public?partial?class?Frm_Main?:?Form
????{
????????Bitmap?bitmap;
????????public?Frm_Main()
????????{
????????????InitializeComponent();
????????}
????????private?void?buttonOpen_Click(object?sender?EventArgs?e)
????????{
????????????OpenFileDialog?openFileDialog?=?new?OpenFileDialog();
????????????openFileDialog.Filter?=?“*.bmp|*.bmp“;
????????????openFileDialog.title?=?“打開圖像文件“;
????????????openFileDialog.Multiselect?=?false;
????????????if?(openFileDialog.ShowDialog()?==?DialogResult.OK)
????????????{
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2011-12-22?23:11??BMPChangeWMF\
?????文件?????????926??2010-07-08?21:51??BMPChangeWMF.sln
?????文件???????18944??2010-11-04?01:46??BMPChangeWMF.suo
?????目錄???????????0??2011-12-22?23:11??BMPChangeWMF\bin\
?????目錄???????????0??2011-12-22?23:13??BMPChangeWMF\bin\Debug\
?????文件????????3839??2010-11-04?01:45??BMPChangeWMF\BMPChangeWMF.csproj
?????文件????????4059??2010-07-13?00:43??BMPChangeWMF\Frm_Main.cs
?????文件????????7107??2010-07-08?21:51??BMPChangeWMF\Frm_Main.designer.cs
?????文件????????5814??2010-07-08?21:51??BMPChangeWMF\Frm_Main.resx
?????目錄???????????0??2011-12-22?23:11??BMPChangeWMF\obj\
?????目錄???????????0??2011-12-22?23:14??BMPChangeWMF\obj\Debug\
?????文件????????2236??2010-11-04?01:45??BMPChangeWMF\obj\Debug\BMPChangeWMF.csproj.FileListAbsolute.txt
?????目錄???????????0??2011-12-22?23:11??BMPChangeWMF\obj\Debug\Refactor\
?????目錄???????????0??2011-12-22?23:11??BMPChangeWMF\obj\Debug\TempPE\
?????文件?????????496??2010-07-08?21:51??BMPChangeWMF\Program.cs
?????目錄???????????0??2011-12-22?23:11??BMPChangeWMF\Properties\
?????文件????????1356??2010-07-08?21:51??BMPChangeWMF\Properties\AssemblyInfo.cs
?????文件????????2874??2010-07-08?21:51??BMPChangeWMF\Properties\Resources.Designer.cs
?????文件????????5612??2010-07-08?21:51??BMPChangeWMF\Properties\Resources.resx
?????文件????????1097??2010-07-08?21:51??BMPChangeWMF\Properties\Settings.Designer.cs
?????文件?????????249??2010-07-08?21:51??BMPChangeWMF\Properties\Settings.settings
- 上一篇:c# Ico圖片文件轉換成 bmp格式
- 下一篇:c# jpg圖片轉換成 bmp格式
評論
共有 條評論