Backspace issue in addin form window

Backspace issue in addin form window

fakeru
Advocate Advocate
464 Views
1 Reply
Message 1 of 2

Backspace issue in addin form window

fakeru
Advocate
Advocate

Hi, 

I have a window form from an addin, there I type some text in a textbox. When I hit backspace key, another instance of the form is invoked. 

I really don't want this, it is annoying. I know the backspece key will call the last command in Inventor and that's ok for me. But that should not be the case when you type some text.

Is it possible to fix the issue? 

Thanks

Autodesk Inventor 2015 Certified Professional
0 Likes
Accepted solutions (1)
465 Views
1 Reply
Reply (1)
Message 2 of 2

fakeru
Advocate
Advocate
Accepted solution

Actually it's not the backspace but the spacebar key and I have found the solution to this problem here

 

 

' myForm.Show(New WindowWrapper(m_inventorApplication.MainFrameHWND)

Autodesk Inventor 2015 Certified Professional