Results 1 to 2 of 2

Thread: API to Remotes

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2001
    Location
    Connecticut
    Posts
    855

    API to Remotes

    Hi All:
    Can one computer access a remote (peer to peer LAN) to get system information directly through the windows api? I would like to set the date fields in a multiuser Access db based on the mdb file's host. Clients use a VB front end. I know in theory how to do this indirectly with programmed remote components.

    Thanx

  2. #2
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    Not directly. You'd need to use a client/server app using Winsock. The client could request that the server app uns the relevant API's on the remote machine, then it returns the values to the client. That's what I would do anyway.

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