Class TForm1 (unit Nstest6) |
Inherits from
TForm
procedure Button1Click(Sender: TObject);
procedure Button2Click(Sender: TObject);
sets the session to the last active window, or a new window
procedure Button3Click(Sender: TObject);
Button1 : TButton;
Button2 : TButton;
Button3 : TButton;
DdeClientConv1 : TDdeClientConv;
Edit1 and 2 text properties are set to two common URL address, complete
with the http://.
Edit1 : TEdit;
Edit2 : TEdit;
Edit3 : TEdit;
GroupBox1 : TGroupBox;
GroupBox2 : TGroupBox;
GroupBox3 : TGroupBox;
Label2 : TLabel;
Edit3 text property is set to 'c:\netscape\netscape'.
procedure Button1Click(Sender: TObject);
procedure Button2Click(Sender: TObject);
sets the session to the last active window, or a new window
procedure Button3Click(Sender: TObject);
Button1 : TButton;
Button2 : TButton;
Button3 : TButton;
DdeClientConv1 : TDdeClientConv;
Edit1 and 2 text properties are set to two common URL address, complete
with the http://. They are user editable for the purposes of typing in
a URL address to move netscape to.
Edit1 : TEdit;
Edit2 : TEdit;
Edit3 : TEdit;
GroupBox1 : TGroupBox;
GroupBox2 : TGroupBox;
GroupBox3 : TGroupBox;
Label2 : TLabel;
Edit3 text property is set to 'c:\netscape\netscape'. This text
value is user editable and must contain the complete path to netscape
WITHOUT it's .exe extension.