Board index » delphi » Help: MSagent ActiveX and Delphi
|
aq...@FreeNet.Carleton.CA (John Katic)
Delphi Developer |
Sun, 23 Dec 2001 03:00:00 GMT
Help: MSagent ActiveX and DelphiHi all, I have download MSAgent 2.0 and installed it. All I need right now is to initalize the little critters. {$R *.DFM} procedure TForm1.FormCreate(Sender: TObject); Agent1.Characters.Load('Genie',datapath); end; procedure TForm1.Button1Click(Sender: TObject); thanks in advance |
