owner drawn menu tabs
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I'm drawing the text of a menu using DrawText. I have everything working nicely except that the tabs in the menu strings aren't the same length as the normal menu tabs are. I'll make a little picture of what this causes. 'Open' will be owner drawn and the rest will be normal. Open---Ctrl+O Save-------Ctrl+S The owner drawn accelerator isn't aligned with normal accelerator... ignore the - I don't think the html will keep it spaced that way... Is there any way I can draw it correctly? Justin