-
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编程实例
这是我自己编写的VC代码,属于初学者级别,简单的VC实例,入门级,在文本框中输入整数,按计算按钮,实现加法计算,求点积分
- 2022-02-20 09:47:25下载
- 积分:1
-
试试看,是个一般的文件,我想可以的,不知道这次行不行
试试看,是个一般的文件,我想可以的,不知道这次行不行-Try and be a general document, I think it is, do not know this is feasible
- 2022-10-17 12:00:02下载
- 积分:1
-
.NET Compact Framework数据访问技术杂谈讲稿
.NET Compact Framework数据访问技术杂谈讲稿-. NET Compact Framework Data Access technical talk script
- 2022-12-08 02:20:03下载
- 积分:1
-
this code is thresholding image with fuzzy c
this code is thresholding image with fuzzy c-meam thresholding, it good result than Otsu method.
- 2023-02-22 18:05:03下载
- 积分:1
-
ASP 上机实践教程
实验一 ASP程序运行环境的配置
1 实验目标
1.1
1.2
2 实验原理
2.1
3 实验过程...
ASP 上机实践教程
实验一 ASP程序运行环境的配置
1 实验目标
1.1
1.2
2 实验原理
2.1
3 实验过程
2.1
2.2
2.3
2.4
2.5
4 参考代码
-ASP Advance Guide experimental procedures in an ASP environment configuration an experimental target 1.1 1.2 2 2.1 3 experimental principle experiment 2.1 2.2 2.3 2.4 2.5 4 reference code
- 2022-02-10 10:04:26下载
- 积分:1
-
This component (inherited from TPaintBox) will draw itself }
{ as transparent...
This component (inherited from TPaintBox) will draw itself }
{ as transparent part of form (shows what be under form), }
{ with possibility to set glass color and degree of the }
{ transparency.-This component (inherited from TPaintBox) will draw itself }
{ as transparent part of form (shows what be under form), }
{ with possibility to set glass color and degree of the }
{ transparency.
- 2022-03-17 08:27:07下载
- 积分:1
-
双密度2D小波工具箱 里面有源码 可以帮助理解
双密度2D小波工具箱 里面有源码 可以帮助理解-This is very good toolkit
- 2022-03-25 10:38:20下载
- 积分:1
-
Kohonen projecto
Kohonen神经网络的projecto经常修改的代码在你可能想尝试不同的学习速率的衰减函数,周围半径和社区的影响力。是速度上都有提高。
- 2022-06-28 16:29:02下载
- 积分:1
-
这是一个堆栈的程序
这是一个堆栈的程序-This is a stack of procedures
- 2022-05-15 20:28:36下载
- 积分:1