-
- 2022-11-25 06:45:03下载
- 积分:1
-
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
-
VB推箱子游戏源码
VB推箱子游戏源码-VB source viewing game
- 2022-07-17 16:05:10下载
- 积分:1
-
完整的解决方案的视觉工作室2008。Freefont是渲染文本库…
complete solution for visual studio 2008. Freefont is library for rendering text letters, it supports rotation and another features. Widely used in many opensource and comercial programs.
- 2022-10-18 08:55:03下载
- 积分:1
-
MFC 检测目录修改
资源描述此项目采用MFC进行编写,实现了对文件目录是否被修改的监控。
- 2023-05-07 04:55:08下载
- 积分:1
-
最新的pkcs11 密码令牌接口标准 费了很大的劲才找到的
最新的pkcs11 密码令牌接口标准 费了很大的劲才找到的
-Latest PKCS11 password token interface standard costs a lot of劲才found
- 2022-03-25 18:25:51下载
- 积分:1
-
procedures in the C or Borland Turbo C compiler through. 331 simple games, simpl...
本程序在Turbo C或Borland C下编译通过.简单的五子棋游戏,简单易于操作,但很不错.-procedures in the C or Borland Turbo C compiler through. 331 simple games, simple and easy to operate, but very good.
- 2022-05-16 07:42:32下载
- 积分:1
-
edmi reading format and sample
edmi reading format and sample
- 2022-06-18 04:08:47下载
- 积分:1
-
Just Enough Project Management
Just Enough Project Management
- 2022-01-25 20:24:47下载
- 积分:1
-
这是一个三次样条插值算法的C代码,不过里面可能还有一些不足之处,希望对朋友们有用...
这是一个三次样条插值算法的C代码,不过里面可能还有一些不足之处,希望对朋友们有用-This is a cubic spline interpolation algorithm C code, but inside there may be some inadequacies, in the hope that friends useful
- 2022-02-07 09:39:06下载
- 积分:1