Click here to Skip to main content
15,902,840 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralHelp: I can not set focus to an Edit Box. Pin
bin892212-Aug-03 11:51
bin892212-Aug-03 11:51 
GeneralRe: Help: I can not set focus to an Edit Box. Pin
Neville Franks12-Aug-03 12:53
Neville Franks12-Aug-03 12:53 
GeneralRe: Help: I can not set focus to an Edit Box. Pin
Anonymous12-Aug-03 14:28
Anonymous12-Aug-03 14:28 
GeneralTool Tip Weirdness Pin
Diarrhio12-Aug-03 11:51
Diarrhio12-Aug-03 11:51 
QuestionHow can I display text next to the toolbar button when the mouse is on top of it? Pin
ElizabethC12-Aug-03 11:47
ElizabethC12-Aug-03 11:47 
AnswerRe: How can I display text next to the toolbar button when the mouse is on top of it? Pin
ElizabethC12-Aug-03 13:06
ElizabethC12-Aug-03 13:06 
Generalkey pressed and bitmap button pressed ! Pin
Member 50419912-Aug-03 11:41
Member 50419912-Aug-03 11:41 
GeneralRe: key pressed and bitmap button pressed ! Pin
PremL13-Aug-03 6:05
PremL13-Aug-03 6:05 
You can find out how to make the three buttons with bitmaps on them here on the code project. The MSDN library also has information on this topic. Once you are done with the buttons, you should have a function associated with each button.

From there you have to listen for keyboard events. Should a key you are interested in be pressed, you just call the function for the proper button you want to press.


Lorenz Prem
Microsoft Corporation
GeneralODBC DoDataExchange() Pin
Jan Hirak12-Aug-03 10:23
Jan Hirak12-Aug-03 10:23 
Generaldirect-x or open-gl knowledge Pin
includeh1012-Aug-03 10:22
includeh1012-Aug-03 10:22 
GeneralRe: direct-x or open-gl knowledge Pin
ZoogieZork12-Aug-03 11:26
ZoogieZork12-Aug-03 11:26 
GeneralRe: direct-x or open-gl knowledge Pin
includeh1013-Aug-03 7:45
includeh1013-Aug-03 7:45 
GeneralSending file Pin
MemLeak12-Aug-03 10:07
MemLeak12-Aug-03 10:07 
GeneralRe: Sending file Pin
Jörgen Sigvardsson12-Aug-03 13:35
Jörgen Sigvardsson12-Aug-03 13:35 
GeneralRe: Sending file Pin
PJ Arends12-Aug-03 17:20
professionalPJ Arends12-Aug-03 17:20 
GeneralRtclick on the Tree control is not working Pin
Binayak12-Aug-03 9:28
Binayak12-Aug-03 9:28 
GeneralRe: Rtclick on the Tree control is not working Pin
HPSI12-Aug-03 13:30
HPSI12-Aug-03 13:30 
GeneralRe: Rtclick on the Tree control is not working Pin
Binayak12-Aug-03 13:37
Binayak12-Aug-03 13:37 
QuestionShould i use a progress control? Pin
keegan12-Aug-03 8:33
keegan12-Aug-03 8:33 
AnswerRe: Should i use a progress control? Pin
Heath Stewart12-Aug-03 8:44
protectorHeath Stewart12-Aug-03 8:44 
GeneralRe: Should i use a progress control? Pin
keegan12-Aug-03 8:52
keegan12-Aug-03 8:52 
GeneralRe: Should i use a progress control? Pin
John M. Drescher12-Aug-03 9:02
John M. Drescher12-Aug-03 9:02 
GeneralRe: Should i use a progress control? Pin
Heath Stewart12-Aug-03 9:24
protectorHeath Stewart12-Aug-03 9:24 
GeneralRe: Should i use a progress control? Pin
John M. Drescher12-Aug-03 9:34
John M. Drescher12-Aug-03 9:34 
AnswerRe: Should i use a progress control? Pin
keegan12-Aug-03 8:59
keegan12-Aug-03 8:59 

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.