-
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
-
the procedures provided by the ROCKY! This is a start to help you remove the fil...
本程序由ROCKY提供!这是一个帮你清除开始菜单文档的历史记录、TEMP文件夹及Cookies的小程序。只对2000的系统有效!-the procedures provided by the ROCKY! This is a start to help you remove the file menu historical record, TEMP folder and Cookies small procedures. Only 2,000 pairs of the system effective!
- 2022-02-21 12:31:18下载
- 积分:1
-
An image management procedures users through the program, in seconds to find th...
一个图片管理程序;用户可以借助于该程序,在数秒钟内找到自己计算机上的图片,加以编辑并进行欣赏。-An image management procedures users through the program, in seconds to find their own pictures on your computer, edit and enjoy.
- 2022-11-27 19:40:03下载
- 积分:1
-
xp界面库,利用它可很容易开发xp界面
xp界面库,利用它可很容易开发xp界面-xp interface library, it can use to easily develop xp interface
- 2023-09-02 14:10:05下载
- 积分:1
-
windows网卡的启用和禁用
windows网卡的启用和禁用,通过点击我的连接,右键属性,不能启用该程序禁用的网卡,必须通过该程序启用。主要是通过windows系统的api接口实现的。该程序通过了实际测试和应用,可以放心使用。
- 2022-03-25 18:32:05下载
- 积分:1
-
ASP.NETWebService
ASP.NETWebService
- 2022-05-24 16:49:05下载
- 积分:1
-
asp前台 access后台 图书馆管理系统毕业论文毕业设计全套
asp前台 access后台 图书馆管理系统毕业论文毕业设计全套-asp future library management system access background design a full set of graduation thesis
- 2023-01-17 15:40:03下载
- 积分:1
-
频谱分析软件:利用VC6.0和matlab两个软件联合开发的,运行起来很不错的,是Vc调用matcom里面的fft函数来实现了,速度很快,精度很高。...
频谱分析软件:利用VC6.0和matlab两个软件联合开发的,运行起来很不错的,是Vc调用matcom里面的fft函数来实现了,速度很快,精度很高。-Spectrum analysis software: Using VC6.0 and matlab software jointly developed by two, up and running very good, is inside Matcom Vc call fft function to achieve a fast, high precision.
- 2023-05-09 15:35:02下载
- 积分:1
-
Windows程序设计中的所有示例代码
Windows程序设计中的所有示例代码-Windows program design all the sample code
- 2022-03-12 09:46:15下载
- 积分:1
-
设置vim语法高亮显示和自动缩进。
在目录 /etc/ 下面,有个名为vimrc的文件,这是系统中公共的vim配置文件,...
设置vim语法高亮显示和自动缩进。
在目录 /etc/ 下面,有个名为vimrc的文件,这是系统中公共的vim配置文件,-Set vim syntax highlighting and automatic indentation. In the directory/etc/below, have called vimrc file, which is the system public vim configuration file,
- 2023-02-28 11:50:04下载
- 积分:1