cmick31
Mechanical
- Jun 1, 2021
- 19
Hello all,
I am building a program that involves the use of a windows form. How I currently have it built out - the program goes through specific component one by one and pops open a windows form to fill out for attributes and other things. I've looked around the web and most people recommend using showdialog() which locks NX from being used while the window is open.
However, people here insist to have the ability to interact with NX and rotate around with the window open. Anyone have familiarity with building an application like this? How could I hang up my current dll from running until the window closes out while having access to NX?
Thanks for your time.
I am building a program that involves the use of a windows form. How I currently have it built out - the program goes through specific component one by one and pops open a windows form to fill out for attributes and other things. I've looked around the web and most people recommend using showdialog() which locks NX from being used while the window is open.
However, people here insist to have the ability to interact with NX and rotate around with the window open. Anyone have familiarity with building an application like this? How could I hang up my current dll from running until the window closes out while having access to NX?
Thanks for your time.