{*******************************************************}
{ Using URL protocol handlers in windows Demo }
{ Author by do2008 }
{ Connect Me: Mail:do2008@gmail.com OR QQ:305995625 }
{ 2006/12/07 at NN.GX }
{*******************************************************}
procedure TfrmDo2008.Button1Click(Sender: TObject);
begin
Memo1.Lines.Clear();
Memo1.Lines.Add('1. Run this demo;');
Memo1.Lines.Add('2. Click "Register do2008:// Protocol" Button to Register My Protocol ');
Memo1.Lines.Add('3. OK! Run your Explorer or IE,Input "do2008://hello,the world! " at the URL addres,then press Rnter! ');
Memo1.Lines.Add('4. Now,the Message will de display at this Memo;');
{*******************************************************}
{ Using URL protocol handlers in windows Demo }
{ Author by do2008 }
{ Connect Me: Mail:do2008@gmail.com OR QQ:305995625 }
{ 2006/12/07 at NN.GX }
{*******************************************************}
procedure TfrmDo2008.Button1Click(Sender: TObject);
begin
Memo1.Lines.Clear();
Memo1.Lines.Add('1. Run this demo;');
Memo1.Lines.Add('2. Click "Register do2008:// Protocol" Button to Register My Protocol ');
Memo1.Lines.Add('3. OK! Run your Explorer or IE,Input "do2008://hello,the world! " at the URL addres,then press Rnter! ');
Memo1.Lines.Add('4. Now,the Message will de display at this Memo;');