Download all you need here
ActiveX
[ Delphi ] – Send an e-mail through Outlook
May 4th
uses ComObj; procedure TForm1.Button16Click(Sender: TObject); const olMailItem = 0; olByValue = 1; var OutlookApp, MailItem, MyAttachments: OLEVariant; More >
[ Delphi ] – Register a OCX File
Mar 4th
uses OLECtl; var OCXHandle: THandle; RegFunc: TDllRegisterServer; More >
[ Delphi ] – Control mIRC with DDE
Mar 4th
uses DdeMan; procedure mIRCDDE(Service, Topic, Cmd: string); var DDE: TDDEClientConv; begin try DDE := TDDEClientConv.Create(nil); More >

