-
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写得小程序-This is a realization of print and print preview applet written by vc
- 2022-06-13 07:50:47下载
- 积分:1
-
向用户界面线程发送消息
向用户界面线程发送消息-to the user interface thread Send Message
- 2023-05-13 00:25:02下载
- 积分:1
-
SourceFormatX 是一个强大的源代码自动格式化, 缩进, 排版, 美化工具。它可以格式化 C, C++、Java、C#、Object Pascal、P...
SourceFormatX 是一个强大的源代码自动格式化, 缩进, 排版, 美化工具。它可以格式化 C, C++、Java、C#、Object Pascal、PHP、ASP、JSP、VB、VB.NET、VBScript、JavaScript和HTML Components源代码。它还可以将源代码输出为语法高亮显示的 HTML 或 RTF 文件。
严谨良好的代码风格是软件稳定可靠的必要保障,可是通常您从前任同行手中继承、或从网上下载数量庞大的代码之代码风格大多和您的风格迥异甚至堪称混乱:缩进空格的个数不同,指针符号的位置不同,关键字随意大小写…… 这给阅读和修改源代码造成不少困难,手工整理的工作量几乎不可想像……
SourceFormatX 将您从这些既枯燥无聊,又大量重复的机械劳动中解放出来了。它可以快速大批量地格式化和美化多种源代码,这将会大大加快阁下的项目进度,提高团队协同工作效率,节约大量的时间,并统一了该项目所有代码的风格,利于以后维护和发布风格统一代-SourceFormatX is a powerful source code auto-formatting, indent, layout, landscaping tools. It can be formatted C, C++, Java, C#, Object Pascal, PHP, ASP, JSP, VB, VB.NET, VBScript, JavaScript and HTML Components source code. It can also output the source code syntax highlighting for HTML or RTF files.
Good coding style rigorous software necessary to guarantee stable and reliable, but is usually inherited from your predecessor, the hands of peers, or downloaded from the Internet a huge number of code most of the coding style and your style very diffe
- 2022-08-07 04:35:26下载
- 积分:1
-
匿名邮件发送程序
匿名邮件发送程序-anonymous spammers procedures
- 2022-01-26 02:54:11下载
- 积分:1
-
生成沃尔什
Generates the Walsh-Hadamard codes and checks orthogonality
- 2022-01-26 03:46:48下载
- 积分:1
-
GNSS源代码
利用MATLAB对GPS、北斗信号进行动态的捕获跟踪,能够很好的帮助理解GPS/北斗的导航原理,也可以改进进行相关的研究
- 2023-05-05 14:25:03下载
- 积分:1
-
mp3编码器,把wav等格式文件转换为mp3
mp3编码器,把wav等格式文件转换为mp3-mp3 encoder,transfer*.wave to mp3
- 2022-06-26 15:06:17下载
- 积分:1
-
这是一个实用于Winrunner的一个计算器GUI文件,可直接用于调试...
这是一个实用于Winrunner的一个计算器GUI文件,可直接用于调试-This is a practical on a calculator WinRunner GUI files, can be directly used for debugging
- 2022-08-26 12:02:27下载
- 积分:1
-
通过钩子跟踪串口的小程序,可以检测串口的数据读写
通过钩子跟踪串口的小程序,可以检测串口的数据读写-tracking serial hook through a small procedure can detect the serial read and write data
- 2022-03-20 16:38:08下载
- 积分:1