- Home
·
- Encryption
·
- Restricts an application to open further,if it's open.Saving RAM memory.
Restricts an application to open further,if it's open.Saving RAM memory.
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.
(2(2 Vote))
if app.previnstance = true then
'put desired code here
else
form1.show
end if
end sub
Restricts an application to open further,if it's open.Saving RAM memory. Comments
No comments yet — be the first to post one!
Post a Comment