Visual C ++ ...需要默认的光标和图标 [英] visual c++ ... Need default cursor and icon

查看:125
本文介绍了Visual C ++ ...需要默认的光标和图标的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要Visual C ++默认光标,图标名称....例如:IDI_EXCLAMATION是要显示默认的感叹号图标...就像我需要默认的系统光标和图标ID一样,任何人都可以给我结果. ...谢谢您.

I need Visual C++ Default Cursor , Icon Names.... for Ex: IDI_EXCLAMATION is to show the default Exclamation Icon... like wise i need default system cursor and icon IDs... can anyone give me the result.... thanking you...

推荐答案

您可以在 MSDN 中找到这些标识符.查看以下链接:
-对于图标 [对于光标 [
You can find these identifiers in MSDN. Check out these links:
- For icons[^]
- For cursors[^]


光标
IDC_APPSTARTING标准箭头和小沙漏
IDC_ARROW标准箭头
IDC_CROSS十字准线
IDC_HAND Windows NT 5.0和更高版本:Hand
IDC_HELP箭头和问号
IDC_IBEAM工字梁
IDC_ICON已作废,对于标记为版本4.0或更高版本的应用程序.
IDC_NO斜线
IDC_SIZE已过时,对于标记为版本4.0或更高版本的应用程序.使用IDC_SIZEALL.
IDC_SIZEALL指向北,南,东和西的四尖箭头
IDC_SIZENESW指向东北和西南的双箭头
IDC_SIZENS指向南北的双箭头
IDC_SIZENWSE指向西北和东南的双箭头
IDC_SIZEWE指向西方和东方的双箭头
IDC_UPARROW垂直箭头
IDC_WAIT沙漏

图标
IDI_APPLICATION
IDI_HAND
IDI_QUESTION
IDI_EXCLAMATION
IDI_ASTERISK
IDI_WINLOGO
IDI_WARNING
IDI_ERROR
IDI_INFORMATION

*取决于Windows版本
Cursors
IDC_APPSTARTING Standard arrow and small hourglass
IDC_ARROW Standard arrow
IDC_CROSS Crosshair
IDC_HAND Windows NT 5.0 and later: Hand
IDC_HELP Arrow and question mark
IDC_IBEAM I-beam
IDC_ICON Obsolete for applications marked version 4.0 or later.
IDC_NO Slashed circle
IDC_SIZE Obsolete for applications marked version 4.0 or later. Use IDC_SIZEALL.
IDC_SIZEALL Four-pointed arrow pointing north, south, east, and west
IDC_SIZENESW Double-pointed arrow pointing northeast and southwest
IDC_SIZENS Double-pointed arrow pointing north and south
IDC_SIZENWSE Double-pointed arrow pointing northwest and southeast
IDC_SIZEWE Double-pointed arrow pointing west and east
IDC_UPARROW Vertical arrow
IDC_WAIT Hourglass

Icons
IDI_APPLICATION
IDI_HAND
IDI_QUESTION
IDI_EXCLAMATION
IDI_ASTERISK
IDI_WINLOGO
IDI_WARNING
IDI_ERROR
IDI_INFORMATION

*depends on windows version


这篇关于Visual C ++ ...需要默认的光标和图标的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆