 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Piotr Borowski Guest
|
Posted: Thu Apr 27, 2006 4:03 pm Post subject: UPnP |
|
|
Greetings
I can read number of devices
but nothing more
can you help me?
do you have any ideas?
uses
UPNPLib_TLB;
procedure TForm1.Button1Click(Sender: TObject);
var
Finder: IUPnPDeviceFinder;
Devices : IUPnPDevices;
begin
Memo1.Lines.Clear;
Finder := CoUPnPDeviceFinder.Create;
if (Devices <> nil) then
begin
Memo1.Lines.Add('Count: ' + IntToStr(Devices.Count));
if Devices.Count > 0 then
begin
end;
end;
end;
--
Piotr Borowski
sorry za literki, ale pisze z Leicester |
|
| Back to top |
|
 |
Riki Wiki Google Guest
|
Posted: Sun Apr 30, 2006 8:03 am Post subject: Re: UPnP |
|
|
Hoi Piotr
| Quote: | I can read number of devices
but nothing more
can you help me?
do you have any ideas?
if (Devices <> nil) then
|
Where is Devices assigned?
If you need more help with this repost your question in the
b.p.d.internet.winsock newsgroup, and post there using the Borland news
server to make everybody see your message.
Take a look here:
<http://tinyurl.com/8m5nw>
which links to
<http://delphi.wikicities.com/wiki/Delphi_Newsgroups> |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|