Click here to Skip to main content
15,921,156 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DLL Pin
AntonlioX15-Jul-05 19:50
AntonlioX15-Jul-05 19:50 
Generalstring in .mc file or as IDS_ resource Pin
xcavin15-Jul-05 4:36
xcavin15-Jul-05 4:36 
GeneralRe: string in .mc file or as IDS_ resource Pin
David Crow15-Jul-05 4:59
David Crow15-Jul-05 4:59 
GeneralRe: string in .mc file or as IDS_ resource Pin
Michael Dunn15-Jul-05 6:25
sitebuilderMichael Dunn15-Jul-05 6:25 
GeneralRe: string in .mc file or as IDS_ resource Pin
xcavin15-Jul-05 18:30
xcavin15-Jul-05 18:30 
GeneralIE Settings Pin
Usman Tasleem Akshaf15-Jul-05 4:32
Usman Tasleem Akshaf15-Jul-05 4:32 
Generalexplorer bar Pin
mks_codeproject15-Jul-05 4:27
mks_codeproject15-Jul-05 4:27 
Generalcombobox event in propertypage Pin
stevy8215-Jul-05 4:08
stevy8215-Jul-05 4:08 
GeneralRe: combobox event in propertypage Pin
David Crow15-Jul-05 4:20
David Crow15-Jul-05 4:20 
GeneralRe: combobox event in propertypage Pin
stevy8215-Jul-05 4:37
stevy8215-Jul-05 4:37 
GeneralRe: combobox event in propertypage Pin
David Crow15-Jul-05 4:53
David Crow15-Jul-05 4:53 
GeneralRe: combobox event in propertypage Pin
stevy8215-Jul-05 5:05
stevy8215-Jul-05 5:05 
GeneralRe: combobox event in propertypage Pin
David Crow15-Jul-05 6:29
David Crow15-Jul-05 6:29 
GeneralRe: combobox event in propertypage Pin
stevy8217-Jul-05 20:58
stevy8217-Jul-05 20:58 
GeneralRe: combobox event in propertypage Pin
Jose Lamas Rios15-Jul-05 5:17
Jose Lamas Rios15-Jul-05 5:17 
GeneralRe: combobox event in propertypage Pin
stevy8217-Jul-05 20:58
stevy8217-Jul-05 20:58 
GeneralRe: combobox event in propertypage Pin
Jose Lamas Rios18-Jul-05 2:30
Jose Lamas Rios18-Jul-05 2:30 
GeneralRe: combobox event in propertypage Pin
stevy8218-Jul-05 2:43
stevy8218-Jul-05 2:43 
GeneralRe: combobox event in propertypage Pin
Jose Lamas Rios18-Jul-05 4:57
Jose Lamas Rios18-Jul-05 4:57 
GeneralRe: combobox event in propertypage Pin
stevy8218-Jul-05 5:05
stevy8218-Jul-05 5:05 
GeneralRe: combobox event in propertypage Pin
Jose Lamas Rios18-Jul-05 5:21
Jose Lamas Rios18-Jul-05 5:21 
stevy82 wrote:
Of course, I'm allowed to write code

Oh, good! That's an start Smile | :)

stevy82 wrote:
Which other restrictions (in fact there are no other restrictions than avoiding to create such sub classes) does it depend on?

Who is imposing that restriction? A silly restriction, if you don't mind my sincerity. Is this a real world program, or is it some sort of test? What's the reason for not wanting to derive the CPropertyPage? Please explain that.

stevy82 wrote:
I just wonder how to get the CBN_SELCHANGE message passed to the view.

The easiest and logical way to do it is to derive the page, receive the notification there and pass it to wherever you want or need. It can also be done in other not so direct ways. For example, you might subclass[^] a window, either the combobox itself or its parent page, but perhaps that's against the rules too?



--
jlr
http://jlamas.blogspot.com/[^]
GeneralRe: combobox event in propertypage Pin
stevy8218-Jul-05 6:26
stevy8218-Jul-05 6:26 
GeneralRe: combobox event in propertypage Pin
Jose Lamas Rios18-Jul-05 6:51
Jose Lamas Rios18-Jul-05 6:51 
QuestionHow to get mouse events in console application Pin
Bin2Hex15-Jul-05 3:34
Bin2Hex15-Jul-05 3:34 
GeneralSerial number Validation Pin
ovia15-Jul-05 2:23
ovia15-Jul-05 2:23 

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.