vb6 获得硬盘SN号,用于加密,收注册费,子程序 GetSerialNumber(sDrive As String) |
manong 2024年10月17日 15:33 |
0 275 |
manong 2024年10月17日 15:33 |
vb6 隐藏和显示windows的任务栏,子程序 HideTaskBar() ShowTaskBar() |
manong 2024年10月17日 15:22 |
0 278 |
manong 2024年10月17日 15:22 |
vb6 得到当前窗口的标题,子程序 GetActiveWindowTitle(ByVal ReturnParent As Boolean) |
manong 2024年10月17日 15:21 |
0 247 |
manong 2024年10月17日 15:21 |
vb6 判断某控件是否有焦点,子程序 s_IsFocus() |
manong 2024年10月16日 17:11 |
0 252 |
manong 2024年10月16日 17:11 |
vb6 读取CSV的数据ANSI和UTF-8,子程序 s_readCSV(strFN As String) |
manong 2024年10月12日 21:00 |
0 343 |
manong 2024年10月12日 21:00 |
vb6 用代码实现清除vb6IDE的立即窗口的全部内容,建议子程序 s_ClearImmediate() 加入你的程序 |
manong 2024年6月4日 23:07 |
0 459 |
manong 2024年6月4日 23:07 |
vb6 AddIn的制作 在IDE命令栏(MenuCommandBar)中加入你的按钮 |
manong 2024年5月10日 09:14 |
0 496 |
manong 2024年5月10日 09:14 |
vb6 去除字符串头部和尾部的空行的子程序 f_delEmptyLinesAtStart f_delEmptyLinesAtEnd |
manong 2024年5月7日 09:33 |
0 530 |
manong 2024年5月7日 09:33 |
vb6 AddIn经典程序的制作,给标准EXE工程添加按钮和模块 |
manong 2024年4月25日 23:07 |
0 480 |
manong 2024年4月25日 23:07 |
vb6 检查前面是否一样的子程序 f_chkLeft(strL As String, strC As String) |
manong 2024年4月24日 15:36 |
0 522 |
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 532 |
manong 2024年4月23日 09:50 |
vb6 一个子程序中可以用两个On Error吗?On Error Resume Next会影响下面的子程序吗? |
manong 2024年4月6日 18:45 |
0 684 |
manong 2024年4月6日 18:45 |
vb6 不卡CPU的非Doevents和Sleep函数,子程序vbSleep,从此不出现APPCRASH的问题了 |
manong 2024年4月2日 09:02 |
0 597 |
manong 2024年4月2日 09:02 |
vb6 把数组arrB()中混合的大写字符变成小写字符 子程序s_CharsToLower 找Byte子程序f_getByteBeforeG |
manong 2024年3月18日 20:47 |
0 580 |
manong 2024年3月18日 20:47 |
vb6 子程序f_getBeforeGap(strW As String, strGap As String),比如找到Chr(0)前面的字 |
manong 2024年3月14日 09:56 |
0 578 |
manong 2024年3月14日 09:56 |
vb6 字符串和Byte数组相互转换,可以直接arrA = strA和strA = arrA |
manong 2024年3月14日 08:56 |
0 615 |
manong 2024年3月14日 08:56 |
vb6 函数Space和String拼速度,结果速度一样 |
manong 2024年3月14日 08:27 |
0 604 |
manong 2024年3月14日 08:27 |
vb6 Array函数只能用Variant ,Dim arrA() As Variant: arrA = Array(1, 2, 3) 子程 |
manong 2024年3月13日 23:34 |
0 665 |
manong 2024年3月13日 23:34 |
vb6 Byte数组比较子程序f_CompareArr ,If arrC = arrB Then是错误的,给Byte数组赋值 子程序f_St |
manong 2024年3月13日 20:44 |
0 535 |
manong 2024年3月13日 20:44 |
vb6 RaiseEvent的用法 |
manong 2024年3月6日 22:24 |
0 562 |
manong 2024年3月6日 22:24 |
|