Connecting Tech Pros Worldwide Forums | Help | Site Map

Where could I find OLE commands to use word documents ?

dkultasev@gmail.com
Guest
 
Posts: n/a
#1: Jul 23 '05
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

ben
Guest
 
Posts: n/a
#2: Jul 23 '05

re: Where could I find OLE commands to use word documents ?


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
[color=blue]
> 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
>[/color]


Closed Thread