Click here to Skip to main content
15,899,026 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCListBox with Checkboxes Pin
Cedric Moonen14-Jan-04 21:28
Cedric Moonen14-Jan-04 21:28 
GeneralRe: CListBox with Checkboxes Pin
kliviu14-Jan-04 21:39
kliviu14-Jan-04 21:39 
GeneralRe: CListBox with Checkboxes Pin
Cedric Moonen14-Jan-04 21:51
Cedric Moonen14-Jan-04 21:51 
GeneralRe: CListBox with Checkboxes Pin
Antti Keskinen14-Jan-04 21:47
Antti Keskinen14-Jan-04 21:47 
GeneralRe: CListBox with Checkboxes Pin
alex.barylski14-Jan-04 21:51
alex.barylski14-Jan-04 21:51 
GeneralRe: CListBox with Checkboxes Pin
Michael P Butler15-Jan-04 2:30
Michael P Butler15-Jan-04 2:30 
Questionhelp me! how will i handle user actions? Pin
Atilla Selem14-Jan-04 21:23
Atilla Selem14-Jan-04 21:23 
AnswerRe: help me! how will i handle user actions? Pin
Antti Keskinen14-Jan-04 21:36
Antti Keskinen14-Jan-04 21:36 
You can capture notification events (WM_NOTIFY) from the tree control in your parent window class's message map.

The implementation of the message map entry is as follows:
ON_NOTIFY( <notification message>, <control ID>, <member fxn> )
The above is a message-map entry in the parent window's message map which owns the tree control.

You then declare a member function member fxn that handles the notification message.

For more information about notifications and how they work, visit this link on the MSDN site.
For a list of notification messages sent by a tree control, see this site, again on the MSDN.

-Antti Keskinen

----------------------------------------------
The definition of impossible is strictly dependant
on what we think is possible.
QuestionWhere does VS 6.0 stores the path of a file ? Pin
Jerome Conus14-Jan-04 21:01
Jerome Conus14-Jan-04 21:01 
AnswerRe: Where does VS 6.0 stores the path of a file ? Pin
567890123415-Jan-04 2:53
567890123415-Jan-04 2:53 
GeneralReally Dumb (easy) Question Pin
Roger Wright14-Jan-04 20:28
professionalRoger Wright14-Jan-04 20:28 
GeneralRe: Really Dumb (easy) Question Pin
StHubi14-Jan-04 20:54
StHubi14-Jan-04 20:54 
GeneralRe: Really Dumb (easy) Question Pin
Cyberizen14-Jan-04 20:54
Cyberizen14-Jan-04 20:54 
GeneralRe: Really Dumb (easy) Question Pin
lobanovski14-Jan-04 20:55
lobanovski14-Jan-04 20:55 
GeneralRe: Really Dumb (easy) Question Pin
alex.barylski14-Jan-04 20:57
alex.barylski14-Jan-04 20:57 
GeneralRe: Really Dumb (easy) Question Pin
Roger Wright14-Jan-04 21:28
professionalRoger Wright14-Jan-04 21:28 
GeneralRe: Really Dumb (easy) Question Pin
Antti Keskinen14-Jan-04 22:07
Antti Keskinen14-Jan-04 22:07 
GeneralRe: Really Dumb (easy) Question Pin
Roger Wright15-Jan-04 4:30
professionalRoger Wright15-Jan-04 4:30 
GeneralRe: Really Dumb (easy) Question Pin
alex.barylski14-Jan-04 22:46
alex.barylski14-Jan-04 22:46 
GeneralRe: Really Dumb (easy) Question Pin
[James Pullicino]15-Jan-04 1:35
[James Pullicino]15-Jan-04 1:35 
GeneralRe: Really Dumb (easy) Question Pin
Roger Wright15-Jan-04 4:32
professionalRoger Wright15-Jan-04 4:32 
GeneralRe: Really Dumb (easy) Question Pin
David Crow15-Jan-04 7:58
David Crow15-Jan-04 7:58 
GeneralRe: Really Dumb Reply Pin
Monty215-Jan-04 0:14
Monty215-Jan-04 0:14 
Generalfilter control like Outlook Express message rules Pin
quzi14-Jan-04 20:07
quzi14-Jan-04 20:07 
General32 and 64 bits Pin
lobanovski14-Jan-04 20:07
lobanovski14-Jan-04 20:07 

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.