Link to home
Start Free TrialLog in
Avatar of Kawsarjan
Kawsarjan

asked on

someting about OLE

i made a MS Wordart Like Program
how can i make my program can Call form Wiword as an object Like WordArt and insert text's to Word document.
Avatar of Kawsarjan
Kawsarjan

ASKER

Adjusted points to 75
You can write it as OLE object or ActiveX then you can insert it in your documents.
Avatar of RBertora
Any progress?
Rob ;-)
an example would be good :-)
ASKER CERTIFIED SOLUTION
Avatar of RBertora
RBertora
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi Rob

I think what you did is the opposite of what Kawsarjan intendet to do, isn't it?
it'd good, thanks guys.
Hi,
your exmaple was good, i learned a new thing.
but my main target is about how i can insert, delete, replace, analysis and
calculate words in active opem document.
and also how i can call my App by clicking 'Insert Object' menu.
To find your Object in the Insert Object Dialog you have to set a key named 'Insertable' in the registry.

For example a Microsoft Excel Worksheet appears in the insert object dialog cause of this key:
HKEY_CLASSES_ROOT\CLSID\{00020810-0000-0000-C000-000000000046}\Insertable

Regards, ptm.
Hmm sorry.. Glad Kawsarjan learnt something new and anyway I also learnt something new so I'm not dissapointed :-)
Rob ;-)