Click here to Skip to main content
16,015,414 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: In MFC model less Dialogbox Pin
*Dreamz13-Nov-05 20:20
*Dreamz13-Nov-05 20:20 
GeneralRe: In MFC model less Dialogbox Pin
vikas amin13-Nov-05 21:04
vikas amin13-Nov-05 21:04 
Questionuse object itself as key in stl map Pin
yccheok13-Nov-05 19:18
yccheok13-Nov-05 19:18 
AnswerRe: use object itself as key in stl map Pin
Garth J Lancaster13-Nov-05 19:54
professionalGarth J Lancaster13-Nov-05 19:54 
AnswerRe: use object itself as key in stl map Pin
*Dreamz13-Nov-05 20:39
*Dreamz13-Nov-05 20:39 
GeneralRe: use object itself as key in stl map Pin
yccheok13-Nov-05 23:05
yccheok13-Nov-05 23:05 
Questionhow to make arrow keys work for help button in Cpropertysheet in MFC in VC++ Pin
simhadri13-Nov-05 18:56
simhadri13-Nov-05 18:56 
AnswerRe: how to make arrow keys work for help button in Cpropertysheet in MFC in VC++ Pin
Cool Ju13-Nov-05 22:05
Cool Ju13-Nov-05 22:05 
Is ur parent window is an activex control. If yes, then it will not work as expected. The problem is the ActiveX control doesn't own the message pump. The message pump is owned by the container application. Therefore, all the keystroke messages are taken by the container application and not dispatched to the modeless dialog box or propertysheet window.

Install a Windows WH_GETMESSAGE hook for the modeless dialog box/propertysheet derived class to allow it to intercept keystrokes and handle accelerators.

Bye

Cool Ju Cool | :cool:
GeneralRe: how to make arrow keys work for help button in Cpropertysheet in MFC in VC++ Pin
simhadri22-Nov-05 17:10
simhadri22-Nov-05 17:10 
QuestionI'm Sick Of GetPixel, Any Alternative? Pin
Owner drawn13-Nov-05 18:18
Owner drawn13-Nov-05 18:18 
AnswerRe: I'm Sick Of GetPixel, Any Alternative? Pin
James Brown13-Nov-05 20:20
James Brown13-Nov-05 20:20 
QuestionThread Blocking Pin
Nishad S13-Nov-05 18:08
Nishad S13-Nov-05 18:08 
AnswerRe: Thread Blocking Pin
22491713-Nov-05 23:15
22491713-Nov-05 23:15 
GeneralRe: Thread Blocking Pin
Nishad S13-Nov-05 23:27
Nishad S13-Nov-05 23:27 
AnswerRe: Thread Blocking Pin
Steen Krogsgaard14-Nov-05 2:14
Steen Krogsgaard14-Nov-05 2:14 
GeneralRe: Thread Blocking Pin
Nishad S14-Nov-05 2:21
Nishad S14-Nov-05 2:21 
GeneralRe: Thread Blocking Pin
Steen Krogsgaard14-Nov-05 2:25
Steen Krogsgaard14-Nov-05 2:25 
QuestionPlease help Pin
rajeevktripathi13-Nov-05 18:02
rajeevktripathi13-Nov-05 18:02 
AnswerRe: Please help Pin
chamilkab13-Nov-05 18:22
chamilkab13-Nov-05 18:22 
QuestionRe: Please help Pin
rajeevktripathi13-Nov-05 21:45
rajeevktripathi13-Nov-05 21:45 
AnswerRe: Please help Pin
chamilkab13-Nov-05 22:36
chamilkab13-Nov-05 22:36 
QuestionHow to SetFocus on Tree Item using ctrl key Pin
narayanagvs13-Nov-05 17:56
narayanagvs13-Nov-05 17:56 
Questionqustion on c++ inheritance Pin
ewighell13-Nov-05 17:18
ewighell13-Nov-05 17:18 
AnswerRe: qustion on c++ inheritance Pin
chamilkab13-Nov-05 17:42
chamilkab13-Nov-05 17:42 
GeneralRe: qustion on c++ inheritance Pin
toxcct13-Nov-05 22:21
toxcct13-Nov-05 22:21 

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.