Click here to Skip to main content
15,919,358 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC question Pin
Neville Franks31-Mar-02 0:09
Neville Franks31-Mar-02 0:09 
GeneralA few drawing woes. Pin
soup27-Mar-02 12:09
soup27-Mar-02 12:09 
GeneralRe: A few drawing woes. Pin
Paul M Watt27-Mar-02 13:12
mentorPaul M Watt27-Mar-02 13:12 
GeneralRe: A few drawing woes. Pin
alex.barylski27-Mar-02 18:23
alex.barylski27-Mar-02 18:23 
GeneralRe: A few drawing woes. Pin
soup28-Mar-02 5:28
soup28-Mar-02 5:28 
GeneralRe: A few drawing woes. Pin
alex.barylski28-Mar-02 5:44
alex.barylski28-Mar-02 5:44 
General"Controlling" a laptop from my desktop Pin
svoida27-Mar-02 12:00
svoida27-Mar-02 12:00 
GeneralRe: "Controlling" a laptop from my desktop Pin
Paul M Watt27-Mar-02 13:39
mentorPaul M Watt27-Mar-02 13:39 
There is a sample hooks application in MSDN that you can checkout.

I think that the most difficult part of that program will be to create the client / server portion of the program to communicate the current position of the keyboard and mouse, and process the input events between the two computers.

In order to generate the mouse and keyboard events properly on the laptop from your computer, you can use mouse_event and keybd_event functions respectively.


GeneralRe: "Controlling" a laptop from my desktop Pin
Ravi Bhavnani28-Mar-02 6:51
professionalRavi Bhavnani28-Mar-02 6:51 
GeneralBinary Behavior Pin
Gerosa27-Mar-02 10:05
Gerosa27-Mar-02 10:05 
GeneralRe: Binary Behavior Pin
Maximilien27-Mar-02 11:12
Maximilien27-Mar-02 11:12 
GeneralRe: Binary Behavior Pin
Gerosa28-Mar-02 6:21
Gerosa28-Mar-02 6:21 
GeneralDialogs Pin
Tzoockee27-Mar-02 10:06
Tzoockee27-Mar-02 10:06 
GeneralRe: Dialogs Pin
Christian Graus27-Mar-02 10:12
protectorChristian Graus27-Mar-02 10:12 
GeneralRe: Dialogs Pin
lucy27-Mar-02 10:08
lucy27-Mar-02 10:08 
GeneralRe: Dialogs Pin
Tomasz Sowinski27-Mar-02 10:31
Tomasz Sowinski27-Mar-02 10:31 
GeneralRe: Dialogs Pin
Christian Graus27-Mar-02 10:12
protectorChristian Graus27-Mar-02 10:12 
GeneralRe: Dialogs Pin
Nish Nishant27-Mar-02 13:45
sitebuilderNish Nishant27-Mar-02 13:45 
QuestionWin API equivalent of cin? Pin
thx27-Mar-02 10:02
thx27-Mar-02 10:02 
AnswerRe: Win API equivalent of cin? Pin
Christian Graus27-Mar-02 10:11
protectorChristian Graus27-Mar-02 10:11 
AnswerRe: Win API equivalent of cin? Pin
Chris Losinger27-Mar-02 10:19
professionalChris Losinger27-Mar-02 10:19 
GeneralRe: Win API equivalent of cin? Pin
29-Mar-02 5:59
suss29-Mar-02 5:59 
AnswerRe: Win API equivalent of cin? Pin
Tomasz Sowinski27-Mar-02 10:15
Tomasz Sowinski27-Mar-02 10:15 
AnswerRe: Win API equivalent of cin? Pin
Ravi Bhavnani27-Mar-02 10:29
professionalRavi Bhavnani27-Mar-02 10:29 
GeneralRe: Win API equivalent of cin? Pin
Christian Graus27-Mar-02 10:26
protectorChristian Graus27-Mar-02 10:26 

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.