Click here to Skip to main content
15,915,062 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to get the Window-Title Pin
3-Dec-00 20:30
suss3-Dec-00 20:30 
GeneralRight Click in Tree Control Pin
Larry Antram30-Nov-00 0:55
Larry Antram30-Nov-00 0:55 
GeneralRe: Right Click in Tree Control Pin
NormDroid30-Nov-00 2:38
professionalNormDroid30-Nov-00 2:38 
GeneralTCP/UDP Packets (2 easy questions) Pin
Dan Madden29-Nov-00 23:36
Dan Madden29-Nov-00 23:36 
GeneralRe: TCP/UDP Packets (2 easy questions) Pin
Tim Deveaux2-Dec-00 4:41
Tim Deveaux2-Dec-00 4:41 
GeneralRe: TCP/UDP Packets (2 easy questions) Pin
Dan Madden3-Dec-00 21:00
Dan Madden3-Dec-00 21:00 
GeneralMouse capture Pin
29-Nov-00 18:58
suss29-Nov-00 18:58 
GeneralRe: Mouse capture Pin
Christian Graus30-Nov-00 11:45
protectorChristian Graus30-Nov-00 11:45 
Do you mean what the cursor is set to ? GetCursor will return the current cursor for you. If you mean where the mouse appears, then GetCursorPos will return the mouse pos, and there are VK_ definitions for the mouse buttons, so you can get them as you would any other key.

Christian

The content of this post is not necessarily the opinion of my yadda yadda yadda.

To understand recursion, we must first understand recursion.
GeneralRe: Mouse capture Pin
30-Nov-00 18:18
suss30-Nov-00 18:18 
GeneralRe: Mouse capture Pin
Christian Graus30-Nov-00 18:41
protectorChristian Graus30-Nov-00 18:41 
GeneralRe: Mouse capture Pin
30-Nov-00 20:31
suss30-Nov-00 20:31 
GeneralRe: Mouse capture Pin
Christian Graus1-Dec-00 14:39
protectorChristian Graus1-Dec-00 14:39 
GeneralRe: Mouse capture Pin
2-Dec-00 2:49
suss2-Dec-00 2:49 
GeneralRe: Mouse capture Pin
Christian Graus3-Dec-00 13:58
protectorChristian Graus3-Dec-00 13:58 
GeneralCALLBACK function question Pin
29-Nov-00 14:38
suss29-Nov-00 14:38 
GeneralRe: CALLBACK function question Pin
Michael Dunn29-Nov-00 17:00
sitebuilderMichael Dunn29-Nov-00 17:00 
GeneralRe: CALLBACK function question Pin
29-Nov-00 19:48
suss29-Nov-00 19:48 
GeneralRe: CALLBACK function question Pin
Erik Funkenbusch30-Nov-00 11:02
Erik Funkenbusch30-Nov-00 11:02 
GeneralRe: CALLBACK function question Pin
1-Dec-00 6:32
suss1-Dec-00 6:32 
GeneralRe: CALLBACK function question Pin
Erik Funkenbusch1-Dec-00 12:39
Erik Funkenbusch1-Dec-00 12:39 
GeneralRe: CALLBACK function question Pin
5-Dec-00 1:10
suss5-Dec-00 1:10 
QuestionC++? Visual C++? Pin
29-Nov-00 11:48
suss29-Nov-00 11:48 
AnswerRe: C++? Visual C++? Pin
Erik Funkenbusch29-Nov-00 13:25
Erik Funkenbusch29-Nov-00 13:25 
AnswerRe: C++? Visual C++? Pin
Christian Graus29-Nov-00 14:46
protectorChristian Graus29-Nov-00 14:46 
AnswerRe: C++? Visual C++? Pin
30-Nov-00 1:29
suss30-Nov-00 1:29 

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.