I have pondered the same question Sean when trying to make a
floating/dockable window, unfortunately (as you say) the browser pane
implementation is flawed because you have to change the focus between your
own window in the pane and the Inventor one, which is not ideal.
The closest I came to getting something that was dockable was by using API
calls to determine the window geometry of the Inventor window itself and
setting the position of a floating window (inside an add-in DLL) accordingly
in a docked-to-the-left or docked-to-the-right position.
This was never satisfactory, unfortunately, because the window was only ever
floating on top and it never looked quite right... I would love to hear
about anyone that has had more success than me!
"Sean Dotson" wrote in message
news:3F25477F25BDCA3F99DEC5C2B687604D@in.WebX.maYIadrTaRb...
> You mean make a new browser pane in addition or in place of the current
> browser. I know how to make one in place of the current browser (like the
> library).
>
> I'd like to know if it's possible to make it such that we could dock the
app
> and keep it visible while you still use the current browser.
>
> --
> Sean Dotson, PE
> http://www.sdotson.com
> Check the Inventor FAQ for most common questions
> www.sdotson.com/faq.html
> --------------------------------------------------------------------------
--
> ------
> "Charles Bliss" wrote in message
> news:3F3E692B.3050109@cbliss.com...
> > You will probably need to make a browser pane. This will require
> > creating an OCX. There is an example of one in the VB Samples and it is
> > documented in the programming help. I have done a couple that way.
> >
> > Kent Keller wrote:
> >
> > >Does anyone have a idea if it is possible to make a user form dockable?
> Or better yet
> > >has anyone been able to do it? If so ... mind sharing
> > >
> > >--
> > >Kent
> > >Assistant Moderator
> > >Autodesk Discussion Forum Moderator Program
> > >
> > >
> > >
> > >
> > >
> >
>
>