Saturday, 9 July 2011

how use string table RESOURCE STRING in message box or other functions easily on one line of code

usually would be called like this:-
MessageBox("No files to save","Save Error!");

From resource stirng table:-
MessageBox((CString)MAKEINTRESOURCE(IDS_STRING_NOFILESTOSAVE),(CString)MAKEINTRESOURCE(IDS_STRING_SAVEERROR));

No comments:

Post a Comment