vb6 隐藏,显示,初始化鼠标,子程序HideMouse() ShowMouse() RestoreMouse() |
manong 2024年10月17日 22:13 |
0 72 |
manong 2024年10月17日 22:13 |
vb6 得到文件是什么关联软件打开的,子程序 FindExecutable(s As String) |
manong 2024年10月17日 16:44 |
0 84 |
manong 2024年10月17日 16:44 |
vb6 调用ShellExecute用记事本打开文件,子程序 OpenNotepadWithFile(filePath As String) |
manong 2024年10月17日 16:34 |
0 97 |
manong 2024年10月17日 16:34 |
vb6 获得C盘名字和修改名字,子程序 GetSerialNumber(sDrive As String) SetVolumeName(sD |
manong 2024年10月17日 15:39 |
0 75 |
manong 2024年10月17日 15:39 |
vb6 获得硬盘SN号,用于加密,收注册费,子程序 GetSerialNumber(sDrive As String) |
manong 2024年10月17日 15:33 |
0 79 |
manong 2024年10月17日 15:33 |
vb6 隐藏和显示windows的任务栏,子程序 HideTaskBar() ShowTaskBar() |
manong 2024年10月17日 15:22 |
0 97 |
manong 2024年10月17日 15:22 |
vb6 得到当前窗口的标题,子程序 GetActiveWindowTitle(ByVal ReturnParent As Boolean) |
manong 2024年10月17日 15:21 |
0 59 |
manong 2024年10月17日 15:21 |
vb6 判断某控件是否有焦点,子程序 s_IsFocus() |
manong 2024年10月16日 17:11 |
0 81 |
manong 2024年10月16日 17:11 |
vb6 读取CSV的数据ANSI和UTF-8,子程序 s_readCSV(strFN As String) |
manong 2024年10月12日 21:00 |
0 124 |
manong 2024年10月12日 21:00 |
vb6 用代码实现清除vb6IDE的立即窗口的全部内容,建议子程序 s_ClearImmediate() 加入你的程序 |
manong 2024年6月4日 23:07 |
0 280 |
manong 2024年6月4日 23:07 |
vb6 AddIn的制作 在IDE命令栏(MenuCommandBar)中加入你的按钮 |
manong 2024年5月10日 09:14 |
0 300 |
manong 2024年5月10日 09:14 |
vb6 只删除字符串行尾的空行(含有空格的行)的子程序 f_delEmptyLinesAtEnds |
manong 2024年5月7日 09:33 |
0 331 |
manong 2024年5月7日 09:33 |
vb6 AddIn经典程序的制作,给标准EXE工程添加按钮和模块 |
manong 2024年4月25日 23:07 |
0 303 |
manong 2024年4月25日 23:07 |
vb6 检查前面是否一样的子程序 f_chkLeft(strL As String, strC As String) |
manong 2024年4月24日 15:36 |
0 336 |
manong 2024年4月24日 15:36 |
vb6 AddIn如何获得IDE中当前文档行列,子程序 s_paneXY(sType As String, sl As Long, sc A |
manong 2024年4月23日 09:50 |
0 348 |
manong 2024年4月23日 09:50 |
vb6 一个子程序中可以用两个On Error吗? |
manong 2024年4月6日 18:45 |
0 475 |
manong 2024年4月6日 18:45 |
vb6 不卡CPU的非Doevents和Sleep函数,子程序vbSleep,从此不出现APPCRASH的问题了 |
manong 2024年4月2日 09:02 |
0 418 |
manong 2024年4月2日 09:02 |
vb6 把数组arrB()中混合的大写字符变成小写字符 子程序s_CharsToLower 找Byte子程序f_getByteBeforeG |
manong 2024年3月18日 20:47 |
0 400 |
manong 2024年3月18日 20:47 |
vb6 子程序f_getBeforeGap(strW As String, strGap As String),比如找到Chr(0)前面的字 |
manong 2024年3月14日 09:56 |
0 406 |
manong 2024年3月14日 09:56 |
vb6 字符串和Byte数组相互转换,可以直接arrA = strA和strA = arrA |
manong 2024年3月14日 08:56 |
0 421 |
manong 2024年3月14日 08:56 |
|