M
mypicturefaded
I have a signature add-in that I have created, and I am having trouble
making use of my forms, cancel buttons.
The add-in automatically goes to the next method in the project, so if
I use this.Close() it closes the form, but it just skips to the next
method anyway. When I hit cancel, I want the add-in to stop, and not
move to the next step. I also can't use Environment.Close() because it
shuts down Word completely.
Is there something I am missing? How is there a way around this?
Thanks in advance!
making use of my forms, cancel buttons.
The add-in automatically goes to the next method in the project, so if
I use this.Close() it closes the form, but it just skips to the next
method anyway. When I hit cancel, I want the add-in to stop, and not
move to the next step. I also can't use Environment.Close() because it
shuts down Word completely.
Is there something I am missing? How is there a way around this?
Thanks in advance!