登录
首页 » Visual Basic » PreventMultipleInstancesofa32-bitVBApplication

PreventMultipleInstancesofa32-bitVBApplication

于 2007-09-26 发布 文件大小:131KB
0 146
下载积分: 1 下载次数: 3

代码说明:

  防止重载多个实例的实用源代码(Prevent Multiple Instances of a 32-bit VB Application)(VB or VB.NET)(To prevent multiple instances of heavy-duty practical source code (Prevent Multiple Instances of a 32-bit VB Application) (VB or VB.NET))

文件列表:

Prevent Multiple Instances of a 32-bit VB Application
.....................................................\Prevent Multiple Instances of a 32-bit VB Application.doc
.....................................................\VB .net
.....................................................\.......\Prevent Multiple Instances
.....................................................\.......\..........................\PreventMultipleInstances
.....................................................\.......\..........................\........................\AssemblyInfo.vb
.....................................................\.......\..........................\........................\bin
.....................................................\.......\..........................\........................\...\PreventMultipleInstances.exe
.....................................................\.......\..........................\........................\...\PreventMultipleInstances.pdb
.....................................................\.......\..........................\........................\...\复件 PreventMultipleInstances.exe
.....................................................\.......\..........................\........................\Form1.resx
.....................................................\.......\..........................\........................\Form1.vb
.....................................................\.......\..........................\........................\Main.vb
.....................................................\.......\..........................\........................\obj
.....................................................\.......\..........................\........................\...\Debug
.....................................................\.......\..........................\........................\...\.....\PreventMultipleInstances.exe
.....................................................\.......\..........................\........................\...\.....\PreventMultipleInstances.Form1.resources
.....................................................\.......\..........................\........................\...\.....\PreventMultipleInstances.pdb
.....................................................\.......\..........................\........................\PreventMultipleInstances.sln
.....................................................\.......\..........................\........................\PreventMultipleInstances.vbproj
.....................................................\.......\..........................\........................\PreventMultipleInstances.vbproj.user
.....................................................\.......\SingleInstance_Demo
.....................................................\.......\...................\AssemblyInfo.vb
.....................................................\.......\...................\bin
.....................................................\.......\...................\...\SingleInstance.exe
.....................................................\.......\...................\...\SingleInstance.pdb
.....................................................\.......\...................\ModMain.vb
.....................................................\.......\...................\obj
.....................................................\.......\...................\...\Debug
.....................................................\.......\...................\...\.....\SingleInstance.exe
.....................................................\.......\...................\...\.....\SingleInstance.pdb
.....................................................\.......\...................\...\.....\SingleInstance.SingleInstanceForm.resources
.....................................................\.......\...................\SingleInstance.sln
.....................................................\.......\...................\SingleInstance.vbproj
.....................................................\.......\...................\SingleInstance.vbproj.user
.....................................................\.......\...................\SingleInstanceForm.resx
.....................................................\.......\...................\SingleInstanceForm.vb
.....................................................\.......\...................\SingleInstanceHandler.vb
.....................................................\VB 6.0
.....................................................\......\Form1.frm
.....................................................\......\Module1.bas
.....................................................\......\MSSCCPRJ.SCC
.....................................................\......\PreventMultipleInstances.exe
.....................................................\......\PreventMultipleInstances.vbp
.....................................................\......\PreventMultipleInstances.vbw
.....................................................\......\复件 PreventMultipleInstances.exe

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • Winsckdownloader
    支持断点续传带进度条的VB下载控件,有需要的就下载吧。(Support breakpoint continuingly download VB controls, with the progress bar has the need to download it.)
    2013-08-19 08:40:03下载
    积分:1
  • 0sendmail
    send email trogh your vb application using this fornm
    2010-03-10 12:46:34下载
    积分:1
  • Visual C++网络高级
    说明:  本书对Visual C++各种编程技术和TCP/IP进行系统介绍的基础上,重点讲解网络编程的高级应用、使用技巧和难点。(On the basis of a systematic introduction to various programming techniques of Visual C + + and TCP / IP, this book focuses on the advanced applications, skills and difficulties of network programming.)
    2021-03-19 22:31:59下载
    积分:1
  • BingJue-Communications-Test(110303)
    VB开发的IP测试程序,这是在我工作中写的调试程序,在配置文件中只需要写上相应的IP,程序就会循环测试IP地址是否在线,不在线的话就会报警提醒(VB development of IP test program, which is written in my work debugger, just write in the configuration file on the corresponding IP, the program will loop test IP address is online, not online, then it will alarm to remind)
    2014-01-27 13:56:19下载
    积分:1
  • username
    code for user name interface
    2010-05-07 19:42:30下载
    积分:1
  • Double-Dutch-Night-Reading
    当我们手中拿着神兵利器——WinDbg时,一切都在掌握之中。这本书将要告诉您的不是全面的汇编知识或未公开的Windows秘密,而是怎么从这些貌似天书的汇编代码中,一探Windows底层的核心实现。 在开发中出现的问题,能不能从Windows自身找到答案?如果您正在这样思考,无疑本书是为您度身订做的。 (When we hand magic weapon- WinDbg all in the hands. This book will tell you is not a comprehensive compilation of knowledge or undisclosed secrets of Windows, but how from these seemingly bible assembly code, and to explore the core implementation of the Windows bottom. Problems in the development, we can not find the answer from Windows itself? If you are thinking this way, no doubt this book is tailor-made for you. )
    2012-11-29 23:06:54下载
    积分:1
  • ExchangeServer2003PDF(1)
    反垃圾邮件技术研究现状及解决办法。用于邮件服务器研究(Anti-Spam)
    2009-05-31 10:21:02下载
    积分:1
  • Test-Mapx-Chuan
    Mapx4.5 software used to display 2D maps of MapInfo
    2011-10-19 11:25:33下载
    积分:1
  • QueryGeo
    一个地形查询器吧,可以查询坐标系和一些地理信息(A terrain query browser bar, you can query coordinate system and a number of geographic information)
    2008-04-22 13:11:22下载
    积分:1
  • SetClassOperaterOverload
    集合类(Set),用运算符重载实现并(+),差(—),交(×)等操作,并重载= 和-= ,实现Set S1,S2;…s1 = s2 和 S1-=S2;集合S1中去掉S2中的元素的操作 (Collections (Set), using operator overloading to achieve and (+), difference (-), cross (×) and other operations, and overloading = and-= to achieve Set S1, S2 ... s1 = s2 and S1-= S2 set S1 S2 removed in the operation of the elements)
    2010-05-21 21:22:42下载
    积分:1
  • 696518资源总数
  • 104988会员总数
  • 11今日下载