What is the idea behind that Do you want a dockable window that shows more views like the Output dock windoiw in VC6 Or do you just need Tabs for switching views.
Tab windows in a dialog bar alone doesn't make much sense to me. Simple buttons would be sufficient, or use use a real CTabCtrl inside the CDialogBar. Even this is possible.
I would like to place tabs on the Dialog Bar.The tabs can be switched using the main frame menu,and each tab has different controls for specific functions.I request you to kindly tell me how to implement this using "Code Jockey Library",which has ready to use classes for tabs etc. Thank You very much
Placing tabs on CDialogBar
Ngangom
What is the idea behind that Do you want a dockable window that shows more views like the Output dock windoiw in VC6 Or do you just need Tabs for switching views.
Tab windows in a dialog bar alone doesn't make much sense to me. Simple buttons would be sufficient, or use use a real CTabCtrl inside the CDialogBar. Even this is possible.
Kunal priyadarshi
Thank You very much