How to dock the views?
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Hi, I want to dock the views in my MFC Application that means views can be drag and drop from one place of my frame area to other.How can it possible? Please help me ganesh
-
I dotn know about Views but you can dock dialogs using CDialogBar which View types you wanna make docable??
I want to dock the views which are derived from CView.