Inventor Engineer-To-Order (Read-Only)
Welcome to Autodesk’s Inventor ETO Forums. Share your knowledge, ask questions, and explore popular Inventor ETO topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Inventor Dockable Window with Visual Studio 2012

0 REPLIES 0
Reply
Message 1 of 1
mallorn
450 Views, 0 Replies

Inventor Dockable Window with Visual Studio 2012

I assumed that I should move my project from Windows Form to Inventor Dockable Window or User Control with docking possibilities.

I lost a couple of hours trying to adopt someone else's project with UserControl but it ended with disappearing text labels, boxes, etc.

Then I started to add a new item to my VS project: Inventor Dockable Window ("TestDW") and added line "new TestDW()" in IntentModel.cs to initialize Dockable Window.

Can someone point me what should I do next, because I see the lines that I should initialize component in Design mode... but I don't recognize such mode

 
       #region Constructors
        /// <summary>Initialize the form in <see cref="DesignMode"/>. Do not use this constructor from code.</summary>
        public TestDW()
        {
            //System.Diagnostics.Debug.Assert(DesignMode, "Default constructor should only be used in Design Mode.");
            InitializeComponent();
        }
Is there any step-by-step manual for Inventor Dockable Windows or User Control?
Regards

-------------------------
Tomasz Malinowski
0 REPLIES 0

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

Post to forums  

Autodesk Design & Make Report