03-31-2019
11:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
03-31-2019
11:38 PM
While it is a non-UI based method it can still be used to show preview of a part on the UI. For example check out this article http://help.autodesk.com/view/INVNTOR/2018/ENU/?guid=GUID-06D49EB6-7871-4A1B-917F-756735B5D0E7
It supplies a window handle of a control and the preview can be drawn inside that control. I tried getting the preview from the OnPaint event but it did not work.
Also, the articles in my post show that it is possible. But either something's changed since they were written or I'm missing something obvious.