realbasic-games
[Top] [All Lists]

Subject: Re: Find Other Servers on LAN

To: realbasic-games at lists dot realsoftware dot com
Subject: Subject: Re: Find Other Servers on LAN
From: Tim Dykes <ttdykes at gmail dot com>
Date: Fri, 25 Feb 2005 07:33:34 +1100
Delivered-to: realbasic-games at lists dot realsoftware dot com
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=cmTpMj7F5dwLNtkiUcMxSce0Wkn8SEDN5WMWvolZKxHmUsQ2zwxX2r7AMEPI7jgNoP8Ljrb6F33RxpznxVs+f1OzHGW2wqLBVnNOLK92iWdfscy0NPSpBQKWn6z+M5qJCMQQI0qionlxuAidbzmaQPHAJN4bloI6WNTwwA00WQk=
References: <20050224180024 dot D8D39755A4E at lists dot realsoftware dot com>
> AutoDiscovery is the correct way.  Instead of giving up on it, pursue
> what the problem might be.  Any other solution is almost certainly
> going to end up being a reimplementation of AutoDiscovery.
> 
> Best,
> - Jo

well on my desktop computer nothing happens, on my laptop, the laptop
ip shows up twice, thats it, iv tryed 3 differnt codes from the RB
support page,

Register:
  autoDiscovery1.bind ( 7451 )
  AutoDiscovery1.Register("MyGroup")
  AutoDiscovery1.UpdateMemberList

get member list: 
  Dim s(-1) as String
  Dim i as Integer
  s= AutoDiscovery1.GetMemberList
  For i=0 to Ubound(s)
    ListBox1.addrow s(i)
  Next
Any IDeas?
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>
  • Subject: Re: Find Other Servers on LAN, Tim Dykes <=