Right
I've created an ActiveX project and added a type library
library mwkLib;
uses
ComServ,
mwkLib_TLB in 'mwkLib_TLB.pas';
exports
DllGetClassObject,
DllCanUnloadNow,
DllRegisterServer,
DllUnregisterServer;
{$R *.TLB}
{$R *.RES}
begin
end.
how/where do i implement the methods I've declared in mwkLib_TLB?
TIA
Neven
----- Original Message -----
From: "Conor Boyd" <[EMAIL PROTECTED]>
To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]>
Sent: Tuesday, April 01, 2003 11:03 AM
Subject: RE: [DUG]: Kick in the right direction
> Don't know anything about the VB side, but the Delphi side should be
> relatively simple.
>
> Kyley has pointed you in the right direction.
>
> One pitfall to be aware of is that you might have stay on top problems,
i.e.
> your client app may try to show the form, but your form will come up
behind
> the client app. If this does happen, you can generally pass the HWnd of
the
> client window, and set it as the parent of your DLL form.
>
> More specific questions, drop us a line, and I'm sure we can help.
>
> Cheers,
>
> Conor
>
> -----Original Message-----
> From: Neven MacEwan [mailto:[EMAIL PROTECTED]
>
> A need to create a simple COM based Form application that can be called
from
> VB Script using CreateObject()
> --------------------------------------------------------------------------
-
> New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
> Website: http://www.delphi.org.nz
> To UnSub, send email to: [EMAIL PROTECTED]
> with body of "unsubscribe delphi"
> Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/
>
>
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/