Click here to Skip to main content
15,896,730 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hello

how can I send a bytes in network-stream from server to client every specified time "timer"
???

please help
Posted

Before thinking about doing this the hard way, have a look at Apache ActiveMQ[^].

It's possible that this is more appropriate for your need.

Best regards
Espen Harlinn
 
Share this answer
 
Comments
Manas Bhardwaj 15-Jun-12 11:12am    
Good answer +5
Espen Harlinn 15-Jun-12 12:37pm    
Thank you, Manas!
VJ Reddy 20-Jun-12 22:52pm    
Good answer. 5!
Espen Harlinn 23-Jun-12 4:03am    
Thank you, VJ
You're going about this the wrong way. If you're looking to do remote desktop work of any kind, look into picking up a VNC library for .NET, such as VNCSharp[^] or .NET VNC Viewer[^].

Another alternative is Windows XP and above already has a Remote Desktop server built into it, so why not use what's already there?? Read this[^].
 
Share this answer
 
Comments
Manas Bhardwaj 15-Jun-12 11:12am    
Good answer +5
VJ Reddy 20-Jun-12 22:53pm    
Good answer. 5!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900