customizing MS Word Menubar
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
How do i add a custom menu(command) in the Tools menubar of MS Word? Help please, i'm a beginner!! Also anyone knows how to disable the spell checker, progmatically??
Hi, For custom menu handling you have to use the concept of C0M Addin. Please have a look @ the following links. This may help you http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dno2kta/html/comaddins.asp[^] http://support.microsoft.com/?kbid=230689[^] http://www.cheztabor.com/AtlAddIn/[^] Sujan