Click here to Skip to main content
15,891,375 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionflickering issues with GDI+ Pin
Adassus24-Jul-09 3:26
Adassus24-Jul-09 3:26 
AnswerRe: flickering issues with GDI+ Pin
Iain Clarke, Warrior Programmer24-Jul-09 3:35
Iain Clarke, Warrior Programmer24-Jul-09 3:35 
AnswerRe: flickering issues with GDI+ Pin
Randor 24-Jul-09 9:12
professional Randor 24-Jul-09 9:12 
QuestionRemote Desktop Access by using client/server architecture Pin
Madhu_Rani24-Jul-09 3:20
Madhu_Rani24-Jul-09 3:20 
QuestionRe: Remote Desktop Access by using client/server architecture Pin
Moak25-Jul-09 0:04
Moak25-Jul-09 0:04 
AnswerRe: Remote Desktop Access by using client/server architecture Pin
Bacon Ultimate Cheeseburger25-Jul-09 16:20
Bacon Ultimate Cheeseburger25-Jul-09 16:20 
GeneralRe: Remote Desktop Access by using client/server architecture Pin
Madhu_Rani26-Jul-09 20:10
Madhu_Rani26-Jul-09 20:10 
GeneralRe: Remote Desktop Access by using client/server architecture Pin
Bacon Ultimate Cheeseburger29-Jul-09 18:35
Bacon Ultimate Cheeseburger29-Jul-09 18:35 
Madhu_Rani wrote:
I have studied the VNC source code and could not grasp it completely


I would go back and study it a bit more. There is a wealth of information available in open source remote desktop apps and not just in the source code. Review the change logs and the SVN history of files responsible for the functionality that you are particularly interested in. Seeing the problems they have had to deal with can give you an idea of what you might encounter during the development process. You can even go back to very early versions which might be a bit primitive but will be easier to understand.

Madhu_Rani wrote:
I would apprecaite if you guide me step by step.


At a very basic level most of what you are trying to accomplish is fairly straight forward. You might approach this by having your remote desktop server capture the desktop as an image, prepare the image data and then transmit it to the client. On the client you would then simply process the incoming image data and display it in a window. Without compression however you will be transmitting a significant amount of data for each screen update.
GeneralRe: Remote Desktop Access by using client/server architecture Pin
Madhu_Rani29-Jul-09 19:46
Madhu_Rani29-Jul-09 19:46 
GeneralRe: Remote Desktop Access by using client/server architecture Pin
Bacon Ultimate Cheeseburger29-Jul-09 20:40
Bacon Ultimate Cheeseburger29-Jul-09 20:40 
GeneralRe: Remote Desktop Access by using client/server architecture Pin
Madhu_Rani30-Jul-09 3:55
Madhu_Rani30-Jul-09 3:55 
QuestionMenu deletion Pin
transoft24-Jul-09 3:13
transoft24-Jul-09 3:13 
AnswerRe: Menu deletion Pin
«_Superman_»24-Jul-09 4:04
professional«_Superman_»24-Jul-09 4:04 
GeneralRe: Menu deletion Pin
transoft24-Jul-09 4:21
transoft24-Jul-09 4:21 
Questiongetting table names from MS Access (.mdb file) in MFC Pin
suthakar5624-Jul-09 2:54
suthakar5624-Jul-09 2:54 
QuestionRe: getting table names from MS Access (.mdb file) in MFC Pin
Rajesh R Subramanian24-Jul-09 2:57
professionalRajesh R Subramanian24-Jul-09 2:57 
AnswerRe: getting table names from MS Access (.mdb file) in MFC Pin
suthakar5624-Jul-09 3:21
suthakar5624-Jul-09 3:21 
GeneralRe: getting table names from MS Access (.mdb file) in MFC Pin
Rajesh R Subramanian24-Jul-09 4:20
professionalRajesh R Subramanian24-Jul-09 4:20 
AnswerRe: getting table names from MS Access (.mdb file) in MFC Pin
Muhammad Mazhar24-Jul-09 3:21
Muhammad Mazhar24-Jul-09 3:21 
QuestionCString to long Pin
Davitor24-Jul-09 2:40
Davitor24-Jul-09 2:40 
AnswerRe: CString to long Pin
Rajesh R Subramanian24-Jul-09 2:54
professionalRajesh R Subramanian24-Jul-09 2:54 
QuestionHow To Reduce time for populating the Data in Graph Format Pin
prashant_lathigara from india24-Jul-09 1:42
prashant_lathigara from india24-Jul-09 1:42 
AnswerRe: How To Reduce time for populating the Data in Graph Format Pin
Cedric Moonen24-Jul-09 2:39
Cedric Moonen24-Jul-09 2:39 
QuestionAdd-in Pin
john563224-Jul-09 1:32
john563224-Jul-09 1:32 
AnswerRe: Add-in Pin
Mahesh Kulkarni24-Jul-09 1:39
Mahesh Kulkarni24-Jul-09 1:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.