Jump to content
Xtreme .Net Talk

Recommended Posts

  • *Experts*
Posted
Is the service provider available on your computer? You don't have to work with different types any differently, DirectPlay does that for you.
Posted

why is this code doesn't work?

       Dim peer As Peer
       Dim hostAddress As Address
       Dim deviceAddress As Address
       hostAddress = New Address
       deviceAddress = New Address
       hostAddress.ServiceProvider = Address.ServiceProviderModem
       Dim desc As New ApplicationDescription
       peer.FindHosts(desc, Nothing, deviceAddress, Nothing, 0, 0, 0, FindHostsFlags.None, 0)

  • *Experts*
Posted
What doesnt work in it? It can't connect? Throws an exception? One thing that I noticed at the first look is that you don't set an application description properties whatsoever, for example you don't set a GUID, your application will not be able to find another one on the specified IP.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...