登录
首页 » Visual Basic » VB6-Thread

VB6-Thread

于 2020-11-02 发布 文件大小:130KB
0 323
下载积分: 1 下载次数: 29

代码说明:

  VB6纯API实现的多线程源码,稳定、方便、实用的VB6多线程技术,万能的VB(VB6 Thread)

文件列表:

稳定、方便、实用的VB6多线程技术
...............................\VB6多线程技术超详细示例(纯API)
...............................\..............................\0.母本及注意事项【新手必看】
...............................\..............................\............................\Form1.frm,3064,2015-03-04
...............................\..............................\............................\VBMT.vbp,706,2015-03-04
...............................\..............................\............................\VBMT.vbw,115,2015-03-04
...............................\..............................\............................\VBMTInit.bas,7502,2015-02-27
...............................\..............................\............................\VBMTRun.bas,1543,2015-02-27
...............................\..............................\1.用多线程提高繁重任务的处理效率
...............................\..............................\................................\Form1.frm,8862,2015-03-01
...............................\..............................\................................\Form1.frx,6,2015-02-27
...............................\..............................\................................\VBMT.vbp,710,2015-03-01
...............................\..............................\................................\VBMT.vbw,114,2015-03-03
...............................\..............................\................................\VBMTInit.bas,7502,2015-02-27
...............................\..............................\................................\VBMTRun.bas,3102,2015-02-28
...............................\..............................\................................\效率比较.exe,32768,2015-03-01
...............................\..............................\2.多线程XMLHTTP简单示例
...............................\..............................\.......................\Form1.frm,3533,2015-03-02
...............................\..............................\.......................\VBMT.vbp,720,2015-03-02
...............................\..............................\.......................\VBMT.vbw,116,2015-03-03
...............................\..............................\.......................\VBMTInit.bas,7502,2015-02-27
...............................\..............................\.......................\VBMTRun.bas,3505,2015-03-01
...............................\..............................\.......................\多线程获取页面源码.exe,28672,2015-03-02
...............................\..............................\3.自定义线程堆栈上限防止爆栈(堆栈溢出)
...............................\..............................\........................................\Form1.frm,5749,2015-03-02
...............................\..............................\........................................\VBMT.vbp,722,2015-03-02
...............................\..............................\........................................\VBMT.vbw,117,2015-03-03
...............................\..............................\........................................\VBMTInit.bas,7502,2015-02-27
...............................\..............................\........................................\VBMTRun.bas,5792,2015-03-02
...............................\..............................\........................................\不会爆栈的二分法排序.exe,32768,2015-03-02
...............................\..............................\4.多线程控件和窗体(是的,你没有看错)
...............................\..............................\......................................\4.1在子线程中加载属于子线程自己的窗体
...............................\..............................\......................................\.....................................\Form1.frm,3956,2015-03-02
...............................\..............................\......................................\.....................................\Form2.frm,1793,2015-03-02
...............................\..............................\......................................\.....................................\Form2.frx,65,2015-03-02
...............................\..............................\......................................\.....................................\VBMT.vbp,740,2015-03-02
...............................\..............................\......................................\.....................................\VBMT.vbw,170,2015-03-03
...............................\..............................\......................................\.....................................\VBMTInit.bas,7502,2015-02-27
...............................\..............................\......................................\.....................................\VBMTRun.bas,3324,2015-03-02
...............................\..............................\......................................\.....................................\子线程中创建、使用窗体.exe,28672,2015-03-02
...............................\..............................\......................................\4.2多个线程同时操作一个界面
...............................\..............................\......................................\...........................\Form1.frm,3889,2015-03-03
...............................\..............................\......................................\...........................\Form1.frx,194,2015-03-03
...............................\..............................\......................................\...........................\Form2.frm,1437,2015-03-03
...............................\..............................\......................................\...........................\VBMT.vbp,746,2015-03-03
...............................\..............................\......................................\...........................\VBMT.vbw,170,2015-03-03
...............................\..............................\......................................\...........................\VBMTInit.bas,7502,2015-02-27
...............................\..............................\......................................\...........................\VBMTRun.bas,2132,2015-03-03
...............................\..............................\......................................\...........................\子线程的控件在父线程窗口显示.exe,28672,2015-03-03
...............................\..............................\5.给子线程传递参数
...............................\..............................\..................\Form1.frm,4352,2015-03-03
...............................\..............................\..................\VBMT.vbp,718,2015-03-03
...............................\..............................\..................\VBMT.vbw,112,2015-03-03
...............................\..............................\..................\VBMTInit.bas,7502,2015-03-03
...............................\..............................\..................\VBMTRun.bas,4993,2015-03-03
...............................\..............................\..................\给子线程传递参数.exe,24576,2015-03-03
...............................\..............................\6.多线程下的调试技巧
...............................\..............................\....................\Form1.frm,2044,2015-03-03
...............................\..............................\....................\VBMT.vbp,728,2015-03-03
...............................\..............................\....................\VBMT.vbw,115,2015-03-03
...............................\..............................\....................\VBMTInit.bas,7502,2015-02-27
...............................\..............................\....................\VBMTRun.bas,3513,2015-03-03
...............................\..............................\....................\二分法定位线程中的错误代码.exe,24576,2015-03-03
...............................\微软官方提供的多线程方案(ACTIVEXEXE) .rar,14247,2014-02-16

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • create-and-terminate-Process
    进程的创建与撤销,能在VC6.0中运行,简单的学习进程的创建与撤销相关内容(Creation and revocation of the process can be run in VC6.0, the creation of simple learning process and revocations)
    2013-01-10 10:15:58下载
    积分:1
  • CreateThreadExample
    创建线程示例程序.C++Windows编程(Create a thread sample program C++ Windows programming)
    2012-02-07 12:12:48下载
    积分:1
  • 864599
    扩展后的中点法画直线程序,可以支持任意斜率的直线的绘制,()
    2018-06-14 20:42:13下载
    积分:1
  • VCPP-EXE-communication-
    进程通信,接收者进程、发送者进程,消息,句柄(process communication ,receiver processer,sender processer,message)
    2013-09-08 11:33:22下载
    积分:1
  • MyThreadPool
    一个线程池源码,AFX_THREADPOOLDLG_H__ABDABFCD_FD51_4556_8864_189C17F05527__INCLUDED(a thread pool source, AFX_THREADPOOLDLG_H__ABDABFCD_FD51_4556_8864_189C17F05527__INCLUDED)
    2005-08-15 15:26:53下载
    积分:1
  • bmp位图文件的读取保存
    bmp位图文件的读取与保存,可以借此熟悉bmp的文件结构(Read and save bmp bitmap files, you can be familiar with the file structure of bmp)
    2018-11-25 11:34:29下载
    积分:1
  • Multithread3
    多线程的VC++源代码,代码经过测试功能正常,值得参考学习!(Multi-threaded VC++ Source code, the code has been tested and functioning properly, it is also useful to learn!)
    2009-01-16 10:53:20下载
    积分:1
  • SearchFile
    说明:  该程序采用多线程技术来进行搜索,即遍历文件的过程中,每当发现一个文件夹时,就新建一个工作线程进行文件搜索(The program multi-thread technology to search, that is, the process of traversing documents, whenever found in a folder, then create a new thread to document the work of the search)
    2009-08-11 10:51:24下载
    积分:1
  • ProcessMonitor
    这是我自己写的进程监控软件,可以用鼠标拖拉快捷方式图标和EXE图标(This is the process of writing my own monitoring software, you can use the mouse to drag the shortcut icon and EXE icon)
    2010-05-20 09:28:55下载
    积分:1
  • 78467356
    VB多线程控制台类及源代码实例,有需要的下。(Console class and multi-threaded VB source code examples, there is need for the next.)
    2013-08-15 18:00:39下载
    积分:1
  • 696518资源总数
  • 105549会员总数
  • 12今日下载