资源简介
该案例是C#界面实现加载某路径文件夹所有图片并自动播放功能
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.IO;
namespace WindowsFormsApplication1
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void richTextBox1_TextChanged(object sender EventArgs e)
{
}
private string[] file=null;
private int index;
private int intImageWidth;
private int intImageHeight;
private void Form1_Load(object sender EventArgs e)
{
timer1.Interval = 1000;
textBox2.Text = timer1.Interval.ToString();
comboBox1.DropDownstyle = ComboBoxstyle.DropDownList;
comboBox1.Items.Add(“原始图片大小显示“);
comboBox1.Items.Add(“适应窗口大小显示“);
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 5085 2020-06-06 15:03 加载图片\Form1.cs
文件 9282 2020-06-06 15:03 加载图片\Form1.Designer.cs
文件 6219 2020-06-06 15:03 加载图片\Form1.resx
..A..H. 58368 2020-06-06 15:07 加载图片\WindowsFormsApplication1\.vs\WindowsFormsApplication1\v14\.suo
文件 189 2020-06-03 10:49 加载图片\WindowsFormsApplication1\WindowsFormsApplication1\App.config
文件 14336 2020-06-09 19:52 加载图片\WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.exe
文件 189 2020-06-03 10:49 加载图片\WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.exe.config
文件 26112 2020-06-09 19:52 加载图片\WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.pdb
文件 22696 2020-06-09 19:54 加载图片\WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.vshost.exe
文件 189 2020-06-03 10:49 加载图片\WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.vshost.exe.config
文件 490 2015-10-22 09:54 加载图片\WindowsFormsApplication1\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.vshost.exe.manifest
文件 4596 2020-06-04 18:31 加载图片\WindowsFormsApplication1\WindowsFormsApplication1\Form1.cs
文件 9319 2020-06-04 17:44 加载图片\WindowsFormsApplication1\WindowsFormsApplication1\Form1.Designer.cs
文件 6423 2020-06-04 17:44 加载图片\WindowsFormsApplication1\WindowsFormsApplication1\Form1.resx
文件 1464 2020-06-03 14:04 加载图片\WindowsFormsApplication1\WindowsFormsApplication1\obj\Debug\DesignTimeResolveAssemblyReferences.cache
文件 7296 2020-06-05 10:40 加载图片\WindowsFormsApplication1\WindowsFormsApplication1\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 0 2020-06-03 10:49 加载图片\WindowsFormsApplication1\WindowsFormsApplication1\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
文件 0 2020-06-03 10:49 加载图片\WindowsFormsApplication1\WindowsFormsApplication1\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
文件 0 2020-06-03 10:49 加载图片\WindowsFormsApplication1\WindowsFormsApplication1\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
文件 2860 2020-06-09 19:54 加载图片\WindowsFormsApplication1\WindowsFormsApplication1\obj\Debug\WindowsFormsApplication1.csproj.FileListAbsolute.txt
文件 1018 2020-06-09 19:52 加载图片\WindowsFormsApplication1\WindowsFormsApplication1\obj\Debug\WindowsFormsApplication1.csproj.GenerateResource.Cache
文件 2384 2020-06-05 10:38 加载图片\WindowsFormsApplication1\WindowsFormsApplication1\obj\Debug\WindowsFormsApplication1.csprojResolveAssemblyReference.cache
文件 14336 2020-06-09 19:52 加载图片\WindowsFormsApplication1\WindowsFormsApplication1\obj\Debug\WindowsFormsApplication1.exe
文件 180 2020-06-09 19:52 加载图片\WindowsFormsApplication1\WindowsFormsApplication1\obj\Debug\WindowsFormsApplication1.Form1.resources
文件 26112 2020-06-09 19:52 加载图片\WindowsFormsApplication1\WindowsFormsApplication1\obj\Debug\WindowsFormsApplication1.pdb
文件 180 2020-06-05 10:38 加载图片\WindowsFormsApplication1\WindowsFormsApplication1\obj\Debug\WindowsFormsApplication1.Properties.Resources.resources
文件 536 2020-06-03 10:49 加载图片\WindowsFormsApplication1\WindowsFormsApplication1\Program.cs
文件 1374 2020-06-03 10:49 加载图片\WindowsFormsApplication1\WindowsFormsApplication1\Properties\AssemblyInfo.cs
文件 2861 2020-06-03 10:49 加载图片\WindowsFormsApplication1\WindowsFormsApplication1\Properties\Resources.Designer.cs
文件 5612 2020-06-03 10:49 加载图片\WindowsFormsApplication1\WindowsFormsApplication1\Properties\Resources.resx
............此处省略20个文件信息
- 上一篇:log4net采集日志到ElasticSearch
- 下一篇:单线程IP地址扫描
相关资源
- adsl 自动拨号类 源码
- jQuery lazyload-预加载 功能,已经通过运
- 禁止自动排序
- c# WPF串口模拟自动生成数据
- ASPxGridView(或ASPxTreeList)动态加载数
- Sharepoint自动创建网站 源码
- asp.net自动压缩CSS-JS源码 包附对应使用
- SQL拼接(自动生成SQL的where条件)
- kindeditor编辑器 黏贴图片自动上传插件
- 将多个Excel文件进行自动汇总
- 自动用递增变化的数据填充Excel
- 图片自动播放
- 自动更换IP地址
- WPF自动序号(观察者模式)
- C# wpf_动态图片加载datagrid
- WinForm联合halcon加载一张图片
- C#遍历指定文件夹(并把数据加载到
- SplashScreen C#程序的启动画面制作方法
- ftp ftp定时自动上传文件到服务器上
- word 利用c#对自动生成word报告
- WpfLoadingDemo wpf页面加载等待效果
- Taobao 登录淘宝用c#编写
- BaiDuMap C#开发Winform窗体自动调用百度
- FileAutoCopy 文件自动复制程序
- C# 自动安装IIS,以及创建网站
- OA系统全套资料
- C# 写的便签,自动停靠隐藏,可换5
- 网上自动答疑系统(C#)
- VNC 自动登录 C#
- C# sql数据库自动备份并压缩(源码)
评论
共有 条评论