how to send messages to multiple systems

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chandru8
    New Member
    • Sep 2007
    • 145

    how to send messages to multiple systems

    hi to all
    i need to send messages to multiple systems which are all connected in the lan
    iam using vb6.0

    can any guide me

    thanks to all
  • jeffstl
    Recognized Expert Contributor
    • Feb 2008
    • 432

    #2
    These systems you describe probably have thier own data files\databases they read from.

    If you need to communicate with them you will need to have your program produce a data file that those system can read....or modify one of the data files\databases the system reads from.

    So if youve ever written to a database, or a data file using VB 6.0 you already know how to do this essentially.

    Comment

    • Torgg
      New Member
      • Dec 2007
      • 41

      #3
      I would recommend the winsock control to broadcast messages over a network to listening applications. I used it many years ago and it worked great. You'll need to search Google for code samples and further instruction.

      Torgg

      Comment

      Working...