Custom Word toolbars
-
I'm trying to create a custom toolbar to be used inside MS Word, however I'd like it to contain edit boxes, custom icons, etc. I'd like to do this using VC++/MFC, but I can only find references to "custom command bars" using VBA. I'd like it to appear like Visual Assist's toolbar in DevStudio. If anyone has any suggestions, or could point me in the right direction I'd be very grateful. Alan.
-
I'm trying to create a custom toolbar to be used inside MS Word, however I'd like it to contain edit boxes, custom icons, etc. I'd like to do this using VC++/MFC, but I can only find references to "custom command bars" using VBA. I'd like it to appear like Visual Assist's toolbar in DevStudio. If anyone has any suggestions, or could point me in the right direction I'd be very grateful. Alan.
-Create your toolbar. -After that, you edit your resource by a editor, add any SEPARATOR neccesary in resource. -In OnCreate(), use method SetButtonInfo(..) of the toolbar to change the width of edit box (or combobox...) -Use Create(...) of edit box (or combo...) to create it onto the toolbar. Hung Son A Vietnamese student i-g.hypermart.net dlhson2001@yahoo.com