Click here to Skip to main content
15,893,588 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Animated GIF's as back ground under push buttons in MFC Pin
kishoresajja18-Jun-09 11:44
kishoresajja18-Jun-09 11:44 
GeneralRe: Animated GIF's as back ground under push buttons in MFC Pin
kishoresajja22-Jun-09 9:55
kishoresajja22-Jun-09 9:55 
AnswerRe: Animated GIF's as back ground under push buttons in MFC Pin
kilt17-Jun-09 20:46
kilt17-Jun-09 20:46 
GeneralRe: Animated GIF's as back ground under push buttons in MFC Pin
kishoresajja18-Jun-09 11:44
kishoresajja18-Jun-09 11:44 
QuestionConnecting Push buttons by arrow lines in MFC Form View Pin
kishoresajja17-Jun-09 13:48
kishoresajja17-Jun-09 13:48 
AnswerRe: Connecting Push buttons by arrow lines in MFC Form View Pin
«_Superman_»17-Jun-09 16:28
professional«_Superman_»17-Jun-09 16:28 
QuestionSOLVED MFC and F1 help [modified] Pin
Vaclav_17-Jun-09 13:29
Vaclav_17-Jun-09 13:29 
AnswerRe: MFC and F1 help Pin
Ozer Karaagac17-Jun-09 15:08
professionalOzer Karaagac17-Jun-09 15:08 
There is some information concerning context-sensitive help support of MFC on MSDN. You may want to examine MFC source files like winfrm.cpp, winfrmx.cpp and apphelpx.cpp for CFrameWnd and CWinApp classes.

You may use accelerator table resources to intercept other keys like F1 below.
IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE 
BEGIN
    VK_F1,          ID_CONTEXT_HELP,        VIRTKEY, SHIFT
    VK_F1,          ID_HELP,                VIRTKEY 
END

You may also benefit from mnemonic keys for form controls.
AnswerRe: MFC and F1 help Pin
Jijo.Raj17-Jun-09 20:50
Jijo.Raj17-Jun-09 20:50 
AnswerRe: MFC and F1 help Pin
chandu00417-Jun-09 21:10
chandu00417-Jun-09 21:10 
AnswerSOLVED MFC and F1 help using PreTranslateMessage [modified] Pin
Vaclav_18-Jun-09 9:10
Vaclav_18-Jun-09 9:10 
QuestionAlias an Array of Pointers Pin
Skippums17-Jun-09 11:00
Skippums17-Jun-09 11:00 
AnswerRe: Alias an Array of Pointers Pin
Ozer Karaagac17-Jun-09 11:44
professionalOzer Karaagac17-Jun-09 11:44 
AnswerRe: Alias an Array of Pointers Pin
Stuart Dootson17-Jun-09 12:15
professionalStuart Dootson17-Jun-09 12:15 
Questionsmart pointers Pin
siva45517-Jun-09 8:19
siva45517-Jun-09 8:19 
AnswerRe: smart pointers Pin
CPallini17-Jun-09 9:03
mveCPallini17-Jun-09 9:03 
AnswerRe: smart pointers Pin
Stuart Dootson17-Jun-09 9:54
professionalStuart Dootson17-Jun-09 9:54 
QuestionATL Server Web Service on Vista / IIS 7 and VS2005 Pin
Condorito17-Jun-09 7:53
Condorito17-Jun-09 7:53 
QuestionUser detailes from Outlook Pin
kasi1417-Jun-09 6:52
kasi1417-Jun-09 6:52 
AnswerRe: User detailes from Outlook Pin
Stuart Dootson17-Jun-09 7:15
professionalStuart Dootson17-Jun-09 7:15 
Questioncoding related to mac address Pin
amitkalani117-Jun-09 5:29
amitkalani117-Jun-09 5:29 
QuestionScrollbar in CStatic derived class Pin
kk.tvm17-Jun-09 2:34
kk.tvm17-Jun-09 2:34 
QuestionRe: Scrollbar in CStatic derived class Pin
David Crow17-Jun-09 2:39
David Crow17-Jun-09 2:39 
AnswerRe: Scrollbar in CStatic derived class Pin
kk.tvm17-Jun-09 20:53
kk.tvm17-Jun-09 20:53 
GeneralRe: Scrollbar in CStatic derived class Pin
chandu00418-Jun-09 0:46
chandu00418-Jun-09 0:46 

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.