联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 系统编程(160) 
按平台查找All Visual Basic(160) 

[系统编程] msi文件解压工具

微软msi安装文件解压器,可以解压MSI文件内容,不需要安装。 (2022-05-20, Visual Basic, 34KB, 下载0次)

http://www.pudn.com/Download/item/id/1653061080566098.html

[系统编程] vmhy

用VB编辑的可以当浏览器使用的程序 经测试,可以使用, (2018-05-09, Visual Basic, 5KB, 下载0次)

http://www.pudn.com/Download/item/id/1525840203735898.html

[系统编程] yhwb

注册表编辑器,可以根据需要修改注册表的一些设置,优化系统, (2018-05-09, Visual Basic, 477KB, 下载0次)

http://www.pudn.com/Download/item/id/1525835320299190.html

[系统编程] 668069

一个计算器的实现,设计简单,但是功能强大,除了“”和“”有问题,希望高手们改正 (2017-11-03, Visual Basic, 2KB, 下载1次)

http://www.pudn.com/Download/item/id/1509670550780556.html

[系统编程] FUYPVLH

计算旋流器的直径,是我研究生阶段的成果和心血!欢迎交流! (2017-09-27, Visual Basic, 8KB, 下载1次)

http://www.pudn.com/Download/item/id/1506510305573296.html

[系统编程] TNUIY

VB player, good use VB播放器,好好用的
VB player, good use VB player, a good use of (2017-06-12, Visual Basic, 12KB, 下载1次)

http://www.pudn.com/Download/item/id/1497260208477388.html

[系统编程] menucc

VB菜单复制器: 可以完美解决VB菜单工程复制到另一个工程
MENU COPY (2010-11-05, Visual Basic, 15KB, 下载6次)

http://www.pudn.com/Download/item/id/1336905.html

[系统编程] VB6_HiResTimer_Full_Source_Code

vb采用多媒体时钟,实现毫秒级定时器。使用方法与VB自带定时器控件相同。易学易用
vb multimedia clock to achieve millisecond timer. How to use the same timer control with VB own. Easy to learn and use (2010-02-07, Visual Basic, 30KB, 下载87次)

http://www.pudn.com/Download/item/id/1060806.html

[系统编程] VBhide

VB写一个隐藏的进程表。 功能是隐藏任务管理器里找不到他。
VB Hide (2010-01-19, Visual Basic, 3KB, 下载3次)

http://www.pudn.com/Download/item/id/1045247.html

[系统编程] 111

用API函数实现显示本机显示器的分辨率!
USE API To show monitor s weidth and height (2009-12-26, Visual Basic, 1KB, 下载18次)

http://www.pudn.com/Download/item/id/1019280.html

[系统编程] FolderBackup

该代码功能是支持自动把一个源文件夹的内容同步备份到目标文件夹。程序具有实时监控目标文件夹的功能,可以指定两种方式备份,一种是按时备份,一种是当源文件夹发生改变时进行快速备份,有点类似杀毒软件的监控功能。
The code function is to support a source folder automatically synchronize the contents of the backup to the destination folder. Program with real-time monitoring function of the target folder, you can specify the backup in two ways, one is the backup time, one is when the source folder changed quickly when a backup is somewhat similar to the anti-virus software monitoring capabilities. (2009-10-09, Visual Basic, 28KB, 下载16次)

http://www.pudn.com/Download/item/id/932196.html

[系统编程] call_and_queue

一个排队叫号器支持多功能....有源代码,资料齐全
call and queue (2009-08-25, Visual Basic, 1972KB, 下载58次)

http://www.pudn.com/Download/item/id/889468.html

[系统编程] XPrm

vb 做的仿照windows的资源管理器,能够查看系统资源,并对电脑进行监控
it is a resource management system,which can help us check up our system resource. (2009-08-18, Visual Basic, 407KB, 下载73次)

http://www.pudn.com/Download/item/id/882163.html

[系统编程] Timer(VB)

精密定时器集合:VB版 ■ SetTimer(多Timer):是使用SetTimer()和回调函数产生的Timer,与VB6中定时器控件效果一样,只是用API实现而已,不爱用控件的朋友可能会喜欢 ■ Timer大比拼(CSDN):是CSDN网友提供的测试各种Timer的代码:QueryPerformanceCounte() 多媒体定时器;和VB6定时器控件。测试时,可以看到3种定时器的区别。多媒体定时器和QueryPerformanceCounte()都是较好的选择. 可惜多媒体定时器与VB6似乎不太和谐,如果在回调函数中出现代码,则极易崩溃,即使在IDE种运行正常,生成EXE后也会不稳定,没辙! ■ QTimer原始:是CSDN网友“嗷嗷叫的老马”的作品,使用QueryPerformanceCounter()制作的精密定时器,作者代码很具创造性而且精简。 但有个小问题:拖动鼠标时会停顿。 ■ Active EXE_hTimer: 是在“QTimer原始”基础上改装的一个Active EXE, 拖动鼠标时不会停顿,不爽的是任务管理器进程中又多出了一个hTimer.exe。 ■ mmTimer控件:是对多媒体定时器的包装,先用VC对多媒体定时器进行包装再提供给VB6使用,解决了VB6与多媒体定时器"不和谐"的问题。 不会停顿,进程中也不会出现"多余的" EXE, 推荐使用 Thinker2009 2009-07-04
This is a collection of VB timer, timer to achieve a variety of ways, there are ordinary, but also sophisticated, super-sophisticated, there are dll s ocx s, as well as the active exe, short will be able to find your favorite ... ■ SetTimer (Multi-Timer): is to use SetTimer () and have a callback function of the Timer, Timer control with VB6 in effect, the only API to achieve it, do not like to use controls may be like a friend ■ Timer Competition (CSDN): is provided CSDN User Timer test code: QueryPerformanceCounte () multimedia timer and VB6 timer control. Test, we can see the difference between three kinds of timers. Multimedia timer and QueryPerformanceCounte () are a better choice. Unfortunately, multimedia timer does not seem in harmony with VB6, if there in the callback function in code, while easy to collapse, even in the IDE to run the normal species, after the EXE will be generated instability,没辙! ■ QTimer original: Yes CSDN netizen "Old嗷嗷called" the works, (2009-08-04, Visual Basic, 112KB, 下载460次)

http://www.pudn.com/Download/item/id/866920.html

[系统编程] jcglq

windows系统进程管理器,对系统进程进行管理
system process windows manager, process management system (2009-07-07, Visual Basic, 16KB, 下载8次)

http://www.pudn.com/Download/item/id/835692.html

[系统编程] screenlock

vb 屏幕锁源码 实现任务栏及任务管理器的锁定!!!!!!!!!!
vb screen lock project files (2009-06-01, Visual Basic, 114KB, 下载17次)

http://www.pudn.com/Download/item/id/787033.html

[系统编程] 56775

VB6.0的2 8 16进位换算器。。。
VB6.0 of 2 8 16 binary converter (2009-01-31, Visual Basic, 2KB, 下载2次)

http://www.pudn.com/Download/item/id/636507.html

[系统编程] useTreeView

C#的资源管理器查看。初学者必备
C# View of resource management. Beginners must (2008-12-23, Visual Basic, 23KB, 下载2次)

http://www.pudn.com/Download/item/id/613086.html

[系统编程] dic

VB 密码字典生成器
VB password dictionary generator (2008-11-14, Visual Basic, 4KB, 下载32次)

http://www.pudn.com/Download/item/id/579875.html

[系统编程] VolControl

VB6编写“键盘音量控制器”源代码
VB6 to prepare the keyboard volume control source code (2008-04-28, Visual Basic, 7KB, 下载3次)

http://www.pudn.com/Download/item/id/448454.html
总计:160