May 23, 2001 #1 raghu75 Programmer Joined Nov 21, 2000 Messages 66 Location IN All, Can any one tell me how to read a string stored in string table using its values or ID.
May 24, 2001 #2 Zyrenthian Programmer Joined Mar 30, 2001 Messages 1,440 Location US Here is how I have done it in the program I am working on CString msg; msg.FormatMessage(IDS_STRING); Matt Upvote 0 Downvote
Here is how I have done it in the program I am working on CString msg; msg.FormatMessage(IDS_STRING); Matt