Click here to Skip to main content
15,885,278 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
Madhu_Rani wrote:
If I have a click over START button of transmitted image, how server would open the START menu


Well this is pretty straight forward as well. If you click on the image representing the remote desktop you will receive a button message (e.g. WM_LBUTTONDOWN) which includes the mouse coordinates. The message and it's associated parameters (wParam/lParam) are simply transmitted to the remote desktop server which simulates the event. Since the mouse coordinates supplied are relative to the upper left hand corner of the window client area (on the remote client side) you shouldn't have to do any conversion. To simulate mouse and keyboard events on the server side you can make a call to SendInput().
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 
QuestionModelessDialog Pin
kumar sanghvi24-Jul-09 1:23
kumar sanghvi24-Jul-09 1:23 
AnswerRe: ModelessDialog Pin
«_Superman_»24-Jul-09 4:20
professional«_Superman_»24-Jul-09 4:20 

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.