资源列表

« 1 2 ... .39 .40 .41 .42 .43 46144.45 .46 .47 .48 .49 ... 66603 »

[Windows编程readlrc

说明:VB编写的读取歌词文件并同步歌词的小程序源码,不但能够读取歌词,并且将其格式化,转换为时间段格式,为歌词同步做准备。若要实现音乐播放器歌词同步的话,这个程序有很好的借鉴作用。-VB, read lyrics and synchronized lyrics applet source code, not only can read the lyrics, and its format, convert time format, to pr
<cpudn56> 在 2024-11-21 上传 | 大小:4kb | 下载:0

[Windows编程autosize

说明:VB自动缩放窗体内控件,作者: NICK PATEMAN。适用于VB6.0环境,以前你可能需要写入很多缩放窗体内控件的代码,现在仅仅需要一句代码即可搞定,你只要在要缩放的控件的TAG属性值里设置标志,然后使用下面的语句即可。可对窗体内的TextBox、ComboBox、ListBox、STRETCHALL等控件自由缩放,请参见源码实例-VB automatically zoom window controls in vivo, the
<cpudn57> 在 2024-11-21 上传 | 大小:10kb | 下载:0

[Windows编程monishaizi

说明:让骰子转起来-VB制作的3D旋转体—骰子,模拟了骰子旋转的运动,感觉蛮好玩的。单击控制骰子动止,鼠标距离控制运动速度。-Let the dice turn up-VB produced a 3D rotating body- dice, dice simulated rotation movement, feeling pretty fun. Click Control dice stopper, distance control mo
<cpudn58> 在 2024-11-21 上传 | 大小:2kb | 下载:0

[Windows编程langweihr

说明:一个基于VB的人事管理系统,郞威人事管理系统,数据库采用Access,不过运行之前请先设置好数据源,否则出错。这套管理系统功能包括:系统设置、基本信息、考勤管理、工作评价管理、工资管理、帮助等。如果对VB比较熟悉,你可继续扩展功能-VB-based personnel management system, Lang Wei personnel management system, database using Access, but p
<cpudn59> 在 2024-11-21 上传 | 大小:610kb | 下载:0

[Windows编程vblrcscroll

说明:VB歌词滚动效果示例,VB源码下载,点击“command”按钮,即开始演示歌词滚动效果,为歌词同步做准备,设置好时间间隔就可以实现,每首歌都不一样。-VB sample lyrics scrolling effect, VB source code download, click on " command" button to start the demo lyrics scrolling effect, to pre
<cpudn61> 在 2024-11-21 上传 | 大小:3kb | 下载:0

[其他小程序LCD1602

说明:在液晶显示屏上显示出想要输出的内容,本例显示的是“Welcome to YanShan University”-Displayed on the LCD screen what you want to output, in this case shows a " Welcome to YanShan University"
<张宏超> 在 2024-11-21 上传 | 大小:24kb | 下载:0

[Windows编程shengchanribao

说明:VB生产日报系统-源代码,这是写给车间用的简单的代替EXCEL的小程序,功能不足之处请大家提意见,我还在不断完善中,这是修改过的版本。那几个控件去网上找找中,能下载到-VB daily production system- source code, which is written for the workshop with a simple little program instead of EXCEL, please inadequ
<cpudn62> 在 2024-11-21 上传 | 大小:1.3mb | 下载:0

[Windows编程beidaier

说明:VB赛贝曲线源代码,又名贝塞尔曲线,作者: WXJ_Lake。计算结果的斜率,截距和线性相关系数用于演示曲线,点击窗口上的两个按钮,启动曲线绘图模块,整体效果可参考-VB source code tournament shell curves, curves and Mingbeiseer author: WXJ_Lake. The results of the slope, intercept, and correlation coe
<cpudn63> 在 2024-11-21 上传 | 大小:6kb | 下载:0

[Windows编程vbnocopy

说明:VB源码之:禁止复制TEXT文本框中的内容,点击一下按钮试试,一种有以下几种VB实现的方法:方法1:当对方在TEXT中点鼠标时就更换里面的字;方法2:设置Text属性为禁止编辑,方法3:每一毫秒都清空剪贴板.(这招对用户不好,为了禁止复制本软件的内容修改用户电脑的剪贴版,可能使你的软件不受欢迎)-VB source code of: prohibit copying the contents TEXT text box, and cli
<cpudn64> 在 2024-11-21 上传 | 大小:3kb | 下载:0

[Windows编程vbmigong

说明:用VB编的一个迷宫小游戏,Vb游戏源码,虽然不难,但也挺有意思的。程序随机生成迷宫,读取事先设计好的迷宫矩阵,随机读取一种矩阵来作为地图,键盘控制图片移动,显示走过的路径,对迷宫矩阵感兴趣的也可好好看一下。-VB series with a maze game, Vb game source code, although not difficult, but also very interesting. Program randomly
<cpudn65> 在 2024-11-21 上传 | 大小:157kb | 下载:0

[Windows编程testbp8902

说明:南天系列银行写高抗磁卡(VB源码),串口通信的例子,源代码完整,读写各个磁道数据,密码键盘输入等操作。利用COM串口实现的磁卡读写操作实例,对编写硬件通信有帮助。-South Bank write-day series of high anti-magnetic (VB source code), serial communication examples, source code integrity, read each track
<cpudn66> 在 2024-11-21 上传 | 大小:46kb | 下载:0

[Windows编程vbdllcre

说明:教你用VB编写生成一个DLL文件,详细说明了从制作到使用,再到把DLL写入系统的全套教程。1:首先,打开VB6.0新建一个DLL工程。2:不要急着学编写DLL的代码,先设定一下,首先,把DLL的工程名设定为 “我的DLL”。3:接着把Class1的Name(名称)属性设定为“函数库”-Teach you to use VB to write a DLL file, a detailed descr iption from product
<cpudn67> 在 2024-11-21 上传 | 大小:473kb | 下载:0
« 1 2 ... .39 .40 .41 .42 .43 46144.45 .46 .47 .48 .49 ... 66603 »

源码中国 www.ymcn.org