Click here to Skip to main content
15,900,589 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: try/catch Pin
Tomasz Sowinski20-Aug-02 23:36
Tomasz Sowinski20-Aug-02 23:36 
GeneralRe: try/catch Pin
alex.barylski21-Aug-02 0:51
alex.barylski21-Aug-02 0:51 
GeneralRe: try/catch Pin
Tomasz Sowinski21-Aug-02 0:58
Tomasz Sowinski21-Aug-02 0:58 
GeneralRe: try/catch Pin
alex.barylski21-Aug-02 3:33
alex.barylski21-Aug-02 3:33 
GeneralRe: try/catch Pin
Tomasz Sowinski21-Aug-02 3:39
Tomasz Sowinski21-Aug-02 3:39 
GeneralRe: try/catch Pin
alex.barylski21-Aug-02 15:25
alex.barylski21-Aug-02 15:25 
GeneralSimple dialog icon problem Pin
Coremn20-Aug-02 16:28
Coremn20-Aug-02 16:28 
GeneralRe: Simple dialog icon problem Pin
Ravi Bhavnani20-Aug-02 17:26
professionalRavi Bhavnani20-Aug-02 17:26 
GeneralUsing both __stdcall and __cdecl libraries in a single app Pin
anu12120-Aug-02 13:52
anu12120-Aug-02 13:52 
GeneralRe: Using both __stdcall and __cdecl libraries in a single app Pin
Todd Jeffreys20-Aug-02 14:00
Todd Jeffreys20-Aug-02 14:00 
GeneralRe: Using both __stdcall and __cdecl libraries in a single app Pin
anu12120-Aug-02 14:37
anu12120-Aug-02 14:37 
GeneralRe: Using both __stdcall and __cdecl libraries in a single app Pin
vc_fan20-Aug-02 15:51
vc_fan20-Aug-02 15:51 
GeneralTransparent toolbar buttons Pin
William Payne20-Aug-02 13:47
William Payne20-Aug-02 13:47 
GeneralRe: Transparent toolbar buttons Pin
alex.barylski20-Aug-02 16:57
alex.barylski20-Aug-02 16:57 
GeneralScroll amount Pin
CaesarCZ20-Aug-02 13:48
CaesarCZ20-Aug-02 13:48 
GeneralRe: Scroll amount Pin
alex.barylski20-Aug-02 16:50
alex.barylski20-Aug-02 16:50 
GeneralRe: Scroll amount Pin
CaesarCZ20-Aug-02 23:51
CaesarCZ20-Aug-02 23:51 
GeneralRe: Scroll amount Pin
alex.barylski21-Aug-02 1:00
alex.barylski21-Aug-02 1:00 
Generalmodal dialog problem Pin
Jan Hirak20-Aug-02 12:38
Jan Hirak20-Aug-02 12:38 
GeneralRe: modal dialog problem Pin
Mustafa Demirhan20-Aug-02 13:10
Mustafa Demirhan20-Aug-02 13:10 
GeneralRe: modal dialog problem Pin
Jan Hirak20-Aug-02 13:31
Jan Hirak20-Aug-02 13:31 
GeneralVC++ .NET BOOK ! Pin
Hadi Rezaee20-Aug-02 12:08
Hadi Rezaee20-Aug-02 12:08 
GeneralRe: VC++ .NET BOOK ! Pin
Paul Lyons20-Aug-02 17:30
Paul Lyons20-Aug-02 17:30 
Generalsimple STL map question Pin
ns20-Aug-02 11:09
ns20-Aug-02 11:09 
I have a map <cstring, cstring=""> which gets filled in with keys and values chosen by the user. My question is, can the user leave the editbox that holds the value blank? So that that key has a NULL value? Will that mess up my map? Since a NULL is not a CString, there will be some sort of problem right? Yet I do want to use a Map and I do want a user to be able to enter no value at all....Confused | :confused:

Thanks,
ns

Related question:

If I have an editbox with no entry, what will GetWindowText return in its argument?
GeneralRe: simple STL map question Pin
Chris Losinger20-Aug-02 11:13
professionalChris Losinger20-Aug-02 11:13 

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.