vb6 AddIn得到全部含模块的子程序名 |
manong 2024年12月2日 17:21 |
0 306 |
manong 2024年12月2日 17:21 |
vb6 的一些常量 |
manong 2024年12月2日 16:42 |
0 314 |
manong 2024年12月14日 16:30 |
vb6 给ListBox增加横向滚动条,子程序 s_AddScrollbar(ByVal hwnd As Long) |
manong 2024年11月25日 23:20 |
0 408 |
manong 2024年11月25日 23:20 |
vb6 AddIn列出全部窗体 子程序 s_GetAllForm |
manong 2024年11月25日 15:33 |
0 347 |
manong 2024年11月25日 15:33 |
vb6 获得本窗体所有控件的名称等,子程序 s_GetControName,For Each ctrl In 的效率更高 |
manong 2024年11月22日 20:10 |
0 343 |
manong 2024年11月22日 20:10 |
vb6 格式化句子,限制长度,多的截断打... 子程序 f_FormatSentence |
manong 2024年11月22日 09:31 |
0 344 |
manong 2024年11月22日 09:31 |
vb6 得到exe的文件信息,子程序 f_GetFileVerInfo,比如:版本号、产品名称、公司名称、版权信息和文件描述 |
manong 2024年11月19日 17:28 |
0 360 |
manong 2024年11月19日 17:28 |
vb6 随机数功能,子程序 f_GenerateRandom f_GenerateRandomLong f_GenerateRandomIn |
manong 2024年11月19日 15:31 |
0 350 |
manong 2024年11月19日 15:31 |
vb6 简单的读写注册表 子程序 f_ReadReg f_SaveReg |
manong 2024年11月19日 15:25 |
0 333 |
manong 2024年11月19日 15:25 |
vb6 对windows的进程操作,挂起、恢复和结束,子程序 f_GetPID f_SuspendProcess f_RecoveryPro |
manong 2024年11月19日 08:55 |
0 336 |
manong 2024年11月19日 08:55 |
vb6 复制Picture1里面的图片到剪贴板,子程序 f_CopyPictrue |
manong 2024年11月18日 23:08 |
0 345 |
manong 2024年11月18日 23:08 |
vb6 获得当前CPU的值,比如百分之多少 子程序 f_GetCPUUsage |
manong 2024年11月18日 22:19 |
0 362 |
manong 2024年11月18日 22:19 |
vb6 获得本程序的名字,子程序 f_GetMyName() |
manong 2024年11月9日 14:58 |
0 403 |
manong 2024年11月9日 14:58 |
vb6 exe自己删除自己,子程序 s_KillMe |
manong 2024年11月9日 14:06 |
0 381 |
manong 2024年11月9日 14:06 |
vb6 操作Windows注册表,新建目录,读写字符串等功能,子程序 f_reg_CreateKey(plKey, psKey) 等等 |
manong 2024年11月7日 17:21 |
0 355 |
manong 2024年11月7日 17:21 |
vb6 把你的文件比如DLL放到资源里面并拷贝到系统目录,再注册,子程序 f_ReleaseFile |
manong 2024年11月6日 21:22 |
0 357 |
manong 2024年11月6日 21:22 |
vb6 检查指定进程名是否已经在运行,子程序 f_CheckExeIsRun(ByVal exeName As String) |
manong 2024年11月6日 19:58 |
0 350 |
manong 2024年11月6日 19:58 |
vb6 得到第一个非空格字母的位置,子程序 f_FirstNoSpace(strAll As String) |
manong 2024年11月5日 19:48 |
0 373 |
manong 2024年11月5日 19:48 |
vb6 得到当前自己写的软件的版本(不是exe的版本),子程序 f_GetMyVersion() |
manong 2024年10月22日 17:58 |
0 378 |
manong 2024年10月22日 17:58 |
vb6 利用API选择文件夹,子程序 BrowseForFolder(owner As Form, Title As String, Sta |
manong 2024年10月17日 23:45 |
0 394 |
manong 2024年10月17日 23:45 |
|