Can we fire our own procedure while Resize the Inventor's Mainframe?

Can we fire our own procedure while Resize the Inventor's Mainframe?

Anonymous
Not applicable
375 Views
3 Replies
Message 1 of 4

Can we fire our own procedure while Resize the Inventor's Mainframe?

Anonymous
Not applicable
hi, everyone,
i have developed several Forms in InventorAddin with the plateform of VB.NET, and when i resize the Inventor's MainFrame,It's hard for me to resize the forms which i developed. I nearly look through the SDK help for 10 times, but without any useful information about my difficulty.
can anyone give me some advice?
Can we fire our own procedure while Resize the Inventor's Mainframe?
0 Likes
376 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
There is currently not any event fired from Inventor that corresponds with
the main frame being resized. The only potential workaround I'm aware of
would be to monitor Windows messages.
--
Brian Ekins
Autodesk Inventor API
0 Likes
Message 3 of 4

Anonymous
Not applicable
Thank your Very much ! I have hanled this problem by
Set a form's parent with the Inventor MainFrame , and
catch that form's message by override the WndProc
and send messages to the forms which want to be
synchronized.
0 Likes
Message 4 of 4

Anonymous
Not applicable

HI,

 

I am facing the same problem. I want the 'resize event' of the inventor window, however I am not able to find anything about the same.

 

Please, Can you paste some code snippet. I am new to Inventor and COM programming.

Any help regarding the window resize event will be very helpful.

 

Thanks! God Bless You.

0 Likes