 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Ray Guest
|
Posted: Wed Apr 06, 2005 1:54 am Post subject: Windows script components |
|
|
Hello all,
I'm not sure how to instantiate and use a Windows Script Component from
Delphi. I've tried the following -
procedure TestWSC;
var
Writer: IUnknown;
begin
Writer := CreateOLEObject('MyLittleWriter.wsc');
//...
end;
- but then of course I can't use the methods of the component. What is
the correct way to do this?
Thank you in advance....
--Ray. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|