-
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
-
一个简单的XML解析器
一个简单的XML解析器-a simple XML parser
- 2023-07-04 10:15:04下载
- 积分:1
-
dappermap
dappermap设计事例仅仅作为参考-dappermap
- 2023-02-14 03:20:04下载
- 积分:1
-
关于窃取邮箱密码的源程序,可以看看如何对付别人的窃取。...
关于窃取邮箱密码的源程序,可以看看如何对付别人的窃取。-The source code for software which steal the email password. User can take a look and see how to deal with other s stealing.
- 2022-12-24 00:35:03下载
- 积分:1
-
一个清理数据的小程序,可以学习对系统文件夹的一些操作.
一个清理数据的小程序,可以学习对系统文件夹的一些操作.-A small process of cleaning up the data, you can learn the system folder of some operations.
- 2022-05-27 18:55:31下载
- 积分:1
-
一份初学者易懂的C++教程,虽然知识较浅但是很适合指导初学者快速的学习
一份初学者易懂的C++教程,虽然知识较浅但是很适合指导初学者快速的学习-A beginner-friendly C++ Tutorial, although it is suitable for shallow knowledge to guide beginners quickly learn
- 2022-03-21 18:12:13下载
- 积分:1
-
我平时积累的一些小程序,对参加人员…
我平时积累的一些小程序,对于参加计算机等级考试的人很有帮助哦-I usually have accumulated a number of small procedures, the take part in a person NCRE helpful Oh
- 2023-04-06 17:10:03下载
- 积分:1
-
digital control system
digital control system
- 2022-02-07 21:40:33下载
- 积分:1
-
rainforest algorithm rainforest Algorithm
雨林算法 -rainforest algorithm rainforest Algorithm
- 2022-03-24 20:05:54下载
- 积分:1
-
这是一个公交查询系统的简单设计,其中实现了根据车次号查站点以及根据起始与终止站点查询车次的两个模块功能。另外,还包含一个后台管理控制台,负责维护数据库的信息,具...
这是一个公交查询系统的简单设计,其中实现了根据车次号查站点以及根据起始与终止站点查询车次的两个模块功能。另外,还包含一个后台管理控制台,负责维护数据库的信息,具备了比较完善的数据库维护功能。数据库的备份以及连接数据库的文件在原码文件中,运行前请注意设置-This is a transit system for a simple design, which achieved under 000, and site investigations under the threshold and termination site for the two trips module function. In addition, the background also includes a management console, responsible for the maintenance of the information in the database, with a fairly complete database maintenance functions. The database backup, and connecting to the database code in the original paper document, running to set up the former
- 2023-03-12 09:40:04下载
- 积分:1