W
Wilfried Walpot
Hello,
I have made an add-in for Word 2000 with VB6. In this add-in I make a commandbar, add a button to the tools menu, i disable the buttons new,open,save as,... and I also disable the shortcuts using the keybinding objects for ctrl+N,ctrl+O,... Now when i disconnect/close word i throw away the commandbar, remove the button in the menu and clear the keybindings en enable the menu's again. When i start word without loading my add-in my commandbar appears but i have deleted it, I have found out that if I put the code for disable the keybindings in comment all goes well. Is there a known conflict between those things?
Thanx
Wilfried Walpot
I have made an add-in for Word 2000 with VB6. In this add-in I make a commandbar, add a button to the tools menu, i disable the buttons new,open,save as,... and I also disable the shortcuts using the keybinding objects for ctrl+N,ctrl+O,... Now when i disconnect/close word i throw away the commandbar, remove the button in the menu and clear the keybindings en enable the menu's again. When i start word without loading my add-in my commandbar appears but i have deleted it, I have found out that if I put the code for disable the keybindings in comment all goes well. Is there a known conflict between those things?
Thanx
Wilfried Walpot