child windows & controls from an add-in
COM
1
Posts
1
Posters
4
Views
1
Watching
-
Hi, I'm writing an add-in in Visual C++. I'd like to attach my own docking dialog bar and child window to Visual C++ so it will look like an intergral part of it. I haven't been able to do that, and even though MSDN says that you can create modeless dialogs (because they don't have their own message pump), I HAVE seen an add-in called RadVC which similated a Visual Basic environment in Visual C++ - which indicates that it IS possible to do what I want. How can I do it then? Is there a specific COM interface for doing that? Thanks.