设置应用程序窗体背景图像,C#源代码OpenFileDialog MyDlg = new OpenFileDialog();

时间:2012-02-24 03:50:41
【文件属性】:

文件名称:设置应用程序窗体背景图像,C#源代码OpenFileDialog MyDlg = new OpenFileDialog();

文件大小:35KB

文件格式:RAR

更新时间:2012-02-24 03:50:41

设置应用程序窗体背景图像,C#源代码OpenFileDialog MyDlg = new OpenFileDialog();

设置应用程序窗体背景图像,C#源代码OpenFileDialog MyDlg = new OpenFileDialog(); MyDlg.Filter = "图像文件(JPeg, Gif, Bmp, etc.)|*.jpg;*.jpeg;*.gif;*.bmp;*.tif; *.tiff; *.png| JPeg图像文件(*.jpg;*.jpeg)| *.jpg;*.jpeg |GIF图像文件(*.gif)|*.gif |BMP files (*.bmp)|*.bmp|Tiff图像文件(*.tif;*.tiff)|*.tif;*.tiff|Png图像文件(*.png)| *.png |所有文件(*.*)|*.*"; if (MyDlg.ShowDialog() == DialogResult.OK) { string MyFileName = MyDlg.FileName; this.BackgroundImage = Image.FromFile(MyFileName); this.BackgroundImageLayout = ImageLayout.Stretch; VisualStudio2008创建


【文件预览】:
SetBackPicture
----SetBackPicture.sln(932B)
----SetBackPicture.suo(13KB)
----SetBackPicture()
--------Form1.cs(1KB)
--------bin()
--------SetBackPicture.csproj(4KB)
--------obj()
--------Properties()
--------Program.cs(495B)
--------Form1.Designer.cs(2KB)
--------Form1.resx(6KB)
----readme.txt(718B)

网友评论

  • 这都要分???
  • 对设计界面和有帮助,顶一下