A
Ahmad Jalil Qarshi
hi!
i have placed my own activex control into Word document using following
function.
CComVariant varClsType("Ascertia.AscertiaObj.1");
MSWord::InlineShapePtr MyObj =
m_pWordApp->Selection->InlineShapes->AddOLEObject(&varClsType);
Now my activex control has different get and set properties like Caption,
BKColor,MyData etc. I want to access and modify those properties using VBA
or prefferably VC++ code from within Word.
anybody there to give me a hand.
Thanks in advance.
Ahmad Jalil Qarshi
i have placed my own activex control into Word document using following
function.
CComVariant varClsType("Ascertia.AscertiaObj.1");
MSWord::InlineShapePtr MyObj =
m_pWordApp->Selection->InlineShapes->AddOLEObject(&varClsType);
Now my activex control has different get and set properties like Caption,
BKColor,MyData etc. I want to access and modify those properties using VBA
or prefferably VC++ code from within Word.
anybody there to give me a hand.
Thanks in advance.
Ahmad Jalil Qarshi