 |
|
 |
I want to learn .net ,can you give me some advice ,such as which books to read ? thank you!
|
|
|
|
 |
|
 |
Starts the service and run the client and give localhost as server address. But nothing is displayed in the window. shows "Error, could not connect to server %s on port The thread 'Win32 Thread' (0xcb0) has exited with code 0 (0x0)." Can anybody tel me the flow of this application and how it works?
|
|
|
|
 |
|
 |
Hi Andy! Kool Kode there. I'm having a small problem though, that it's way too too too slow. Was the performance at your side quite OK? Can you tell me which part might be taking most time & why? Thanks!
|
|
|
|
 |
|
 |
Hi, you should phase out using this code and instead use the Remote Control PCs[^] article. It is, by default, a desktop viewer!
Thanks,
Andy
|
|
|
|
 |
|
 |
Remote Control Desktop System[^]
This update was coded in Visual Studio 2005 on Vista 64. There are 32 and 64 bit builds available.
Hope you enjoy it!
Andy
|
|
|
|
 |
|
 |
What happened to the update?
|
|
|
|
 |
|
|
 |
|
|
 |
|
 |
Hi there,
I want to implement remote desktop concept in PHP. But is unable to find the starting point of it.
Please guide me thorugh the procedure to develop an apllication of such a kind.
Will be greatfull to recieve your reply. Kindly send ur reply on my e-mail id.
askpaul7@gmail.com
|
|
|
|
 |
|
 |
A word,slow!but it's really good code!
|
|
|
|
 |
|
 |
HI - First,Let me tell you that this is one of the best article which i come across.But iam facing some problem.Iam able to see my desktop sucessfully by Providing "localhost" as server address and port number is your birthdate .Is this application works only in intranet or internet also?Iam not able to see the remote desktop of my friend who is sharing same wireless internet of mine.
Thanks and Rgds,
VamsiDhar.MBC
SoftwareEngineer.
|
|
|
|
 |
|
 |
hey, can you provide the executeables? i cannot compile these because i am using visual studio express. so i dont know what the end result is.
thanx, jt
|
|
|
|
 |
|
 |
Lord knows I'm not the brightest bulb... but I've followed the complile and installation instructions and when I try to start the remotedesktopservice using the Services dialog I get: "Could not start the Remote Desktop Server services on local computer. Error 3: The system can not find the path specified." I double checked the path info in services and it is correct. I looked in the code for a call to another file. nothing. I put the QuickCompress.dll file in the same directory as the EXE. I'm stumped for now. Any Ideas?
|
|
|
|
 |
|
 |
how to i get this working ?? i downloaded the file but i dont know what to do help me please...
|
|
|
|
 |
|
 |
Hi,
I want to find out how the application send the special key (e.g shift, alt, tab, arrow etc) from the application. If there is any particular module for these.
|
|
|
|
 |
|
 |
Hi,
I want to find out how the application send the special key (e.g shift, alt, tab, arrow etc) from the application. If there is any particular module for these then please reply.
|
|
|
|
 |
|
 |
can you please guide me. I've downloaded rvdl.zip for remote desktop viewing but I don't see any install files. can you view another pc's screen while they are working on their desktop, just for viewing purposes only. please help. thanks
rock
|
|
|
|
 |
|
 |
It's more efficient to compress frames first in RLE and next with zlib...
|
|
|
|
 |
|
 |
i'am interest with RDVL. I want to learn more about it. Have documentation or detail?? Please...give me more!!! Cantact immediatly to my e-mail at "andi_taz6@yahoo.co.id"...Thank B4...God bless you much !!!
|
|
|
|
 |
|
 |
The RemoteDesktop is crashing for me in the BandRefresh method. The statement is: memcpy(pXorBits,pBuffer,uiTotalBytes); in RemoteDesktopView.cpp. Any ideas??
April
|
|
|
|
 |
|
 |
Hi,
I have read this article its a good article ragrding to remote PC application.
In Whats Next section of this article Andy have mentioned that we can use
multiple socket connections to to handle more than one data stream at a time.
I have certain questions regarding to that:
Should we open all socket connections at start of client/server session?
If so then how?
and if the no of segments of the grid are very large say 64 then whether
we should open connections for each segment or not?
If we do so then we are going to reserve a lot of ports.
Is it right?
Plz give me certain suggestions that how can i implement this idea
in an efficient way and in which order i should open socket connections?
Thanx.
|
|
|
|
 |
|
 |
Since you are sending images why are you sending via lossless compression techniques? You may be better using 7zip to transmit it. But my clean easy choice would be just to compress it as JPEG images (down to about 60-100KB instead of 1 MB) and send those. The text should still be legible. Also, you could then figure out what has changed between frames only only update those sections say like little 60x60 JPEGs.
Just my two cents,
Kory
|
|
|
|
 |
|
 |
This is working but the graphic transfer is really slow with some odd affects. Good work though and very interesting code.
Thomas Ward
|
|
|
|
 |
|
 |
Hi,
where can I find Huffman Compression information ?
Can you send me the URL ?
Rogerio
|
|
|
|
 |
|
 |
http://en.wikipedia.org/wiki/Huffman_coding
|
|
|
|
 |