摘要:
const int MAXSIZE_APPBUF = 256; TCHAR lpszApp[MAXSIZE_APPBUF]; LoadString(NULL, IDS_WELCOME, lpszApp, MAXSIZE_APPBUF); AfxMessageBox(lpszApp); LoadString,可以载入一个资源文件里的字符串,是一个宏,对应LoadS... 阅读全文
posted @ 2007-12-17 22:52
coderlee
阅读(3062)
评论(0)
推荐(0)

浙公网安备 33010602011771号