-
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
-
这是我编写的一个仿瑞星小狮子界面的软件. 请多指教.
这是我编写的一个仿瑞星小狮子界面的软件. 请多指教.-prepared in a small imitation Rising Lions interface software. Please enlighten.
- 2022-01-24 16:22:31下载
- 积分:1
-
这个过程是一个个人考勤软件,从系统对象访问它…
这个程序是一个个人考勤软件,它从系统时钟获取时间信息,可逐日记录下个人每天的工作时间,按月统计汇总,按年形成文件.可以查看过去的记录,也可把记录按月打印出来.或进行年汇总。
本程序是一个基于对话框的实用程序,在基于对话框界面的程序中实现打印和打印预览是采用了非常规 MFC 方法。
-This process is a personal attendance software, access to it from the system clock time information, day by day record of personal daily working hours, monthly statistical summary, year-on-year documented. Can see the past records, the records can also be a monthly print out. or in aggregate. This procedure is a dialog-based utility, dialog-based interface in the process of printing and print preview realize that MFC uses unconventional methods.
- 2023-03-23 12:55:04下载
- 积分:1
-
VC开发环境经常会出现LNK2001 unresolved external symbol错误,文中提出了详细的解决方法...
VC开发环境经常会出现LNK2001 unresolved external symbol错误,文中提出了详细的解决方法-VC development environment are often subject to error LNK2001 unresolved external symbol, the proposed solution in detail
- 2022-02-03 11:56:02下载
- 积分:1
-
Parzen窗法应用概率密度函数估计问题。
应用Parzen窗法估计样本的概率密度函数;
估计样本为标准正态分布和均匀分布;-Application of Parzen window method estimates the probability density function of the sample estimated sample standard normal distribution and uniform distribution
- 2022-04-14 21:33:56下载
- 积分:1
-
vb中内嵌asm的一个类
VB内嵌asm其实也很简单!(内付说明)
vb中内嵌asm的一个类
VB内嵌asm其实也很简单!(内付说明)-vb in a class of embedded asm embedded VB is also very simple asm! (with pay below)
- 2022-02-15 05:53:55下载
- 积分:1
-
虚拟内存分页逻辑地址和物理地址之间的转换…
分页式虚拟存储器中逻辑地址和物理地址之间的转换和缺页中断-Virtual memory paging logical address and physical address conversion and between the page fault
- 2022-04-25 00:34:02下载
- 积分:1
-
有定时和调时等功能,同时还具有到点报时功能,自己可以任意设定...
有定时和调时等功能,同时还具有到点报时功能,自己可以任意设定-On a regular basis and adjusted when the functions, but also with the time counting function, they can arbitrarily set
- 2023-04-30 23:00:03下载
- 积分:1
-
with Verilog HDL language written on display in the pattern of the source
用verilog HDL 语言写的在显示器上显示图案的源程序-with Verilog HDL language written on display in the pattern of the source
- 2022-06-26 11:06:17下载
- 积分:1
-
some c examples. useful men!
some c examples. useful men!
- 2023-07-14 19:10:04下载
- 积分:1