Click here to Skip to main content
16,006,013 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help File Pin
Gaul7-Dec-02 19:14
Gaul7-Dec-02 19:14 
GeneralRe: Help File Pin
lucy9-Dec-02 2:21
lucy9-Dec-02 2:21 
GeneralHWND to a UIThread Pin
David_Leikis6-Dec-02 8:35
David_Leikis6-Dec-02 8:35 
GeneralRe: HWND to a UIThread Pin
KaЯl7-Dec-02 1:59
KaЯl7-Dec-02 1:59 
GeneralProblem with auto_ptr !!! Pin
Luc Bergeron6-Dec-02 8:30
Luc Bergeron6-Dec-02 8:30 
GeneralRe: Problem with auto_ptr !!! Pin
Alvaro Mendez6-Dec-02 9:50
Alvaro Mendez6-Dec-02 9:50 
GeneralRe: Problem with auto_ptr !!! Pin
Luc Bergeron6-Dec-02 10:01
Luc Bergeron6-Dec-02 10:01 
QuestionDynamic CEdit can't call DoDataExchange()? Pin
dazinith6-Dec-02 8:20
dazinith6-Dec-02 8:20 
Hey there.. ive never created CEdits without the dialog editor.. now i am trying to create a bunch and have DoDataExchange() when they lose focus.. it doesn't look like DoDataExchange ever gets called in my view tho.. here is how i am creating my fields:
CEdit* pEdit = new CEdit;
pEdit->Create(WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_BORDER | ES_AUTOHSCROLL,
    CRect(10, 10, 110, 30), this, 1);

how can i make a field like this call DoDataExchange() when it gains focus? or better yet, how can i make it call a function when it loses focus? i only know how to use the BEGIN_MESSAGE_MAP and END_MESSAGE_MAP.. is there a way to make this message map dynamically?

thanks for the help Smile | :)

still a newb.. cut me some slack :P
-dz
AnswerRe: Dynamic CEdit can't call DoDataExchange()? Pin
Sara Burns6-Dec-02 11:00
Sara Burns6-Dec-02 11:00 
AnswerRe: Dynamic CEdit can't call DoDataExchange()? Pin
worm7-Dec-02 14:43
worm7-Dec-02 14:43 
GeneralChange window style Pin
Member 997186-Dec-02 8:19
Member 997186-Dec-02 8:19 
GeneralRe: Change window style Pin
Maximilien6-Dec-02 8:30
Maximilien6-Dec-02 8:30 
GeneralRe: Change window style Pin
Member 997186-Dec-02 9:29
Member 997186-Dec-02 9:29 
GeneralHovering text... Pin
Maximilien6-Dec-02 8:01
Maximilien6-Dec-02 8:01 
GeneralDetected memory leaks! :( Pin
lucy6-Dec-02 7:04
lucy6-Dec-02 7:04 
GeneralRe: Detected memory leaks! :( Pin
Roger Allen6-Dec-02 7:23
Roger Allen6-Dec-02 7:23 
GeneralRe: Detected memory leaks! :( Pin
lucy6-Dec-02 7:32
lucy6-Dec-02 7:32 
GeneralRe: Detected memory leaks! :( Pin
lucy6-Dec-02 7:37
lucy6-Dec-02 7:37 
GeneralRe: Magic of StdAfx.h?? Pin
lucy6-Dec-02 8:00
lucy6-Dec-02 8:00 
GeneralMFC Controls and Thread Safety :: MFC Pin
valikac6-Dec-02 6:38
valikac6-Dec-02 6:38 
GeneralGerman characters Pin
RAZ6-Dec-02 6:06
RAZ6-Dec-02 6:06 
Questionhow to get the data of video card to store as BMP? Pin
jarred6-Dec-02 6:07
jarred6-Dec-02 6:07 
AnswerRe: how to get the data of video card to store as BMP? Pin
Paul M Watt6-Dec-02 6:14
mentorPaul M Watt6-Dec-02 6:14 
GeneralRe: how to get the data of video card to store as BMP? Pin
jarred6-Dec-02 6:32
jarred6-Dec-02 6:32 
GeneralRe: how to get the data of video card to store as BMP? Pin
Paul M Watt6-Dec-02 10:20
mentorPaul M Watt6-Dec-02 10:20 

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.