Been playing with Add-Ins in 10 using Visual Studio 10 for most of the day. Interesting stuff. I seem to be being pushed in this direction with the switch to .NET from VBA, so I'm just diving in.
I have a few examples of buttons, tools, toolbars, etc. up and running, but what I really need to figure out are the Dockable Windows as part of an Add-In. The documentation is pretty lean in this area other than saying the are "easy" using the new Add-Ins. I have a Dockable Window added to my Add In, but I am having a heck of a time figuring out how to get it to display. I'd like to simply click on a button and have the Dockable Window displayed. It appears that this window should be able to hold the gammut of .NET controls, so I should be able to migrate a bit of my existing VBA Forms over to these Dockable Windows.
Can anyone please point me in the right direction or give a sample?
Thanks much!
-Tony