当前位置: 代码迷 >> Windows Mobile >> ,MessageBox有关问题
  详细解决方案

,MessageBox有关问题

热度:92   发布时间:2016-04-25 07:57:54.0
在线等,MessageBox问题。
在字符表中的顺序是
IDS1       4     login
IDS2       5     cancel
IDS3       6     User   Name   Error
MessageBox(hWnd,(LPCTSTR)LoadString(g_hInst,IDS3,NULL,20),(LPCTSTR)LoadString(g_hInst,   IDS1,NULL,20),NULL);
的效果是   在标题栏上出来   login   []cancel   []User   Name   Error
请问怎么解决。


------解决方案--------------------
这是LoadString的问题,你要在Resource View下点右键
Properties/Configuration Properties/Resources/Command Line
在Additional options里加
-n 命令就可以了。
  相关解决方案