Click here to Skip to main content
15,895,799 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Terminate an exe from another exe ? Pin
Trollslayer16-Aug-05 7:56
mentorTrollslayer16-Aug-05 7:56 
GeneralRe: Terminate an exe from another exe ? Pin
Amarelia16-Aug-05 18:12
Amarelia16-Aug-05 18:12 
GeneralRe: Terminate an exe from another exe ? Pin
Amarelia16-Aug-05 18:13
Amarelia16-Aug-05 18:13 
AnswerRe: Terminate an exe from another exe ? Pin
David Crow16-Aug-05 4:09
David Crow16-Aug-05 4:09 
GeneralRe: Terminate an exe from another exe ? Pin
Amarelia16-Aug-05 18:11
Amarelia16-Aug-05 18:11 
GeneralRe: Terminate an exe from another exe ? Pin
David Crow17-Aug-05 2:08
David Crow17-Aug-05 2:08 
GeneralChecking the type of mouse in Win32 Pin
SanjaySMK15-Aug-05 23:36
SanjaySMK15-Aug-05 23:36 
GeneralRe: Checking the type of mouse in Win32 Pin
mark novak16-Aug-05 0:27
mark novak16-Aug-05 0:27 
You can get some of the properties using GetSystemMetrics().

SM_CMOUSEBUTTONS will get you the number of buttons.
SM_MOUSEWHEELPRESENT will tell you if it has a wheel.
SM_SWAPBUTTON will tell you if they swapped their buttons (left handed).
QuestionHow to set image DPI Pin
a_du15-Aug-05 23:28
a_du15-Aug-05 23:28 
AnswerRe: How to set image DPI Pin
Chris Losinger16-Aug-05 4:00
professionalChris Losinger16-Aug-05 4:00 
GeneralProblem with list control Pin
zhaopi15-Aug-05 22:26
zhaopi15-Aug-05 22:26 
GeneralRe: Problem with list control Pin
Rage15-Aug-05 23:16
professionalRage15-Aug-05 23:16 
GeneralRe: Problem with list control Pin
Rage15-Aug-05 23:32
professionalRage15-Aug-05 23:32 
GeneralRe: Problem with list control Pin
zhaopi16-Aug-05 0:42
zhaopi16-Aug-05 0:42 
GeneralRe: Problem with list control Pin
Rage16-Aug-05 2:38
professionalRage16-Aug-05 2:38 
GeneralRe: Problem with list control Pin
David Crow16-Aug-05 4:23
David Crow16-Aug-05 4:23 
GeneralRe: Problem with list control Pin
zhaopi16-Aug-05 15:42
zhaopi16-Aug-05 15:42 
GeneralRe: Problem with list control Pin
Rage16-Aug-05 20:58
professionalRage16-Aug-05 20:58 
Generalsave/open in text Pin
cell5115-Aug-05 22:03
cell5115-Aug-05 22:03 
GeneralRe: save/open in text Pin
toxcct15-Aug-05 22:39
toxcct15-Aug-05 22:39 
Questioncan STL process wchar_t? Pin
xiaohe52115-Aug-05 21:58
xiaohe52115-Aug-05 21:58 
AnswerRe: can STL process wchar_t? Pin
mark novak16-Aug-05 0:22
mark novak16-Aug-05 0:22 
AnswerRe: can STL process wchar_t? Pin
4apai16-Aug-05 0:52
4apai16-Aug-05 0:52 
GeneralCreation DIME-envelope in C++ Pin
Ptmk15-Aug-05 21:36
Ptmk15-Aug-05 21:36 
GeneralRe: Creation DIME-envelope in C++ Pin
Ptmk16-Aug-05 3:16
Ptmk16-Aug-05 3:16 

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.