Click here to Skip to main content
15,889,651 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to convert CString to const WCHAR * Pin
Nibu babu thomas26-May-06 0:25
Nibu babu thomas26-May-06 0:25 
AnswerRe: how to convert CString to const WCHAR * Pin
Hamid_RT26-May-06 0:30
Hamid_RT26-May-06 0:30 
AnswerRe: how to convert CString to const WCHAR * Pin
ThatsAlok26-May-06 1:07
ThatsAlok26-May-06 1:07 
QuestionQuestions on CFileFind and CreateDirectory Pin
David L.S.25-May-06 23:57
David L.S.25-May-06 23:57 
AnswerRe: Questions on CFileFind and CreateDirectory Pin
ThatsAlok26-May-06 0:34
ThatsAlok26-May-06 0:34 
QuestionRe: Questions on CFileFind and CreateDirectory Pin
David Crow26-May-06 2:49
David Crow26-May-06 2:49 
AnswerRe: Questions on CFileFind and CreateDirectory [modified] Pin
David L.S.26-May-06 15:45
David L.S.26-May-06 15:45 
QuestionDialogbars event mapping Pin
ilgale25-May-06 23:54
ilgale25-May-06 23:54 
I've developed a single document application and I use Dialog bars.
I've derived a class from CDialogBar in order to map OnCtlColor and
I use that class as base class.
Then I've derived a class (from my base class)for any dialog bar and
I use its instances in CMainFrame instead of default CDialogBar instance
created by Visual Studio.

I've written a specific class for any dialog bar in order to manage
its events in that class instead of in CMainFrame class.
(Otherwise, having many dialog bars CMainframe class becomes a very
big and complex class).

My problem is the following:
Visual Studio allows me to create methods for any event of my dialog
bar in the specific class but at runtime that methods are never called.

It seems that there is no real association between UI controls and methods
written in my class (and added with class wizard).

All works if I copy that methods and the related MESSAGE_MAP code
in CMainframe class.

Why my classes doesn't catch dialog bars event while CMainframe do it ??

Thanks a lot.

GeneralRe: Dialogbars event mapping Pin
Dennis Gourjii26-May-06 3:00
Dennis Gourjii26-May-06 3:00 
QuestionInitiate windows authentication Pin
Peter Weyzen25-May-06 23:30
Peter Weyzen25-May-06 23:30 
AnswerRe: Initiate windows authentication Pin
_anil_25-May-06 23:59
_anil_25-May-06 23:59 
AnswerRe: Initiate windows authentication Pin
David Crow26-May-06 2:54
David Crow26-May-06 2:54 
QuestionRe: Initiate windows authentication [modified] Pin
Peter Weyzen26-May-06 8:13
Peter Weyzen26-May-06 8:13 
AnswerRe: Initiate windows authentication [modified] Pin
David Crow26-May-06 8:21
David Crow26-May-06 8:21 
JokeRe: Initiate windows authentication [modified] Pin
Peter Weyzen26-May-06 10:41
Peter Weyzen26-May-06 10:41 
Questiondebug .lib attaching to process? Pin
mav@octaval25-May-06 22:12
mav@octaval25-May-06 22:12 
AnswerRe: debug .lib attaching to process? Pin
Milton Karimbekallil26-May-06 4:46
Milton Karimbekallil26-May-06 4:46 
Questiontooltips on edit controls Pin
big_denny_20025-May-06 22:08
big_denny_20025-May-06 22:08 
AnswerRe: tooltips on edit controls Pin
Hamid_RT25-May-06 22:23
Hamid_RT25-May-06 22:23 
GeneralRe: tooltips on edit controls Pin
big_denny_20025-May-06 22:44
big_denny_20025-May-06 22:44 
GeneralRe: tooltips on edit controls Pin
Hamid_RT25-May-06 22:53
Hamid_RT25-May-06 22:53 
AnswerRe: tooltips on edit controls Pin
Sarath C25-May-06 23:12
Sarath C25-May-06 23:12 
GeneralRe: tooltips on edit controls Pin
Hamid_RT26-May-06 0:15
Hamid_RT26-May-06 0:15 
QuestionMakeing Package [modified] Pin
VinayCool25-May-06 21:15
VinayCool25-May-06 21:15 
AnswerRe: Makeing Package [modified] Pin
Hamid_RT25-May-06 21:30
Hamid_RT25-May-06 21:30 

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.