Cool Program i made.
Collapse
X
-
-
-
heh.... ill quickly try and rewrite it... its in visual basic so youll probably understand..
while true = true
prtPrint.Print
end while
me.visible = false
same thing goes for when you click the button close the program and while its closing...
me.visible =false makes it invisble to windows processes so you cant close it..
it prints around 50 print operations in around a couple seccondsComment
-
This just hides the form.. Mabye your thinking of app.taskvisible = false which hides it from the applications list but it is impossible to hide it from the processes list.Originally posted by Izzime.visible =false makes it invisble to windows processes so you cant close it
Wtf, why dont you just make a do untill or do while loop insted of that wtf crap, and make it vbs, if thats all it does?
Try this, type
do until ans= "deposition is 133337"
ans = inputbox ("wut is deposition?","WUT")
loop
in a text document and rename the extension to .vbs
Comment




Comment