Click here to Skip to main content
15,898,687 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Beginner: Having trouble with LoadResource and Windows Pin
Gary R. Wheeler29-Feb-04 5:58
Gary R. Wheeler29-Feb-04 5:58 
GeneralRe: Beginner: Having trouble with LoadResource and Windows Pin
mjeb111129-Feb-04 12:12
mjeb111129-Feb-04 12:12 
GeneralDialogBar and Tab Controls Pin
krugger28-Feb-04 11:37
krugger28-Feb-04 11:37 
Generalregsvr32 and XP Pin
BaldwinMartin28-Feb-04 9:03
BaldwinMartin28-Feb-04 9:03 
GeneralDLL bitmap Pin
BaldwinMartin28-Feb-04 7:58
BaldwinMartin28-Feb-04 7:58 
GeneralRe: DLL bitmap Pin
Gary R. Wheeler29-Feb-04 6:22
Gary R. Wheeler29-Feb-04 6:22 
GeneralCaps Lock Pin
Archer28228-Feb-04 7:01
Archer28228-Feb-04 7:01 
GeneralRe: Caps Lock Pin
PJ Arends28-Feb-04 8:27
professionalPJ Arends28-Feb-04 8:27 
GetKeyState() is what I use, and I have had no problems with it. Just make sure you check only the low-order bit.
BOOL bCapsOn = GetKeyState(VK_CAPITAL) & 0x01;








Sonork 100.11743 Chicken Little

"You're obviously a superstar." - Christian Graus about me - 12 Feb '03

Within you lies the power for good - Use it!
GeneralRe: Caps Lock Pin
Archer28228-Feb-04 8:32
Archer28228-Feb-04 8:32 
GeneralRe: Caps Lock Pin
PJ Arends28-Feb-04 9:23
professionalPJ Arends28-Feb-04 9:23 
Generalflickering of controls Pin
JWood28-Feb-04 6:00
JWood28-Feb-04 6:00 
GeneralRe: flickering of controls Pin
alex.barylski28-Feb-04 10:36
alex.barylski28-Feb-04 10:36 
GeneralToolbar and transparent icons problem Pin
NodeX28-Feb-04 4:13
NodeX28-Feb-04 4:13 
Generalleft button mouse lock Pin
jmb2428-Feb-04 4:11
jmb2428-Feb-04 4:11 
GeneralRe: left button mouse lock Pin
PJ Arends28-Feb-04 9:52
professionalPJ Arends28-Feb-04 9:52 
Generalremote process creation Pin
Rubin Boban28-Feb-04 0:44
Rubin Boban28-Feb-04 0:44 
GeneralRe: remote process creation Pin
Antti Keskinen28-Feb-04 1:36
Antti Keskinen28-Feb-04 1:36 
Generala printing question Pin
saibetty27-Feb-04 23:59
saibetty27-Feb-04 23:59 
GeneralRe: a printing question Pin
Gary R. Wheeler28-Feb-04 6:41
Gary R. Wheeler28-Feb-04 6:41 
GeneralRe: a printing question Pin
saibetty10-Mar-04 21:28
saibetty10-Mar-04 21:28 
GeneralRe: a printing question Pin
Steve S1-Mar-04 6:44
Steve S1-Mar-04 6:44 
Questionglobalalloc = RAM? Pin
shinay27-Feb-04 22:25
shinay27-Feb-04 22:25 
AnswerRe: globalalloc = RAM? Pin
Antti Keskinen28-Feb-04 1:23
Antti Keskinen28-Feb-04 1:23 
QuestionHow I can embed an ActiveX control in the file dialog? Pin
quantum198127-Feb-04 21:15
quantum198127-Feb-04 21:15 
GeneralCButton & CReBar Pin
Bitzer.bit27-Feb-04 21:08
Bitzer.bit27-Feb-04 21:08 

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.