In a Dialog based MFC program, Can I use CToolBar class?
-
In a Dialog based MFC program, Can I use class CToolBar? or I just can use CToolBarCtrl? And how to add two CTolBarCtrls in the dialog based program?
-
In a Dialog based MFC program, Can I use class CToolBar? or I just can use CToolBarCtrl? And how to add two CTolBarCtrls in the dialog based program?
fantasy1215 wrote:
In a Dialog based MFC program, Can I use class CToolBar
Yes you can.. In the article http://www.codeproject.com/KB/shell/OpenedFileFinder.aspx[^], I have used two toolbars in a dialog. Refer it if you want a sample.
nave [OpenedFileFinder]
-
In a Dialog based MFC program, Can I use class CToolBar? or I just can use CToolBarCtrl? And how to add two CTolBarCtrls in the dialog based program?
-
fantasy1215 wrote:
In a Dialog based MFC program, Can I use class CToolBar
Yes you can.. In the article http://www.codeproject.com/KB/shell/OpenedFileFinder.aspx[^], I have used two toolbars in a dialog. Refer it if you want a sample.
nave [OpenedFileFinder]
Thanks very much for your reply. Yes, it will be very kind if you send me your sample. I'm fooled by it. Send the sample to this email: albertkong1984@gmail.com Thx.
-
Thanks very much for your reply. Yes, it will be very kind if you send me your sample. I'm fooled by it. Send the sample to this email: albertkong1984@gmail.com Thx.
-
In a Dialog based MFC program, Can I use class CToolBar? or I just can use CToolBarCtrl? And how to add two CTolBarCtrls in the dialog based program?
And how about adding two CToolBarCtrl in a dialog?