A
Ahmad Jalil Qarshi
hi!
i have made my own custom object for MS Word. i have successfully inserted
it into the Word document. now i want to append my own menu with this
object. I made my own menu for my object and showed it on the right mouse
button click event. it works fine when you first time insert the object
using a toolbar button. but when you save the document or resize the object
the it shows MS Words own context menu for right mouse button click event.
now i want to append my menu with this MS Word's context menu. i dont know
how to do that. plz help me. i m using VC7 and COM. but i think that a VBA
code may also help me.
The place where i want to append my menu is
Cut
Copy
Paste
MyObj Object Convert
...... MenuClick1
..... MenuClick2
..... MenuClick3
....
i.e the menu will apend under "Convert" menu item.
Thanks in advance.
Ahmad Jalil Qarshi
i have made my own custom object for MS Word. i have successfully inserted
it into the Word document. now i want to append my own menu with this
object. I made my own menu for my object and showed it on the right mouse
button click event. it works fine when you first time insert the object
using a toolbar button. but when you save the document or resize the object
the it shows MS Words own context menu for right mouse button click event.
now i want to append my menu with this MS Word's context menu. i dont know
how to do that. plz help me. i m using VC7 and COM. but i think that a VBA
code may also help me.
The place where i want to append my menu is
Cut
Copy
Paste
MyObj Object Convert
...... MenuClick1
..... MenuClick2
..... MenuClick3
....
i.e the menu will apend under "Convert" menu item.
Thanks in advance.
Ahmad Jalil Qarshi