Click here to Skip to main content
15,906,455 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MAPI - Send HTML Email? Pin
Skute7-Apr-04 23:15
Skute7-Apr-04 23:15 
Generalpassing by reference in c Pin
kfaday7-Apr-04 3:55
kfaday7-Apr-04 3:55 
GeneralRe: passing by reference in c Pin
Skute7-Apr-04 4:06
Skute7-Apr-04 4:06 
GeneralRe: passing by reference in c Pin
kfaday7-Apr-04 4:13
kfaday7-Apr-04 4:13 
GeneralRe: passing by reference in c Pin
Paul Ranson7-Apr-04 5:53
Paul Ranson7-Apr-04 5:53 
GeneralRe: passing by reference in c Pin
kfaday8-Apr-04 4:32
kfaday8-Apr-04 4:32 
GeneralCListCtrl hwnd 0x00 Pin
ns7-Apr-04 3:28
ns7-Apr-04 3:28 
GeneralRe: CListCtrl hwnd 0x00 Pin
RChin7-Apr-04 4:54
RChin7-Apr-04 4:54 
Where in your dialog code are you calling your variable?
You should also bear in mind that your control variable (if created using class wizard), will not be created until the base function, ::OnInitDialog(), has been called. If you attempt to access it before this, then it will crash!

<edit>This, may not explain why it runs in release mode though Frown | :(





I Dream of Absolute Zero

GeneralThanks! Pin
ns7-Apr-04 5:25
ns7-Apr-04 5:25 
GeneralTool bar with Slider Pin
Cedric Moonen7-Apr-04 3:26
Cedric Moonen7-Apr-04 3:26 
QuestionHow to set Data Source on MS ADO DataGrid Controller Pin
Holger Helmich7-Apr-04 3:24
Holger Helmich7-Apr-04 3:24 
GeneralSeparating words and wrapping lines Pin
Navin7-Apr-04 2:55
Navin7-Apr-04 2:55 
GeneralRe: Separating words and wrapping lines Pin
David Crow7-Apr-04 5:50
David Crow7-Apr-04 5:50 
GeneralRe: Separating words and wrapping lines Pin
Ravi Bhavnani7-Apr-04 6:08
professionalRavi Bhavnani7-Apr-04 6:08 
GeneralRe: Separating words and wrapping lines Pin
David Crow7-Apr-04 7:16
David Crow7-Apr-04 7:16 
GeneralCFontDialog custom color selection Pin
aputic7-Apr-04 2:52
aputic7-Apr-04 2:52 
Generalgetline() Pin
dairiseky7-Apr-04 2:47
dairiseky7-Apr-04 2:47 
GeneralRe: getline() Pin
avenger_sb257-Apr-04 4:15
avenger_sb257-Apr-04 4:15 
GeneralRe: getline() Pin
PrashantJ7-Apr-04 4:18
PrashantJ7-Apr-04 4:18 
GeneralReaching an element of a std::list Pin
Jerome Conus7-Apr-04 2:09
Jerome Conus7-Apr-04 2:09 
GeneralRe: Reaching an element of a std::list Pin
Kevin McFarlane7-Apr-04 2:35
Kevin McFarlane7-Apr-04 2:35 
GeneralRe: Reaching an element of a std::list Pin
Diddy7-Apr-04 2:43
Diddy7-Apr-04 2:43 
GeneralDialog box Pin
Anonymous7-Apr-04 2:07
Anonymous7-Apr-04 2:07 
GeneralRe: Dialog box Pin
Ravi Bhavnani7-Apr-04 2:15
professionalRavi Bhavnani7-Apr-04 2:15 
QuestionADO Recordset default value? Pin
Shenthil7-Apr-04 1:50
Shenthil7-Apr-04 1:50 

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.