Click here to Skip to main content
15,887,267 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Exporting function objects from DLL Pin
napoleaninlondon17-Jul-06 5:18
napoleaninlondon17-Jul-06 5:18 
GeneralOT Pin
Eytukan17-Jul-06 6:25
Eytukan17-Jul-06 6:25 
GeneralRe: OT Pin
Cedric Moonen17-Jul-06 6:32
Cedric Moonen17-Jul-06 6:32 
GeneralRe: OT Pin
Eytukan17-Jul-06 7:11
Eytukan17-Jul-06 7:11 
GeneralHello Pin
Hamid_RT17-Jul-06 7:58
Hamid_RT17-Jul-06 7:58 
QuestionCrash after sending custom message (only in release mode) Pin
Matthijs Wessels17-Jul-06 4:47
Matthijs Wessels17-Jul-06 4:47 
QuestionRe: Crash after sending custom message (only in release mode) Pin
David Crow17-Jul-06 4:52
David Crow17-Jul-06 4:52 
AnswerRe: Crash after sending custom message (only in release mode) [modified] Pin
Matthijs Wessels17-Jul-06 5:01
Matthijs Wessels17-Jul-06 5:01 
>When is this method called?
SetWindowValue is supposed to replace the CEdit::SetWindowText() function, so it could be called anywhere. Inside the class it is also called when the enter key is pressed on the control (setting the "multi line" and "want enter" styles in the designer and handling WM_ONKEYDOWN) and when WM_KILLFOCUS is received.


the error also appears when i leave the message handler of the EN_APPLY message (OnApply) empty, but the error doesnt appears when I quote out SendMessage(EN_APPLY) or when I sent any other message than EN_APPLY.

-- modified at 11:01 Monday 17th July, 2006

BTW, thx for the quick response!
GeneralRe: Crash after sending custom message (only in release mode) Pin
David Crow17-Jul-06 5:11
David Crow17-Jul-06 5:11 
GeneralRe: Crash after sending custom message (only in release mode) Pin
Matthijs Wessels17-Jul-06 5:13
Matthijs Wessels17-Jul-06 5:13 
GeneralRe: Crash after sending custom message (only in release mode) Pin
David Crow17-Jul-06 5:23
David Crow17-Jul-06 5:23 
GeneralRe: Crash after sending custom message (only in release mode) Pin
Matthijs Wessels17-Jul-06 7:18
Matthijs Wessels17-Jul-06 7:18 
GeneralRe: Crash after sending custom message (only in release mode) Pin
Matthijs Wessels17-Jul-06 5:22
Matthijs Wessels17-Jul-06 5:22 
AnswerRe: Crash after sending custom message (only in release mode) Pin
Steve S17-Jul-06 4:54
Steve S17-Jul-06 4:54 
GeneralRe: Crash after sending custom message (only in release mode) Pin
Matthijs Wessels17-Jul-06 5:02
Matthijs Wessels17-Jul-06 5:02 
GeneralRe: Crash after sending custom message (only in release mode) Pin
Matthijs Wessels17-Jul-06 5:21
Matthijs Wessels17-Jul-06 5:21 
AnswerRe: Crash after sending custom message (only in release mode) Pin
Steve S17-Jul-06 5:26
Steve S17-Jul-06 5:26 
GeneralRe: Crash after sending custom message (only in release mode) Pin
David Crow17-Jul-06 5:27
David Crow17-Jul-06 5:27 
QuestionDetect when LAN connection goes up/down, events? Pin
Moak17-Jul-06 4:27
Moak17-Jul-06 4:27 
QuestionRe: Detect when LAN connection goes up/down, events? Pin
David Crow17-Jul-06 4:33
David Crow17-Jul-06 4:33 
AnswerRe: Detect when LAN connection goes up/down, events? Pin
Moak17-Jul-06 5:44
Moak17-Jul-06 5:44 
QuestionRelease build runs slower than Debug build Pin
spiritofklanawa17-Jul-06 4:25
spiritofklanawa17-Jul-06 4:25 
AnswerRe: Release build runs slower than Debug build Pin
Kurt _B17-Jul-06 5:24
Kurt _B17-Jul-06 5:24 
GeneralRe: Release build runs slower than Debug build Pin
spiritofklanawa17-Jul-06 6:51
spiritofklanawa17-Jul-06 6:51 
QuestionLinker Warning Pin
knoxplusplus17-Jul-06 4:12
knoxplusplus17-Jul-06 4:12 

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.