J
jez
Kinda difficult to explain the problem. Basically I'm using the
signatureCapture from HoodCanalSystems. It captures the signature by
capturing the part of the screen where the signature control is located.
This means that when I have a MessageBox on top of that signatureControl,
the MessageBox will be captured as well. You're in with me so far?
Good so, this is my problem : I ask for confirmation from the user with a
MessageBox Yes/No if no email address was entered. If the user clicks Yes
then it should save the signature. It does it fine, the only problem is that
the MessageBox does not dissapear straight away. I.e. it's still on the
screen when the signature is being saved (i checked it out in debug mode).
Is there any way to refresh the screen or make that MessageBox go away as
soon as the user clicked either Yes or No. I.e. I don't want to wait until
the end of the method for the MessageBox to dissapear.
Thanks !
jez
signatureCapture from HoodCanalSystems. It captures the signature by
capturing the part of the screen where the signature control is located.
This means that when I have a MessageBox on top of that signatureControl,
the MessageBox will be captured as well. You're in with me so far?
Good so, this is my problem : I ask for confirmation from the user with a
MessageBox Yes/No if no email address was entered. If the user clicks Yes
then it should save the signature. It does it fine, the only problem is that
the MessageBox does not dissapear straight away. I.e. it's still on the
screen when the signature is being saved (i checked it out in debug mode).
Is there any way to refresh the screen or make that MessageBox go away as
soon as the user clicked either Yes or No. I.e. I don't want to wait until
the end of the method for the MessageBox to dissapear.
Thanks !
jez