vb6 AddIn中检测在代码还是设计界面,子程序 f_CheckWhereInIDE |
manong 昨天 18:18 |
0 27 |
manong 昨天 18:18 |
vb6 得到exe的文件信息,子程序 f_GetFileVerInfo,比如:版本号、产品名称、公司名称、版权信息和文件描述 |
manong 2024年11月19日 17:28 |
0 21 |
manong 2024年11月19日 17:28 |
vb6 随机数功能,子程序 f_GenerateRandom f_GenerateRandomLong f_GenerateRandomIn |
manong 2024年11月19日 15:31 |
0 13 |
manong 2024年11月19日 15:31 |
vb6 简单的读写注册表 子程序 f_ReadReg f_SaveReg |
manong 2024年11月19日 15:25 |
0 14 |
manong 2024年11月19日 15:25 |
vb6 对windows的进程操作,挂起、恢复和结束,子程序 f_GetPID f_SuspendProcess f_RecoveryPro |
manong 2024年11月19日 08:55 |
0 13 |
manong 2024年11月19日 08:55 |
vb6 复制Picture1里面的图片到剪贴板,子程序 f_CopyPictrue |
manong 2024年11月18日 23:08 |
0 18 |
manong 2024年11月18日 23:08 |
vb6 获得当前CPU的值,比如百分之多少 子程序 f_GetCPUUsage |
manong 2024年11月18日 22:19 |
0 18 |
manong 2024年11月18日 22:19 |
vb6 获得本程序的名字,子程序 f_GetMyName() |
manong 2024年11月9日 14:58 |
0 37 |
manong 2024年11月9日 14:58 |
vb6 exe自己删除自己,子程序 s_KillMe |
manong 2024年11月9日 14:06 |
0 42 |
manong 2024年11月9日 14:06 |
vb6 操作Windows注册表,新建目录,读写字符串等功能,子程序 f_reg_CreateKey(plKey, psKey) 等等 |
manong 2024年11月7日 17:21 |
0 36 |
manong 2024年11月7日 17:21 |
vb6 把你的文件比如DLL放到资源里面并拷贝到系统目录,再注册,子程序 f_ReleaseFile |
manong 2024年11月6日 21:22 |
0 43 |
manong 2024年11月6日 21:22 |
vb6 检查指定进程名是否已经在运行,子程序 f_CheckExeIsRun(ByVal exeName As String) |
manong 2024年11月6日 19:58 |
0 34 |
manong 2024年11月6日 19:58 |
vb6 得到第一个非空格字母的位置,子程序 f_FirstNoSpace(strAll As String) |
manong 2024年11月5日 19:48 |
0 35 |
manong 2024年11月5日 19:48 |
vb6 得到当前自己写的软件的版本(不是exe的版本),子程序 f_GetMyVersion() |
manong 2024年10月22日 17:58 |
0 66 |
manong 2024年10月22日 17:58 |
vb6 利用API选择文件夹,子程序 BrowseForFolder(owner As Form, Title As String, Sta |
manong 2024年10月17日 23:45 |
0 79 |
manong 2024年10月17日 23:45 |
vb6 利用API不使用控件打开文件对话框,子程序f_FileOpen() |
manong 2024年10月17日 23:40 |
0 71 |
manong 2024年10月17日 23:40 |
vb6 播放音乐,子程序 PlaySound(strSound As String) |
manong 2024年10月17日 23:01 |
0 76 |
manong 2024年10月17日 23:01 |
vb6 判断是否是Administrator,子程序 IsAdmin() |
manong 2024年10月17日 22:55 |
0 83 |
manong 2024年10月17日 22:55 |
vb6 禁止窗口的X,子程序 DisableX(Frm As Form) |
manong 2024年10月17日 22:30 |
0 170 |
manong 2024年10月17日 22:30 |
vb6 得到登录名,比如 Administrator,子程序 NetUserName() |
manong 2024年10月17日 22:17 |
0 72 |
manong 2024年10月17日 22:17 |
|