Click here to Skip to main content
15,909,539 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem with FindNextChangeNotification Pin
Dan Neely8-Feb-06 7:16
Dan Neely8-Feb-06 7:16 
QuestionRe: Problem with FindNextChangeNotification Pin
David Crow8-Feb-06 9:00
David Crow8-Feb-06 9:00 
AnswerRe: Problem with FindNextChangeNotification Pin
Dan Neely8-Feb-06 9:51
Dan Neely8-Feb-06 9:51 
GeneralRe: Problem with FindNextChangeNotification Pin
David Crow8-Feb-06 10:16
David Crow8-Feb-06 10:16 
GeneralRe: Problem with FindNextChangeNotification Pin
Dan Neely8-Feb-06 11:41
Dan Neely8-Feb-06 11:41 
GeneralRe: Problem with FindNextChangeNotification Pin
David Crow9-Feb-06 2:51
David Crow9-Feb-06 2:51 
QuestionTree control bug? Pin
Gary Wheeler8-Feb-06 4:24
Gary Wheeler8-Feb-06 4:24 
AnswerRe: Tree control bug? Pin
David Crow8-Feb-06 4:45
David Crow8-Feb-06 4:45 
Gary Wheeler wrote:
I'm using a tree control in a dialog box via a CTreeCtrl object, which is attached to the tree in the dialog resource via SubclassDlgItem in the dialog's OnInitDialog handler.


Is this necessary (calling SubclassDlgItem())? Why not just add a CTreeCtrl member variable to the dialog? You should then have something like the following in the dialog's DDX routine:

DDX_Control(pDX, IDC_TREE_CONTROL, m_tree_control);
I'm not saying this will solve your problem, but it more in line with what MFC is doing elsewhere.


"The greatest good you can do for another is not just to share your riches but to reveal to him his own." - Benjamin Disraeli


GeneralRe: Tree control bug? Pin
Gary Wheeler8-Feb-06 4:56
Gary Wheeler8-Feb-06 4:56 
AnswerRe: Tree control bug? Pin
James R. Twine8-Feb-06 4:59
James R. Twine8-Feb-06 4:59 
GeneralRe: Tree control bug? Pin
Gary Wheeler8-Feb-06 5:07
Gary Wheeler8-Feb-06 5:07 
AnswerRe: Tree control bug? Pin
Jack Puppy8-Feb-06 7:09
Jack Puppy8-Feb-06 7:09 
GeneralRe: Tree control bug? Pin
Gary Wheeler8-Feb-06 7:26
Gary Wheeler8-Feb-06 7:26 
QuestionHow to automatically start functioning Dailog based application Pin
Aqueel8-Feb-06 4:24
Aqueel8-Feb-06 4:24 
AnswerRe: How to automatically start functioning Dailog based application Pin
Maximilien8-Feb-06 4:33
Maximilien8-Feb-06 4:33 
GeneralRe: How to automatically start functioning Dailog based application Pin
Ryan Binns8-Feb-06 17:20
Ryan Binns8-Feb-06 17:20 
AnswerRe: How to automatically start functioning Dailog based application Pin
David Crow8-Feb-06 4:40
David Crow8-Feb-06 4:40 
AnswerRe: How to automatically start functioning Dailog based application Pin
Aqueel8-Feb-06 5:45
Aqueel8-Feb-06 5:45 
QuestionThunking issue Pin
indra208-Feb-06 3:56
indra208-Feb-06 3:56 
QuestionService can´t create objects Pin
Dyrl8-Feb-06 3:26
Dyrl8-Feb-06 3:26 
QuestionRe: Service can´t create objects Pin
David Crow8-Feb-06 3:32
David Crow8-Feb-06 3:32 
AnswerRe: Service can´t create objects Pin
Dyrl8-Feb-06 3:38
Dyrl8-Feb-06 3:38 
AnswerRe: Service can´t create objects Pin
Taka Muraoka8-Feb-06 3:42
Taka Muraoka8-Feb-06 3:42 
GeneralRe: Service can´t create objects Pin
Dyrl8-Feb-06 4:03
Dyrl8-Feb-06 4:03 
GeneralRe: Service can´t create objects Pin
Taka Muraoka8-Feb-06 4:07
Taka Muraoka8-Feb-06 4: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.