Couple of questions about toolbars
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I have two questions 1. Is there any way to retrieve information about toolbar resources (number of buttons, their ID's and images) without loading them into CToolBar object? 2. If look at VS .NET menu (which is actually a toolbar) you can notice that there is a one pixel distance between items, so if you move mouse over it no item will be selected. How it could be done? ________________________ Best regards, v0id