Socket communication

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • itsbunty07
    New Member
    • Feb 2008
    • 3

    #1

    Socket communication

    how can i establish a ethernet connection between to system in VB2005?
    what should be the port number to make communicate two system?
    i want to generate randon numbers in one system and the number should display in another system?
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Well an ethernet connection would be established by the physical media that connects to devices.
    A socket connection can be made with the Socket class. Check MSDN for its usage and examples.

    Comment

    • itsbunty07
      New Member
      • Feb 2008
      • 3

      #3
      Originally posted by Plater
      Well an ethernet connection would be established by the physical media that connects to devices.
      A socket connection can be made with the Socket class. Check MSDN for its usage and examples.
      i solved earlier problem with ur advice..one new problem i have-How can i make a continious graph using VB.Net? if some sample codes is available then please send me the path.
      thanks and regards'
      Bunty

      Comment

      Working...