Click here to Skip to main content
15,917,005 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: passing data structures Pin
Sirrius20-Sep-03 17:34
Sirrius20-Sep-03 17:34 
GeneralFile shredder Pin
alex.barylski20-Sep-03 4:58
alex.barylski20-Sep-03 4:58 
GeneralRe: File shredder Pin
JWood20-Sep-03 5:51
JWood20-Sep-03 5:51 
GeneralRe: File shredder Pin
Neville Franks20-Sep-03 12:24
Neville Franks20-Sep-03 12:24 
GeneralRe: File shredder Pin
alex.barylski21-Sep-03 20:29
alex.barylski21-Sep-03 20:29 
GeneralRe: File shredder Pin
ZoogieZork20-Sep-03 12:42
ZoogieZork20-Sep-03 12:42 
GeneralRe: File shredder Pin
alex.barylski21-Sep-03 20:31
alex.barylski21-Sep-03 20:31 
Generalswitch help Pin
coda_x20-Sep-03 1:28
coda_x20-Sep-03 1:28 
i wanted to use switch instead of if-else so code:

CString buffer;

m_list.GetText(chosen,buffer); //select from listbox

switch(buffer)
{ case "Wet etch Al H3PO4":
recordset.Find(AFX_DAO_FIRST, "ID = 'AlW1'");
break;


case "Wet etch Al H3PO4/HF":
recordset.Find(AFX_DAO_FIRST, "ID = 'AlW2'");
break;
}

i have error: switch class cstring illegal and case expression not const, how do i correct this? D'Oh! | :doh:
GeneralRe: switch help Pin
Rickard Andersson2020-Sep-03 2:11
Rickard Andersson2020-Sep-03 2:11 
GeneralRe: switch help Pin
Michael Dunn20-Sep-03 4:36
sitebuilderMichael Dunn20-Sep-03 4:36 
GeneralMigration from VisualAge C++ for windows to Visual Studio 6.0 - MFC 6.0. Pin
Md Saleem Navalur20-Sep-03 1:23
Md Saleem Navalur20-Sep-03 1:23 
GeneralRe: Migration from VisualAge C++ for windows to Visual Studio 6.0 - MFC 6.0. Pin
Gary R. Wheeler20-Sep-03 3:13
Gary R. Wheeler20-Sep-03 3:13 
GeneralAvoid Flickering in MFC Pin
cberam20-Sep-03 0:23
cberam20-Sep-03 0:23 
GeneralRe: Avoid Flickering in MFC Pin
LunaticFringe20-Sep-03 1:45
LunaticFringe20-Sep-03 1:45 
QuestionWhy TextOut and DrawText can't display certain characters that Notepad can? Pin
hoc_ngo19-Sep-03 23:52
hoc_ngo19-Sep-03 23:52 
AnswerRe: Why TextOut and DrawText can't display certain characters that Notepad can? Pin
Neville Franks20-Sep-03 0:08
Neville Franks20-Sep-03 0:08 
GeneralRe: Why TextOut and DrawText can't display certain characters that Notepad can? Pin
hoc_ngo20-Sep-03 11:20
hoc_ngo20-Sep-03 11:20 
GeneralRe: Why TextOut and DrawText can't display certain characters that Notepad can? Pin
Neville Franks20-Sep-03 12:26
Neville Franks20-Sep-03 12:26 
GeneralMessageBox in MFC Pin
cberam19-Sep-03 23:39
cberam19-Sep-03 23:39 
GeneralRe: MessageBox in MFC Pin
zeki yugnak20-Sep-03 0:44
zeki yugnak20-Sep-03 0:44 
GeneralDifferences between the Message Box and AfxMessageBox Pin
Neelesh K J Jain19-Sep-03 22:57
Neelesh K J Jain19-Sep-03 22:57 
GeneralRe: Differences between the Message Box and AfxMessageBox Pin
Nish Nishant20-Sep-03 0:06
sitebuilderNish Nishant20-Sep-03 0:06 
GeneralCException vs.net 2003 Pin
Thomas Andersen19-Sep-03 19:49
Thomas Andersen19-Sep-03 19:49 
QuestionHow to centralized a bitmap Pin
Boby.George19-Sep-03 19:01
professionalBoby.George19-Sep-03 19:01 
AnswerRe: How to centralized a bitmap Pin
alex.barylski20-Sep-03 4:55
alex.barylski20-Sep-03 4:55 

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.