Welcome to Dream.In.Code
Become a VB Expert!

Join 137,228 VB Programmers for FREE! Get instant access to thousands of VB experts, tutorials, code snippets, and more! There are 1,896 people online right now. Registration is fast and FREE... Join Now!




broadcast my screen to all connected computers

 
Reply to this topicStart new topic

broadcast my screen to all connected computers, HELP NEEDED

b0njing
17 Feb, 2007 - 11:30 PM
Post #1

New D.I.C Head
*

Joined: 17 Feb, 2007
Posts: 1


My Contributions
i need help..

how can i broadcast my screen to all connected computers?

can you guys give me a link that i can learn how to do it?..
can i do that with pure VB 6.0?

thanks in advance
User is offlineProfile CardPM
+Quote Post

KeyWiz
RE: Broadcast My Screen To All Connected Computers
18 Feb, 2007 - 04:03 PM
Post #2

D.I.C Regular
Group Icon

Joined: 26 Oct, 2006
Posts: 428


Dream Kudos: 125
My Contributions
The easiest way would to be to post the image to a web page which all computers would view.

User is offlineProfile CardPM
+Quote Post

NickDMax
RE: Broadcast My Screen To All Connected Computers
18 Feb, 2007 - 04:15 PM
Post #3

2B||!2B
Group Icon

Joined: 18 Feb, 2007
Posts: 2,859



Thanked: 50 times
Dream Kudos: 550
My Contributions
Basicly what you ask for is not very easy, there is no real infestructure that would allow one to broadcast a screen shot to a bunch of computers. It seems that an easy way would be to make a basic TCP/IP socket application. Basicly a one-way chat program for images.

Assumptions: There is a teach who need his students to see his screen as he covers some material. (Note that there are professional programs for just such purposes).

The teacher will run a server application, and the students will run a client application.

The students computers open a socket to the teachers computer, which in turn broadcasts image data back to the students computer.

The big problem is size of the image and the time it takes to download the image... This means that the whole screen can't be sent over and over. Some kind of compression will be needed. One idea is to only send the differance between one sample and the next. Since moving the mouse or typing or even scrolling does not change the image much this might be a good way to go.

The Teachers computer will also need to broadcast the image to all of the computers at once. This implies that the teachers computer will have to run a broadcast which is ussualy a UDP not TCP type connection.
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 12/4/08 03:07PM

Live VB Help!

VB Tutorials

Reference Sheets

VB Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month