07 2014 档案

摘要:在Windows Form程序中使用带下划线的快捷键只需要进行设置:就能够工作。 阅读全文
posted @ 2014-07-29 17:36 龍☆ 阅读(202) 评论(0) 推荐(0)
摘要:'set the control can display the focus status Protected Overrides Sub OnGotFocus(ByVal e As System.EventArgs) MyBase.OnGotFocus(e) M... 阅读全文
posted @ 2014-07-22 11:03 龍☆ 阅读(435) 评论(0) 推荐(0)
摘要:脚本如下: @echo off @setlocal enableextensions @cd /d "%~dp0" set InstallPath=C:\DBoxService\Server set UtilToolPath=C:\Windows\Microsoft.NET\Framework\v2 阅读全文
posted @ 2014-07-10 18:58 龍☆ 阅读(1302) 评论(0) 推荐(0)