C
CSharp
C++
Java
Visual Basic
HTML - CSS
Android
Asp
Asp.Net
Php
Python
JavaScript
SQL
XML
Assembly
ActiveX
API
Code Snippets
Database
Files Directories Drives
Forms
Graphics Games
Multimedia
Strings
Windows and Controls
More...
Visual Basic > Windows and Controls sample source codes
Visual Basic Code > Is this application already started
Is this application already started Public sub CheckSoftware(x as Form) dim SaveTitle$ If App.PrevInstance Then SaveTitle$ = App.Title MsgBox "This program is already in the air...." App.Title = "" x.Caption = "" AppActivate SaveTitle$ SendKeys "%{ENTER}", True End end If End Sub 'use as in the first form_load event Call CheckSoftware(form1)
Privacy Policy
|
Contact
|
Advertising
|
Link to Us
|
Directory