Click here to Skip to main content
15,910,411 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Malloc / Free problem Pin
Jader8925-Oct-05 12:25
Jader8925-Oct-05 12:25 
AnswerRe: Malloc / Free problem Pin
Maximilien25-Oct-05 7:34
Maximilien25-Oct-05 7:34 
GeneralRe: Malloc / Free problem Pin
Jader8925-Oct-05 7:45
Jader8925-Oct-05 7:45 
AnswerRe: Malloc / Free problem Pin
Jader8925-Oct-05 7:58
Jader8925-Oct-05 7:58 
GeneralRe: Malloc / Free problem Pin
Jader8925-Oct-05 8:15
Jader8925-Oct-05 8:15 
QuestionNew notification code for subclassed CButton Pin
Roger Stoltz25-Oct-05 6:28
Roger Stoltz25-Oct-05 6:28 
AnswerRe: New notification code for subclassed CButton Pin
willy_total25-Oct-05 6:57
willy_total25-Oct-05 6:57 
GeneralRe: New notification code for subclassed CButton Pin
Roger Stoltz25-Oct-05 7:08
Roger Stoltz25-Oct-05 7:08 
Probably, but WM_USER has nothing to do with notification codes since WM_USER is a message ID.
When you handle the BN_CLICKED event, a WM_COMMAND message is sent from the child to the parent with a 16-bit notification code in the WPARAM parameter of the message. The other 16 bits are the ID of the control and the LPARAM parameter is the window handle of the control.
This is normally taken care of by the framework/MFC.

What I want is a new notification code that is guaranteed not to conflict with other notification codes for buttons.

--
Roger


It's supposed to be hard, otherwise anybody could do it!
Questionhow to obtain file permision (rwx) from web host? Pin
includeh1025-Oct-05 6:01
includeh1025-Oct-05 6:01 
QuestionRe: how to obtain file permision (rwx) from web host? Pin
David Crow25-Oct-05 7:30
David Crow25-Oct-05 7:30 
AnswerRe: how to obtain file permision (rwx) from web host? Pin
includeh1026-Oct-05 0:29
includeh1026-Oct-05 0:29 
QuestionRe: how to obtain file permision (rwx) from web host? Pin
David Crow26-Oct-05 2:47
David Crow26-Oct-05 2:47 
QuestionUsing a hook and hidden objects in windows. Pin
Maddo25-Oct-05 5:43
Maddo25-Oct-05 5:43 
QuestionVector mapping issue Pin
itkid25-Oct-05 5:13
itkid25-Oct-05 5:13 
Questionstrange behavior ... anybody knows ? Pin
FreeClimber25-Oct-05 4:42
FreeClimber25-Oct-05 4:42 
QuestionThanks for all your help + new help Pin
Tom Moore25-Oct-05 4:32
Tom Moore25-Oct-05 4:32 
AnswerRe: Thanks for all your help + new help Pin
FarPointer25-Oct-05 6:38
FarPointer25-Oct-05 6:38 
GeneralRe: Thanks for all your help + new help Pin
Tom Moore25-Oct-05 7:50
Tom Moore25-Oct-05 7:50 
AnswerRe: Thanks for all your help + new help Pin
ThatsAlok25-Oct-05 22:06
ThatsAlok25-Oct-05 22:06 
QuestionAutosave for SDI Pin
mark gooding25-Oct-05 4:16
mark gooding25-Oct-05 4:16 
QuestionSHGetIconOverlayIndex & GetProcAddress Pin
yarp25-Oct-05 3:44
yarp25-Oct-05 3:44 
AnswerRe: SHGetIconOverlayIndex & GetProcAddress Pin
kakan25-Oct-05 3:58
professionalkakan25-Oct-05 3:58 
QuestionCFileDialog Customization - Date Order Pin
Dave S25-Oct-05 3:20
Dave S25-Oct-05 3:20 
AnswerRe: CFileDialog Customization - Date Order Pin
Dave S25-Oct-05 5:56
Dave S25-Oct-05 5:56 
QuestionBilinear interpolation Pin
Arrun25-Oct-05 2:19
Arrun25-Oct-05 2:19 

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.