can we have a toolbar on dialog
C / C++ / MFC
4
Posts
4
Posters
0
Views
1
Watching
-
Don't know where to start ?
Refer the Forums Guidelines and ask a friend -
cancerion wrote:
can we have a toolbar on dialog ???
Take a look at
CWnd::RepositionBars
.MSDN
has a nice sample on this too. For the sample you will have to searchMSDN
with the keyword asRepositionBars
.
Nibu thomas A Developer Programming tips[^] My site[^]
-
Yes and you can see examples on codeproject
WhiteSky