资源列表

« 1 2 ... .68 .69 .70 .71 .72 66173.74 .75 .76 .77 .78 ... 66581 »

[Windows编程simplerecord

说明:VB实现的录音机程序,有一个简单的界面可实现对录音的控制,在录音完毕后可播放试听录音,变量定义:   Dim Time_Start 定义变量存储开始计时的时间   Dim Time_Lenth 定义变量存储Slider1控件的最大值   Dim MyTime 定义变量存储已经录制的时间   更多请参阅源代码。-VB realize recorder program has a simple interface that enables control of the rec
<jpudn13> 在 2025-06-24 上传 | 大小:6kb | 下载:0

[其他小程序sensor

说明:msp430f5310单片机采样放射性强度的程序-msp430f5310 single chip sampling program radioactivity
<邵政> 在 2025-06-24 上传 | 大小:363kb | 下载:0

[Windows编程vbformhidden

说明:VB6.0仿QQ窗口靠边隐藏,使窗体靠屏幕右边时自动向右隐藏(动态效果)。鼠标经过会再次显示出来(也是动态效果)。我只是提供思路,只做了向右隐藏的,稍加改造就可以向你想要的方向靠边隐藏-VB6.0 imitation QQ window aside to hide, hide the right to make the form automatically (dynamic effects) while on the right side of the screen. Mouse over ag
<jpudn14> 在 2025-06-24 上传 | 大小:160kb | 下载:0

[Windows编程sethotkey

说明:VB设置快捷键的例子,自定义打开某程序的快捷键,这只是一个示例,演示原理和具体的代码实现:   Dim bCancel As Boolean 用于判断是否退出程序   Public Sub RegFastKey() 注册快捷键    Dim ret As Long    bCancel = False    ret = RegisterHotKey(hwnd, &HBFFF&, MOD_CONTROL, vbKeyF)    ProcessMessages
<jpudn15> 在 2025-06-24 上传 | 大小:2kb | 下载:0

[Windows编程threadzhuru

说明:VB实现线程注入器,您可以指定输入被注入程序名称,本源码以注入计算器程序为例,演示在VB6.0环境下所编写的程序如何实现线程注入功能,代码仅供学习参考。勿用于其它用途。-VB to inject a thread, you can specify the input to be injected into the program name, the source to inject calculator program, for example, in the demonstration pro
<jpudn16> 在 2025-06-24 上传 | 大小:5kb | 下载:0

[Windows编程mousepoint

说明:VB获取鼠标指针坐标,在窗口中适时显示鼠标坐标,移动鼠标适时显示坐标信息,是计算鼠标所经过点的像素值,以下代码是关键代码:   Private Sub Timer1_Timer()    Dim point As POINTAPI    GetCursorPos point 获取鼠标位置    Label1.Caption = "当前鼠标坐标:" & point.x & " , " & point.y   End Sub-VB to get the coordina
<jpudn17> 在 2025-06-24 上传 | 大小:4kb | 下载:0

[其他小程序russ

说明:一款新颖的小游戏,3D类型游戏 比较难学习使用-a 3D game about sevral card like box
<仉品然> 在 2025-06-24 上传 | 大小:2.69mb | 下载:0

[通讯编程prototype

说明:Qt界面,实现好底层驱动继而控制马达转速,角度。-Qt interface to achieve good underlying driver then controls the motor speed, angle.
<陆刘涛> 在 2025-06-24 上传 | 大小:30kb | 下载:0

[Windows编程vbdllsetup

说明:VB控件注册程序,动态加载控件并进行注册,支持DLL/OCX类型控件通过本程序来注册,返回处理结果-VB controls the registration process, dynamic load control and registration, support DLL/OCX control through this type of program registration, returns processing results
<jpudn18> 在 2025-06-24 上传 | 大小:3kb | 下载:0

[Windows编程pingmucapture

说明:简易的VB屏幕抓图-带鼠标指针的抓图程序,也可自定义抓屏快捷键,用热键来抓屏那就更方便了。同时还可以设置局部抓图、全屏抓图、鼠标指针抓图,保存路径也是自己设置的,虽然小,但感觉空上截图程序用起来挺方便哦。特别是学习Vb编程的,这个代码的参考价值我想也是很大的-VB simple screen capture- capture program with the mouse pointer, but also can be customized screen capture shortcut key
<jpudn19> 在 2025-06-24 上传 | 大小:9kb | 下载:0

[Windows编程mouserecord

说明:VB6.0的鼠标事件记录器源码文件,可设置隐藏程序窗体,功能上可实现录制鼠标事件、回放、停止、打开、另存为等功能。按下 ESC 键都将停止录制或者回放,请输入录制时间 :", "录制时不改变屏幕分辨率,您当前屏幕分辨率无法使用录制回放文件. 请确认是否继续,记录时候有时间限制-VB6.0 mouse event logger source file, you can set the program to hide a form, you can achieve the functional mo
<jpudn20> 在 2025-06-24 上传 | 大小:9kb | 下载:0

[C#编程ERPguanlixitong

说明:结合C#和SQL创建的ERP管理系统,包含源程序和使用说明。-C# and SQL to create the ERP management system, including source program and use instructions.
<xyf> 在 2025-06-24 上传 | 大小:7.93mb | 下载:0
« 1 2 ... .68 .69 .70 .71 .72 66173.74 .75 .76 .77 .78 ... 66581 »

源码中国 www.ymcn.org