M
Mary
I've written a COM add-in for Office in C++ and everything works fine
using Extensibility2 (OnConnection, OnDisconnection, etc.).
But, when I move my icon, close Word, and then launch Word again, my
icon appears in the original location and not the new location I just
moved it to.
How can I get the new position of the icon OnDisconnection (and I
assume that I would just save it to the registry)? And, how do a set
this new position OnConnection for the icon?
Any suggestions would be greatly appreciated.
Also, if anyone knows of a good book that goes over this that would be
helpful.
Thank you.
-Mary
using Extensibility2 (OnConnection, OnDisconnection, etc.).
But, when I move my icon, close Word, and then launch Word again, my
icon appears in the original location and not the new location I just
moved it to.
How can I get the new position of the icon OnDisconnection (and I
assume that I would just save it to the registry)? And, how do a set
this new position OnConnection for the icon?
Any suggestions would be greatly appreciated.
Also, if anyone knows of a good book that goes over this that would be
helpful.
Thank you.
-Mary