Where could I find OLE commands to use word documents ?

D

dkultasev

I mean, I am trying to use Microsoft word with Borland C++ Builder.
I found some examples like that:
Variant V;
V = CreateOleObject("Word.Basic");
V.Exec(Procedure("AppShow"));
V.Exec(Procedure("FileNew") << "Normal");
V.Exec(Procedure("Insert") << "Hello from Borland");
The question is where could I find the list of commands like "Insert",
"FileNew" and so on.
Sincerely,
sidukas
 
B

ben

I have a strong feeling that most of the folks in this group are gonna tell
you you are off topic and kick you to one of the following:

microsoft.public.vc.language
microsoft.public.win32.programmer.ole
borland.public.cppbuilder.activex

ben
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top