|
-
Dec 12th, 2002, 10:06 PM
#1
Thread Starter
Hyperactive Member
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).
-
Dec 12th, 2002, 10:39 PM
#2
Fanatic Member
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.
-
Dec 12th, 2002, 10:43 PM
#3
Thread Starter
Hyperactive Member
Can you tell me more or give me with some Source Code?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|