Results 1 to 3 of 3

Thread: How can I share some online graphic to others computer?

  1. #1

    Thread Starter
    Hyperactive Member solar115's Avatar
    Join Date
    Apr 2002
    Location
    Thailand
    Posts
    268

    Question How can I share some online graphic to others computer?

    Like you found in Net Meeting that it can be share the paint (White Board) with online.

    I want to make my program can be share my screen ( it's mean try to capture present screen for share online to other) or some picture file that it will be opened in my program.

    How can I do it with VB?

    PS. I try to develop some program like Net Meeting for use in My Team (my network).
    ^solaris^

  2. #2
    Fanatic Member
    Join Date
    Oct 2000
    Location
    Oregon
    Posts
    962
    Using the winsocket, it should be possible to transmit a binary file (even if you must do it over the standered text mode). Just open the file in binary mode (will involve saving for screen shots), then send it though the socket in pieces with a beginning tag (so you can identify that it is a binary file not text) and piece it back togather at the other end.
    Involved in: Sentience

  3. #3

    Thread Starter
    Hyperactive Member solar115's Avatar
    Join Date
    Apr 2002
    Location
    Thailand
    Posts
    268
    Can you tell me more or give me with some Source Code?
    ^solaris^

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