17 Ağustos 2011 Çarşamba

Başlat menusu proğramlarının tesbit edilmesi


{Forma bir ListBox, bir Buton, birde DDEClientConv nesnesi ekleyip, Service ve Topic özelli?ini "Progman" olarak giriniz.}

var
B:Pchar;

procedure TForm1.Button1Click(Sender: TObject);
begin
ListBox1.Items.clear;
B := DDEClientConv1.RequestData('Gr oups');
ListBox1.Items.SetText(B);
StrDispose(B);
end;

Hiç yorum yok:

Yorum Gönder