资源简介
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Net;
using System.Threading;
namespace BackgroundWorkerExample
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
backgroundWorker1.WorkerReportsProgress = true;
backgroundWorker1.WorkerSupportsCancellation = true;
buttonstop.Enabled = false;
}
private void buttonstart_Click(object sender EventArgs e)
{
richTextBox1.Text = “开始产生10000以内的随机数……\n\n“;
buttonstart.Enabled = false;
buttonstop.Enabled = true;
//在后台开始操作
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3785 2010-07-16 09:42 CHAP2Thread\BackgroundWorkerExample\BackgroundWorkerExample.csproj
文件 10240 2009-03-20 22:10 CHAP2Thread\BackgroundWorkerExample\bin\Debug\BackgroundWorkerExample.exe
文件 24064 2009-03-20 22:10 CHAP2Thread\BackgroundWorkerExample\bin\Debug\BackgroundWorkerExample.pdb
文件 14328 2010-07-16 09:34 CHAP2Thread\BackgroundWorkerExample\bin\Debug\BackgroundWorkerExample.vshost.exe
文件 490 2007-07-21 01:33 CHAP2Thread\BackgroundWorkerExample\bin\Debug\BackgroundWorkerExample.vshost.exe.manifest
文件 2721 2010-07-16 09:47 CHAP2Thread\BackgroundWorkerExample\Form1.cs
文件 4840 2010-07-16 09:47 CHAP2Thread\BackgroundWorkerExample\Form1.designer.cs
文件 6019 2010-07-16 09:47 CHAP2Thread\BackgroundWorkerExample\Form1.resx
文件 2900 2010-08-10 10:43 CHAP2Thread\BackgroundWorkerExample\obj\Debug\BackgroundWorkerExample.csproj.FileListAbsolute.txt
文件 847 2010-07-16 09:47 CHAP2Thread\BackgroundWorkerExample\obj\Debug\BackgroundWorkerExample.csproj.GenerateResource.Cache
文件 10752 2010-07-16 09:47 CHAP2Thread\BackgroundWorkerExample\obj\Debug\BackgroundWorkerExample.exe
文件 180 2010-07-16 09:47 CHAP2Thread\BackgroundWorkerExample\obj\Debug\BackgroundWorkerExample.Form1.resources
文件 26112 2010-07-16 09:47 CHAP2Thread\BackgroundWorkerExample\obj\Debug\BackgroundWorkerExample.pdb
文件 180 2010-07-16 09:42 CHAP2Thread\BackgroundWorkerExample\obj\Debug\BackgroundWorkerExample.Properties.Resources.resources
文件 504 2009-03-20 22:09 CHAP2Thread\BackgroundWorkerExample\Program.cs
文件 1386 2009-03-20 22:09 CHAP2Thread\BackgroundWorkerExample\Properties\AssemblyInfo.cs
文件 2896 2009-03-20 22:09 CHAP2Thread\BackgroundWorkerExample\Properties\Resources.Designer.cs
文件 5612 2009-03-20 22:09 CHAP2Thread\BackgroundWorkerExample\Properties\Resources.resx
文件 1108 2009-03-20 22:09 CHAP2Thread\BackgroundWorkerExample\Properties\Settings.Designer.cs
文件 249 2009-03-20 22:09 CHAP2Thread\BackgroundWorkerExample\Properties\Settings.settings
文件 10752 2010-07-16 09:47 CHAP2Thread\BackgroundWorkerExample.exe
文件 26112 2010-07-16 09:47 CHAP2Thread\BackgroundWorkerExample.pdb
文件 14328 2010-08-10 10:43 CHAP2Thread\BackgroundWorkerExample.vshost.exe
文件 490 2007-07-21 01:33 CHAP2Thread\BackgroundWorkerExample.vshost.exe.manifest
文件 3427 2010-08-10 15:26 CHAP2Thread\CHAP2Thread.sln
..A..H. 49664 2010-10-12 16:02 CHAP2Thread\CHAP2Thread.suo
文件 6144 2010-10-12 15:51 CHAP2Thread\EventConsole\bin\Debug\EventConsole.exe
文件 17920 2010-10-12 15:51 CHAP2Thread\EventConsole\bin\Debug\EventConsole.pdb
文件 14328 2010-10-12 15:50 CHAP2Thread\EventConsole\bin\Debug\EventConsole.vshost.exe
文件 490 2007-07-21 01:33 CHAP2Thread\EventConsole\bin\Debug\EventConsole.vshost.exe.manifest
............此处省略160个文件信息
- 上一篇:信息管理系统
- 下一篇:C# 高仿window 自带 记事本程序
相关资源
- 模拟器命令C#封装
- 单线程IP地址扫描
- ModbusMonitor VS2010 winform Csharp 开发的一
- TCPFILE C#TCP多线程异步传输 C#开发的服
- cSharpUART c#编写串口通讯代码 多线程实
- Visual C#中的多线程编程
- C# VS2013 串口接收事件 通过委托跨线程
- c# Winform 弹出式等待窗口,多线程
- C#多线程解决界面卡死问题的完美解决
- C# 获取当前所有进程线程CUP占用率
- 跨线程日志输出到RichTextBox类库源代码
- C#实现多线程TCPUDP端口扫描
- C#通用的跨线程读写控件属性类
- C#多线程发送邮件发送工资条
- C#网络爬虫程序源码
- C#跨线程调用控件的四种方式(调用)
- C#处理大容量数据,及多线程简单应用
- 多线程异步编程 Thread Async
- c# 多线程操作源码
- C# 多线程网络美女图片
- 多线程异步加载网络数据 完整源码
- C#版QQ登录助手+源代码(含在线程序升
- c# 多线程
- 线程管理
- 基于C/S模式在线聊天室系统源码(服
- C# 摇奖机Demo
- ProcessBar多线程异步刷新附带保存软件
- C#图像交互与多线程
- C# halcon一维码、二维码多线程识别、
- c# 多线程更新WPF界面
评论
共有 条评论