Click here to Skip to main content
15,918,808 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Visual Studio DependencyWalker Pin
Vasudevan Deepak Kumar5-Oct-05 22:07
Vasudevan Deepak Kumar5-Oct-05 22:07 
AnswerRe: Visual Studio DependencyWalker Pin
Marc Soleda5-Oct-05 22:12
Marc Soleda5-Oct-05 22:12 
GeneralRe: Visual Studio DependencyWalker Pin
toxcct5-Oct-05 22:18
toxcct5-Oct-05 22:18 
AnswerRe: Visual Studio DependencyWalker Pin
David Crow6-Oct-05 2:27
David Crow6-Oct-05 2:27 
GeneralRe: Visual Studio DependencyWalker Pin
toxcct6-Oct-05 2:41
toxcct6-Oct-05 2:41 
QuestionHandle to CListCtrl Control? Pin
bosfan5-Oct-05 21:32
bosfan5-Oct-05 21:32 
AnswerRe: Handle to CListCtrl Control? Pin
Adi Narayana6-Oct-05 2:06
Adi Narayana6-Oct-05 2:06 
AnswerRe: Handle to CListCtrl Control? Pin
David Crow6-Oct-05 2:31
David Crow6-Oct-05 2:31 
It is a bad design to assume that the dialog box owns the list control. Instead, send the message to the dialog and let it route it on to the control as it sees fit. This way the control can be changed without the calling routine needing to know the details.


"One must learn from the bite of the fire to leave it alone." - Native American Proverb


AnswerRe: Handle to CListCtrl Control? Pin
bosfan6-Oct-05 9:29
bosfan6-Oct-05 9:29 
Questiondialog box Pin
swaapu5-Oct-05 21:31
swaapu5-Oct-05 21:31 
AnswerRe: dialog box Pin
vikas amin5-Oct-05 22:19
vikas amin5-Oct-05 22:19 
AnswerRe: dialog box Pin
FarPointer7-Oct-05 1:21
FarPointer7-Oct-05 1:21 
QuestionMFC application does not open up Pin
Boaz V5-Oct-05 20:56
Boaz V5-Oct-05 20:56 
AnswerRe: MFC application does not open up Pin
Marc Soleda5-Oct-05 21:12
Marc Soleda5-Oct-05 21:12 
GeneralRe: MFC application does not open up Pin
Boaz V5-Oct-05 21:16
Boaz V5-Oct-05 21:16 
GeneralRe: MFC application does not open up Pin
Marc Soleda5-Oct-05 21:58
Marc Soleda5-Oct-05 21:58 
GeneralRe: MFC application does not open up Pin
Boaz V5-Oct-05 22:42
Boaz V5-Oct-05 22:42 
AnswerRe: MFC application does not open up Pin
vikas amin5-Oct-05 22:26
vikas amin5-Oct-05 22:26 
GeneralRe: MFC application does not open up Pin
Boaz V5-Oct-05 22:44
Boaz V5-Oct-05 22:44 
AnswerRe: MFC application does not open up Pin
Boaz V5-Oct-05 22:59
Boaz V5-Oct-05 22:59 
GeneralRe: MFC application does not open up Pin
Marc Soleda5-Oct-05 23:26
Marc Soleda5-Oct-05 23:26 
GeneralRe: MFC application does not open up Pin
vikas amin5-Oct-05 23:40
vikas amin5-Oct-05 23:40 
QuestionHow to change the Icon of my EXE ? Pin
Amarelia5-Oct-05 20:32
Amarelia5-Oct-05 20:32 
AnswerRe: How to change the Icon of my EXE ? Pin
Boaz V5-Oct-05 20:59
Boaz V5-Oct-05 20:59 
AnswerRe: How to change the Icon of my EXE ? Pin
Achim Klein6-Oct-05 10:42
Achim Klein6-Oct-05 10:42 

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.