-
VC++6.0编程高手(北京希望电脑公司)附带源代码,找了好久才找到的,学习VC最好的例子...
VC++6.0编程高手(北京希望电脑公司)附带源代码,找了好久才找到的,学习VC最好的例子-VC++6.0 program master (Beijing Hope Computer Company) with the source code, looking for a long time to find, and learn from the best examples of VC
- 2022-08-09 04:48:30下载
- 积分:1
-
Serial communications, the use of serial communication control realize.
串口通信,利用串口通信控件实现 。-Serial communications, the use of serial communication control realize.
- 2022-01-28 21:16:26下载
- 积分:1
-
delphi 高精度计时函数调用,比gettickcount要精确
delphi 高精度计时函数调用,比gettickcount要精确-delphi precision timing function call, to be accurate than gettickcount
- 2022-03-14 16:50:05下载
- 积分:1
-
单文档画图软件,可变色
单文档画图软件,可变色-single document drawing software, can change color
- 2022-05-05 16:25:19下载
- 积分:1
-
operation task bar the source code examples. Hide task bar, hidden tray of arbit...
操作任务栏的源代码示例. 可以隐藏任务栏,隐藏托盘里的任意项. 在Windows2000,WinXP下测试通过-operation task bar the source code examples. Hide task bar, hidden tray of arbitrary items. In Windows 2000, under the test WinXP
- 2023-06-19 19:40:04下载
- 积分:1
-
电脑中的时钟太小了,我做了个液晶的界面的时钟,实现显示时间的功能。需要的自己下下看看,参考...
电脑中的时钟太小了,我做了个液晶的界面的时钟,实现显示时间的功能。需要的自己下下看看,参考-Computer
- 2023-03-11 11:10:03下载
- 积分:1
-
键盘输入不定长(最大长度受限制)二进制数,以回车键结束,输入数据要求有容错功能,然后将其转换成十六进制数显示输出。...
键盘输入不定长(最大长度受限制)二进制数,以回车键结束,输入数据要求有容错功能,然后将其转换成十六进制数显示输出。-Keyboard input variable length (maximum length) binary number to the end of the enter key, the input data required fault tolerance, and then converted to hexadecimal number display.
- 2022-03-18 20:09:52下载
- 积分:1
-
一个简单的记事本程序,和windows的差不多,windows有的功能这个程序也有,但还是有不足之处望高手指教...
一个简单的记事本程序,和windows的差不多,windows有的功能这个程序也有,但还是有不足之处望高手指教-A simple Notepad program, and the windows almost, windows and some features of this procedure have, but there are still inadequacies in expert Zhi Jiao Wang
- 2023-01-28 18:30:04下载
- 积分:1
-
通过这个ADC old驱动源码,可以了解WinCE下驱动程序的编写
通过这个ADC old驱动源码,可以了解WinCE下驱动程序的编写-Through the ADC old driver source code, you can understand the driver under WinCE prepared
- 2022-08-12 08:45:38下载
- 积分:1
-
针对初学者的 BackgroundWorker 类示例
介绍
这篇文章提出了一个新手.NET 开发人员,开发一个多线程的应用程序而不被沉重的附带了线程的复杂性。
背景
一个基本的 Windows 应用程序在单个线程通常称为 UI 线程上运行。此 UI 线程负责创建绘画的所有控件,并执行代码以将置于。所以当你在运行长时间运行的任务 (即数据密集型数据库操作或处理一些数百个位图图像),UI 线程被锁起来了和 UI 应用程序变成白色 (记住 UI 线程是负责油漆的所有控件) 呈现您的应用程序不响应的状态。
使用中的代码
你需要做什么是在不同的线程上转移这繁重的处理。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-26 21:53:34下载
- 积分:1