Message 1 of 6
VB.Net add-in abort button - ctrl + break
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I am creating an add-in which will run for quite a long time. When I was doing this with a macro and I wanted to cancel I could press CTRL + Break. This is as far as I know not possible with add-ins, is there any option I could have an abort or pause button on my form which can be pressed while running the inventor commands?
Ideally I would be able to 'pause' my code like I would when stepping through it while debugging. Cancelling the whole routine would also be okay.
Thanks in advance.