-
Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus...
Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus Stop timer when game is minimized and start it when normalized If Me.WindowState = vbMinimized Then If Timer1.Enabled Then bTimerWasOn = True Else bTimerWasOn = False Timer1.Enabled = False Else If bTimerWasOn Then Timer1.Enabled = True End If End Sub-Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus Stop timer when game is minimized and start it when normalized If Me.WindowState = vbMinimized Then If Timer1.Enabled Then bTimerWasOn = True Else bTimerWasOn = False Timer1.Enabled = False Else If bTimerWasOn Then Timer1.Enabled = True End If End Sub
- 2022-06-29 02:05:14下载
- 积分:1
-
应用程序接口C语言共享工具
应用程序接口C语言共享工具-Application Program Interface C language tools for sharing
- 2022-10-26 05:45:03下载
- 积分:1
-
Windows API编程大全,不错的编程帮助
Windows API编程大全,不错的编程帮助-Encyclopedia of Windows API programming, good programming help
- 2022-06-29 07:09:17下载
- 积分:1
-
一些转换代码,hex to char,char to hex
一些转换代码,hex to char,char to hex-Some of the conversion code, hex to char, char to hex
- 2022-03-13 15:05:03下载
- 积分:1
-
日期还原
日期还原 -date Reduction Date Date Reduction
- 2022-08-13 09:04:05下载
- 积分:1
-
map listing of the matrix tester 8x8
map listing of the matrix tester 8x8
- 2023-03-21 22:15:03下载
- 积分:1
-
控件大小随窗口变化
控件大小随窗口变化-control with the size of the window changes
- 2022-03-13 04:40:38下载
- 积分:1
-
一个过程的过程
关于过程的程序
- 2022-01-31 11:37:31下载
- 积分:1
-
AHK Windows 鼠标手势演示
用autohotkey编写的在windows下面使用的鼠标手势
功能类似maxhton中的鼠标手势,目标为窗口...
AHK Windows 鼠标手势演示
用autohotkey编写的在windows下面使用的鼠标手势
功能类似maxhton中的鼠标手势,目标为窗口-AHK_Windows_MouseGestures_Demo
- 2022-01-25 17:16:15下载
- 积分:1
-
C~C++程序员实用大全C~C++最佳编程指南
对于程序员有用的学习查询工具...
C~C++程序员实用大全C~C++最佳编程指南
对于程序员有用的学习查询工具
-C ~ C++ Utility Daquan programmers C ~ C++ Best programming guide for the programmers to learn a useful query tool
- 2022-01-25 19:25:25下载
- 积分:1