|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Office Addins
Hi
Iīm writting a Com addin for office 2000. Because there isnīt enought documentation for vc++ i had to solve myself lots of problems, but i canīt solve this, please read. Office Shapes has the OnAction Property to execute a macros when i click on it. In VB works in that way; OnAction = "DoSomething" private sub DoSomething() end sub Iīm working with a Com Add-In wrote in VC++ but i donīt know how to do the same thing in VC++. I canīt use CComQIPtr types because i canīt see the OnAction property. Using invoke i can set the OnAction Property but what kind of string should i pass to tell OnAction that i want to execute a VC++ class member function when the shape is clicked ??? Thanks |
![]() |
| Viewing: Dev Articles Community Forums > Programming > General Programming Help > Office Addins |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|