发布时间:2023-08-18 16:17:01
VB--去掉MDI Form的最大化按钮Private Declare Function GetWindowLong Lib "user32" Alias "GetWindowLongA" (ByVal hwnd As Long, ByVal nIndex As Long) As LongPrivate Declare Function SetWindowLong Lib "user32" Alias "SetWindowLongA" (ByVal hwnd As Long, ByVal nIndex As Long, ByVal dwNewLong As Long) .........【阅读全文】
发布时间:2023-08-18 16:15:26
'''''''只允许输入数字及小数点If Not (Chr(KeyAscii) Like "[0-9.]" Or KeyAscii < 32) ThenText4.SelStart = 0End IfEnd Sub'''''''''只允许输入数字......【阅读全文】
发布时间:2023-08-18 16:14:27
BorderStyle = 1 ''''Fixed Single 就可以保证窗体不被拉伸MaxButton=False ''禁止最大化......【阅读全文】
发布时间:2023-07-14 15:29:08
CRT连接HCL设备时,提示Unable to open serial port \\.\\\.\pipe\topo1-device1: Access is denied.解决:以管理员身份运行 CRT......【阅读全文】
发布时间:2023-07-04 11:37:29
WIN10,新安装SSD硬盘,检测显示PCIIDE-BAD处理方法:1.开机,运行msconfig>引导,选中“安全引导”>“最小”。重启电脑2.重启电脑进入BIOS,将IDE改为ACHI。3.重启完成后,将上面的“安全引导”钩选取消。4.重启电脑,发现 pciide-bak 变成了 storahci-ok.........【阅读全文】