PostHELP SOS

Posts 12 of 2 · Page 1 of 1
HELP SOS
ok i made an injector and it works perfectly

but the only problem is that it doesnt close after it injects


anyone kno a code to add for a check box/ radio box
You already posted this, and the question was already answered.

You can

At the end of the process add

Code:
End
or

Code:
me.close
or it was suggested you use a trigger, like

Checkbox triggered on injection start
and end of injection check if it is checked

Code:
If checkbox1.checked=true then 
end 
else
'do nothing or
'msgbox "Injection Failed" ' or something along those lines
end if
You can create a label, or textbox that is = "done" when injection is complete and a timer that checks the text of the label or textbox for "done".... etc. etc.


there are 101 ways to do this, if you are modifying uglehs code, he already has a End statment after injection,
Posts 12 of 2 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

Need help?