VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Restricts an application to open further,if it's open.Saving RAM memory.

by Prabir kumar Das (7 Submissions)
Category: Encryption
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sun 27th May 2007
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Restricts an application to open further,if it's open.Saving RAM memory.

API Declarations


'From the project menu go to -> project1 properties->set start-up object to main. create a simple exe from file menu and watch it.

Rate Restricts an application to open further,if it's open.Saving RAM memory.



if app.previnstance = true then
    'put desired code here
else
     form1.show
end if
end sub

Download this snippet    Add to My Saved Code

Restricts an application to open further,if it's open.Saving RAM memory. Comments

No comments have been posted about Restricts an application to open further,if it's open.Saving RAM memory.. Why not be the first to post a comment about Restricts an application to open further,if it's open.Saving RAM memory..

Post your comment

Subject:
Message:
0/1000 characters