auto hiding dialogboxes like in vs.net
-
How do I make a dialog box in my MFC SDI app behave like a AutoHiding dialog box in vs.net? (with the tab on the side)? -Steven Hicks
CPA
CodeProjectAddict
Actual Linux Penguins were harmed in the creation of this message.
More tutorials: Ltpb.8m.com: Tutorials |404Browser.com (Download Link)
-
How do I make a dialog box in my MFC SDI app behave like a AutoHiding dialog box in vs.net? (with the tab on the side)? -Steven Hicks
CPA
CodeProjectAddict
Actual Linux Penguins were harmed in the creation of this message.
More tutorials: Ltpb.8m.com: Tutorials |404Browser.com (Download Link)
If you are interested, there are a few libraries out there that can do this for you. One I found that is very good is Xtreme Docking Pane. See: http://www.codejock.com/products/dockingpane/. Very affordable and comes in MFC, ActiveX and .NET Windows Forms. Cheers, Scott Evans