C++ Dialog Box Command IDs

#define IDOK                1
#define IDCANCEL            2
#define IDABORT             3
#define IDRETRY             4
#define IDIGNORE            5
#define IDYES               6
#define IDNO                7
#if(WINVER >= 0x0400)
#define IDCLOSE         8
#define IDHELP          9
#endif /* WINVER >= 0x0400 */

  

posted @ 2015-04-03 14:38  人来人往  阅读(577)  评论(0编辑  收藏  举报