Results 1 to 2 of 2

Thread: A Networked Program

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2001
    Posts
    10

    Question

    Does anyone know how to code a program to be used over a network.

    Such as: Data is entered into a computer up front by a secretary. The boss wants to view this info on his computer in another room.

    How is this done?

  2. #2
    Fanatic Member Jerry Grant's Avatar
    Join Date
    Jul 2000
    Location
    Dorset, UK
    Posts
    810

    Cool You can do this in a number of ways....

    • Use a winsock control and write a chatroom style application.
    • Create a database to hold your shared data, and make accessible to both PCs from the network.
    • Place any data into text files on a shared network folder, for both PCs to access and load to a viewer with a timer control.


    It all depends on the type of application you require, and your level of programming skills. The other factor is the type of network you use, and if the data is to be seen immediately, or on demand (query).
    Jerry Grant................tnarG yrreJ
    Website: <JG-Design></.net>
    Email: [email protected]
    Working towards a bug free world......
    (Not a Microsoft employee)

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