Hello,
You may try OleContainer component:
type
TForm1 = class(TForm)
oc: TOleContainer;
Button1: TButton;
procedure Button1Click(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form1: TForm1;
implementation
{$R *.DFM}
procedure TForm1.Button1Click(Sender
begin
oc.CreateObjectFromFile('c
oc.DoVerb(ovShow);
end;
Regards, Geo
Main Topics
Browse All Topics





by: ciulyPosted on 2006-05-16 at 03:57:57ID: 16689330
you might consider using ole automation: /kbcontrol ole/ om/article /0,1410,10 126,00.htm l
http://delphi.about.com/od
http://community.borland.c