Day to day work issues we find with windows, mac, unix and internet, software apps etc. we get many many questions and find out some weird things tips and tricks about windows OS that might help others, some of these will help others and help our clients setup software to there requirements.
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