Search found 2 matches

Go to advanced search

by p2o5
18 Jul 2009 15:33
Forum: Web and scripting
Topic: Help:ActiveX program in Delphi
Replies: 0
Views: 2346

Help:ActiveX program in Delphi

uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, OleCtrls, AXVLC_TLB; type TForm1 = class(TForm) VLCPlugin21: TVLCPlugin2; private id1,id2,id3 :Integer; ....... procedure TForm1.Button1Click(Sender: TObject); Var op : Array of String; begin setlength...
by p2o5
18 Jul 2009 15:31
Forum: Development around libVLC
Topic: Help: ActiveX program in Delphi
Replies: 1
Views: 755

Help: ActiveX program in Delphi

uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, OleCtrls, AXVLC_TLB; type TForm1 = class(TForm) VLCPlugin21: TVLCPlugin2; private id1,id2,id3 :Integer; ....... procedure TForm1.Button1Click(Sender: TObject); Var op : Array of String; begin setlength...

Go to advanced search