摘要:当不应用程序框架时,可以通过定义互斥变量来判断是否已运行实例: 1 Sub Main()2 Dim isNotRunning As Boolean = True3 Static run As New System.Threading.Mutex(True, "SampleForm...
阅读全文
posted @ 2013-02-22 22:02
02 2013 档案
摘要:当不应用程序框架时,可以通过定义互斥变量来判断是否已运行实例: 1 Sub Main()2 Dim isNotRunning As Boolean = True3 Static run As New System.Threading.Mutex(True, "SampleForm...
阅读全文
posted @ 2013-02-22 22:02
摘要:一、安装前的配置 1、.NET Framework 4(≈48MB) xlLite运行在.NET Framework 4框架上,如果您的系统版本低于Windows 8(如Windows XP SP3、Windows 7等),且从未安装过.NET Framework 4,请从微软官方网站下载并安装: ...
阅读全文
posted @ 2013-02-15 16:00
|
||