Results 1 to 9 of 9

Thread: client screen cature to server app

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2002
    Location
    calgary, ab
    Posts
    2

    Talking client screen cature to server app

    I have seen a few postings for a similar questions, but none really answered my questions.

    I am attempting to create a client/server application that passes a screen shot from a client computer to a server computer. I am using a module and form code that I have tested on a single computer and it works great. Now I have to pass the image
    somehow from the client to the server. I am using MSWinsock between the computers (but am open to any suggestions as to other ways to pass the image). Attached is the Module I use for the screen capture.


    This is the code in the form:
    Set imgList1.Picture = CaptureWindow(0, 0, 0, Screen.Width / Screen.TwipsPerPixelX, Screen.Height / Screen.TwipsPerPixelY)
    Attached Files Attached Files
    What's new will not always be...
    What's you will...

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