Click here to Skip to main content
16,016,165 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Is there a deeper, hidden meaning behind this. Pin
John R. Shaw11-Nov-05 9:13
John R. Shaw11-Nov-05 9:13 
GeneralRe: Is there a deeper, hidden meaning behind this. Pin
WREY14-Nov-05 7:15
WREY14-Nov-05 7:15 
AnswerRe: Is there a deeper, hidden meaning behind this. Pin
Owner drawn13-Nov-05 17:51
Owner drawn13-Nov-05 17:51 
QuestionCan not retrieve current URL address Pin
llp00na10-Nov-05 9:50
llp00na10-Nov-05 9:50 
AnswerRe: Can not retrieve current URL address Pin
*Dreamz10-Nov-05 17:35
*Dreamz10-Nov-05 17:35 
QuestionPackage load error in VS2005? Pin
TheGreatAndPowerfulOz10-Nov-05 8:38
TheGreatAndPowerfulOz10-Nov-05 8:38 
QuestionHow can I add a local hot key? Pin
DanYELL10-Nov-05 8:29
DanYELL10-Nov-05 8:29 
AnswerRe: How can I add a local hot key? Pin
David Crow10-Nov-05 8:41
David Crow10-Nov-05 8:41 
I assume you are talking about an accelerator. If so, you first need to add an entry to the accelerator table. Per MSDN:

1) Select the new-item box at the end of the list.
2) Type the key you want to use as an accelerator. The Accel Properties page appears, with the focus in the Key box.
3) Select an ID from the drop-down list in the ID box.
4) Change the modifier and type, if necessary. The modifier specifies whether the key you chose is a combination formed with CTRL, ALT, or SHIFT. The type indicates whether the key is an ASCII or a virtual key value.
5) Press ENTER.

You'll then need to call LoadAccelerators() to load the table. In your message pump, use TranslateAccelerator().


"Take only what you need and leave the land as you found it." - Native American Proverb


AnswerRe: How can I add a local hot key? Pin
Owner drawn10-Nov-05 18:04
Owner drawn10-Nov-05 18:04 
Questionhow to bold static text control Pin
elephantstar10-Nov-05 7:39
elephantstar10-Nov-05 7:39 
AnswerRe: how to bold static text control Pin
David Crow10-Nov-05 8:24
David Crow10-Nov-05 8:24 
GeneralRe: how to bold static text control Pin
elephantstar10-Nov-05 12:43
elephantstar10-Nov-05 12:43 
QuestionControl Data Entry in Console Applications Pin
Sabry190510-Nov-05 7:31
Sabry190510-Nov-05 7:31 
QuestionRe: Control Data Entry in Console Applications Pin
David Crow10-Nov-05 8:27
David Crow10-Nov-05 8:27 
QuestionHow can I reuse function in C file for my GUI MFC project Pin
Loc Milkyway10-Nov-05 7:22
Loc Milkyway10-Nov-05 7:22 
AnswerRe: How can I reuse function in C file for my GUI MFC project Pin
LighthouseJ10-Nov-05 7:39
LighthouseJ10-Nov-05 7:39 
GeneralRe: How can I reuse function in EXTERNAL C file for my GUI MFC project Pin
Loc Milkyway10-Nov-05 9:44
Loc Milkyway10-Nov-05 9:44 
GeneralRe: How can I reuse function in EXTERNAL C file for my GUI MFC project Pin
LighthouseJ10-Nov-05 10:14
LighthouseJ10-Nov-05 10:14 
Questionhelp please Pin
torniker10-Nov-05 7:01
torniker10-Nov-05 7:01 
QuestionRe: help please Pin
David Crow10-Nov-05 8:36
David Crow10-Nov-05 8:36 
AnswerRe: help please Pin
John R. Shaw10-Nov-05 18:12
John R. Shaw10-Nov-05 18:12 
GeneralRe: help please Pin
torniker13-Nov-05 0:30
torniker13-Nov-05 0:30 
Questionoperating system Pin
bpsmith6510-Nov-05 6:51
bpsmith6510-Nov-05 6:51 
AnswerRe: operating system Pin
LighthouseJ10-Nov-05 7:42
LighthouseJ10-Nov-05 7:42 
QuestionDamn it - why does this code compile? Pin
Chintoo72310-Nov-05 6:17
Chintoo72310-Nov-05 6:17 

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.