-
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
-
绘图基本功,比较详细的介绍了一些画图,基本包含所有画图炒作...
绘图基本功,比较详细的介绍了一些画图,基本包含所有画图炒作-Drawing basics, a more detailed introduction to a number of drawing, basic drawing contains all the hype
- 2022-03-12 20:13:09下载
- 积分:1
-
利用VARIANT类型作参数进行的网络数据传送和接收,以及SAFEARRAY,BSTR的详细使用方法...
利用VARIANT类型作参数进行的网络数据传送和接收,以及SAFEARRAY,BSTR的详细使用方法-it tell how to use VARIANT and BSTR type in network transfer and receive
- 2022-04-13 01:18:10下载
- 积分:1
-
哲学家吃饭问题 VB
哲学家吃饭问题 VB-philosopher food VB
- 2022-02-05 20:34:57下载
- 积分:1
-
解析DXF文件图形中圆,椭圆,直线,多段线,单行文字,多行文字以及颜色线型等相关图形实体。...
解析DXF文件图形中圆,椭圆,直线,多段线,单行文字,多行文字以及颜色线型等相关图形实体。-Parse dxf file graphic entites include circle ellipse,line,polyline,text,multitext and related infomation such as color and line type
- 2023-08-22 04:50:04下载
- 积分:1
-
c#调用本机摄像头,并保存成图象源码
c#调用本机摄像头,并保存成图象源码 很好用,用VS2013打开就能用
- 2023-04-28 02:55:03下载
- 积分:1
-
华塑EXPESS CARD二代串口卡驱动xp
华塑EXPESS CARD二代串口卡驱动xp-HuaSu EXPESS CARD II serial card driver xp
- 2022-02-14 19:27:08下载
- 积分:1
-
PowerBuilder行命令编译器,完全可以代替PowerBuilder.你需要PowerBuilder基本环境....
PowerBuilder行命令编译器,完全可以代替PowerBuilder.你需要PowerBuilder基本环境.-PowerBuilder compiler command line, we can replace the PowerBuilder. You need basic PowerBuilder environment.
- 2022-02-14 04:15:06下载
- 积分:1
-
- 2022-01-26 04:22:50下载
- 积分:1
-
This is a curriculum design code, we can use not see/we hope to have some help
这是一个课程设计的代码,大家看看能用不/
希望对大家有一些帮助-This is a curriculum design code, we can use not see/we hope to have some help
- 2023-05-08 14:40:03下载
- 积分:1