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: 

BrowserPanes.Add not working under Inventor 2014 64bit

1 REPLY 1
Reply
Message 1 of 2
frank.neumann.htw
253 Views, 1 Reply

BrowserPanes.Add not working under Inventor 2014 64bit

Hi,

 

I tried several variants of using BrowserPanes.Add with an ActiveX control based on the VB.NET sample "Module 20 - Browser" from https://github.com/ADN-DevTech/Inventor-Training-Material. Using Inventor 2014 on Windows 8.1 64bit I always run into a COMException with the following error code:

 

E_FAIL 0x80004005

Unspecified error

 

Does anybody have a suggestion how to get this properly running under 64bit?

 

As an alternative I read in the presentation under http://images.autodesk.com/adsk/files/inventor_2011_api.zip that adding .NET usercontrols should also be possible. Unfortunately I have never seen a working example for this functionality. Does anybody know how to achieve this?

 

Best regards,

 

Frank Neumann

 

 

Tags (1)
1 REPLY 1
Message 2 of 2

Hi,

 

as an alternative to add a control to the BrowserPane you could also make your own DockableWindow which can host WPF or win form controls.

A specific template on how to create a dockable window inside a C# project can be found here: http://adndevblog.typepad.com/manufacturing/2013/02/design-patterns-applied-to-the-inventor-api.html

 

hope it helps

Manuel

coolOrange
www.coolOrange.com
––––––––––––––––––
Please mark this response as "Accept as Solution" if it answers your question.
If you have found any post to be helpful, even if it's not a direct solution, then please provide that author kudos.


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

Post to forums  

Autodesk Design & Make Report