CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2002
    Posts
    5

    how to create remote viewer of real time data

    How can I connect a remote (accross network/internet)application to my current application's data structures?

    I want to create some type of remote viewer.

    Thanks for any help

    -Sam

  2. #2
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    then you need some sort of TCP/IP socket mechanism which will allow pass the data from one machine to another...

    you can define ports and write a simple chat app where another app will make use of this chat app and pass/get thro and fro datas...

    Paresh

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured