You already posted this, and the question was already answered.
You can
At the end of the process add
or
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,