Winform弹出式等待窗口源码 v1.0

时间:2022-11-15 02:32:20
【文件属性】:
文件名称:Winform弹出式等待窗口源码 v1.0
文件大小:191KB
文件格式:ZIP
更新时间:2022-11-15 02:32:20
.net源码 一、源码特点采用Winform进行开发,弹出式等待窗口,欢迎下载二、功能介绍本源码是一个Winform弹出式等待窗口源码,网上有好多使用多线程弹出式等待窗口作为程序中较长时间后台运行提示的,但是做的都不完善,尤其是用 waitThread.Abort() 杀死线程时容易产生异常,进而出错。本程序是比较完善的改进,利用多线程弹出等待窗口,并根据后台程序的运行需要实时发出运行状态信息到等待窗口中,当后台程序运行结束时给弹出窗口线程发出结束信号,让线程自行终止三、菜单功能1、运行后,点击按钮,即可显示功能四、注意事项1、开发环境为Visual Studio 2010,使用.net 4.0开发。
【文件预览】:
dlldiao.sln
waitFormService.cs
waitForm.resx
dlldiao.suo
waitForm.cs
Form1.cs
Program.cs
waitForm.Designer.cs
Form1.resx
dlldiao.csproj.user
Properties
----Settings.settings(249B)
----Resources.Designer.cs(3KB)
----AssemblyInfo.cs(1KB)
----Settings.Designer.cs(1KB)
----Resources.resx(5KB)
Form1.Designer.cs
obj
----x86()
--------Debug()
说明.htm
dlldiao.csproj
bin
----Debug()
--------tt.dll(208KB)
--------dlldiao.vshost.exe.manifest(490B)
--------dlldiao.pdb(30KB)
--------dlldiao.exe(39KB)
--------dlldiao.vshost.exe(11KB)

网友评论