Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

3 REPLIES 3
Reply
Message 1 of 4
panwanbin
277 Views, 3 Replies

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

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?
3 REPLIES 3
Message 2 of 4
Anonymous
in reply to: panwanbin

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
Message 3 of 4
panwanbin
in reply to: panwanbin

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.
Message 4 of 4
sharad1911
in reply to: panwanbin

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.

Tags (1)

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report