-
Dockable Dialogs
Hi,
Does anybody know how to create a form that can be docked inside another application. I know that this can done in C++ and I think you need to use the CDialogBar class.
Has anybody seen a VB App. with this kind of functionality??
If so is there any sample code that I could take a peek at??
Thanks in advance, Gibbo
-
Well, the CDialogBar class is part of MFC, which is written in C++, but isn't intrinsic. If you want to do it using the API (as all programmers should) I expect it's more complicated ;)
I recall something on PSC a while ago, so you might try there :)