-
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
-
VC中实现对XML文件的增加,修改,删除操作。vc6.0,msxml4
VC中实现对XML文件的增加,修改,删除操作。vc6.0,msxml4-VC to achieve the increase of the XML document, modify, delete operation. vc6.0, msxml4
- 2022-12-09 13:25:02下载
- 积分:1
-
anfis 代码
在印度次大陆的地下水水质预测的自适应神经模糊代码。结果好,可以用于测试
- 2023-06-25 14:15:04下载
- 积分:1
-
一个128位大整数类
一个128位大整数类--An class of 128 bit long integers
- 2022-09-30 18:55:03下载
- 积分:1
-
can do c language Training procedures.
可以做c语言的实训程序。-can do c language Training procedures.
- 2022-05-22 18:03:51下载
- 积分:1
-
基于python的小游戏
基于python的二人小游戏,可在闲暇之时用于打发时间,操作简单,易于上手,本程序源码来自于书籍,
- 2022-03-19 15:25:28下载
- 积分:1
-
VB拷贝文件的例子(api)
VB拷贝文件的例子(api)-VB copy files example (api)
- 2023-02-03 09:40:03下载
- 积分:1
-
一个类似WORD的文档编辑器,VC++编程源码
一个类似WORD的文档编辑器,VC++编程源码-WORD document a similar editor, VC++ Programming source code
- 2023-06-17 22:00:04下载
- 积分:1
-
程序员网上考试系统是我毕业的时候做的系统,程序是三层C/S结构的,不过我是为了应付毕业论文而做的,有好多功能还没有完善,希望喜欢的朋友可以去完善它。...
程序员网上考试系统是我毕业的时候做的系统,程序是三层C/S结构的,不过我是为了应付毕业论文而做的,有好多功能还没有完善,希望喜欢的朋友可以去完善它。-The system is a exam system,it can be used
the programer exam.Because some of things,it not
enough strong.if you want do,you can make it more
wonderful.
- 2022-06-17 09:12:41下载
- 积分:1
-
Windows Mobile 下MAPI_关于邮件和短消息的技术支持都可以用这个
Windows Mobile 下MAPI_关于邮件和短消息的技术支持都可以用这个-Windows Mobile under MAPI_ mail and short message on the technical support can use this
- 2022-07-27 03:41:57下载
- 积分:1