Click here to Skip to main content
15,923,576 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to get display card information by C++? Pin
yungivan30-Apr-02 5:00
yungivan30-Apr-02 5:00 
AnswerRe: How to get display card information by C++? Pin
Paul M Watt30-Apr-02 5:37
mentorPaul M Watt30-Apr-02 5:37 
GeneralSet mouse position Pin
ISIS5530-Apr-02 4:39
ISIS5530-Apr-02 4:39 
GeneralRe: Set mouse position Pin
Paul M Watt30-Apr-02 5:01
mentorPaul M Watt30-Apr-02 5:01 
GeneralRe: Set mouse position Pin
ISIS5530-Apr-02 9:36
ISIS5530-Apr-02 9:36 
GeneralRe: Set mouse position Pin
Paul M Watt30-Apr-02 10:02
mentorPaul M Watt30-Apr-02 10:02 
GeneralRe: Set mouse position Pin
ISIS5530-Apr-02 10:26
ISIS5530-Apr-02 10:26 
GeneralRe: Set mouse position Pin
Philippe Mori30-Apr-02 13:16
Philippe Mori30-Apr-02 13:16 
SetCursorPos(x, y) where x and y are screen coordinates.

If you have client coordinates or coordinates relatives to another window, then you can uses function like MapWindowPoints or ClientToScreen to do the proper conversion.

Philippe Mori
GeneralCWaitCursor Pin
Steve Hopkins30-Apr-02 4:21
Steve Hopkins30-Apr-02 4:21 
GeneralRe: CWaitCursor Pin
lucy30-Apr-02 4:31
lucy30-Apr-02 4:31 
GeneralRe: CWaitCursor Pin
Steve Hopkins30-Apr-02 5:04
Steve Hopkins30-Apr-02 5:04 
GeneralRe: CWaitCursor Pin
Ravi Bhavnani30-Apr-02 9:08
professionalRavi Bhavnani30-Apr-02 9:08 
GeneralRe: CWaitCursor Pin
Philippe Mori30-Apr-02 13:27
Philippe Mori30-Apr-02 13:27 
GeneralDisabling button at runtime Pin
girishc30-Apr-02 4:18
girishc30-Apr-02 4:18 
GeneralRe: Disabling button at runtime Pin
lucy30-Apr-02 4:29
lucy30-Apr-02 4:29 
GeneralRe: Disabling button at runtime Pin
Roger Allen30-Apr-02 4:31
Roger Allen30-Apr-02 4:31 
GeneralMax # of variables passed before using struct Pin
Codin' Carlos30-Apr-02 4:16
Codin' Carlos30-Apr-02 4:16 
GeneralRe: Max # of variables passed before using struct Pin
Paul M Watt30-Apr-02 5:35
mentorPaul M Watt30-Apr-02 5:35 
GeneralRe: Max # of variables passed before using struct Pin
Paul M Watt30-Apr-02 10:04
mentorPaul M Watt30-Apr-02 10:04 
GeneralRe: Max # of variables passed before using struct Pin
Mike Nordell1-May-02 8:54
Mike Nordell1-May-02 8:54 
GeneralRe: Max # of variables passed before using struct Pin
Tim Smith30-Apr-02 6:01
Tim Smith30-Apr-02 6:01 
GeneralRe: Max # of variables passed before using struct Pin
Codin' Carlos30-Apr-02 9:05
Codin' Carlos30-Apr-02 9:05 
GeneralRe: Max # of variables passed before using struct Pin
Ravi Bhavnani30-Apr-02 9:11
professionalRavi Bhavnani30-Apr-02 9:11 
GeneralRe: Max # of variables passed before using struct Pin
Chris Losinger30-Apr-02 9:30
professionalChris Losinger30-Apr-02 9:30 
GeneralRe: Max # of variables passed before using struct Pin
Philippe Mori30-Apr-02 13:47
Philippe Mori30-Apr-02 13:47 

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.