社区
嵌入开发(WinCE)
帖子详情
如何将Icon 加入到 system tray 在 wince3.0 PocketPc
rainmanzhang
2002-12-27 04:01:42
台式机的我会,但当我加到PocketPc上,虽然是加上了,地方也占了,但图标却显示不出来。不知出了什么问题。
请帮帮我!
...全文
77
4
打赏
收藏
如何将Icon 加入到 system tray 在 wince3.0 PocketPc
台式机的我会,但当我加到PocketPc上,虽然是加上了,地方也占了,但图标却显示不出来。不知出了什么问题。 请帮帮我!
复制链接
扫一扫
分享
转发到动态
举报
AI
作业
写回复
配置赞助广告
用AI写文章
4 条
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
coolgh007
2003-01-06
打赏
举报
回复
gz
zrtyzrcx
2003-01-06
打赏
举报
回复
through find some docoment I tell you:
you should use " LoadImage(...)" but is not " LoadIcon(...)".
zrtyzrcx
2003-01-04
打赏
举报
回复
gz
rainmanzhang
2002-12-27
打赏
举报
回复
HICON hIcon = LoadIcon( hinstance, MAKEINTRESOURCE(IDI_ICON1) );
BOOL res;
NOTIFYICONDATA nid;
nid.cbSize = sizeof(NOTIFYICONDATA);
nid.hWnd = hwnd;
nid.uID = IDI_ICON1;
nid.uFlags = NIF_MESSAGE | NIF_ICON | NIF_TIP;
nid.uCallbackMessage = WM_TRAYICONCLICK;
nid.hIcon = hIcon;
nid.szTip[0] = '\0';
res = Shell_NotifyIcon(NIM_ADD, &nid);
if (hIcon)
DestroyIcon(hIcon);
return res;
这是我的代码,请查看。
PS
Tray
Factory 3.2 最新版汉化修正注册破解版
网络上流传的都是
3.0
的破解版,使用中还有些小问题,不太好用,这个是我自己整理的,使用的是3.2的内核,和优化过的汉化语言包,没有
3.0
的使用bug。 解压缩即可运行,已注册。 PS
Tray
Factory The system
tray
icon
s management utility Current version: 3.2 OS: Windows 7/Vista/XP/2K/9X/NT (32 and 64 bit) License: Try-before-you-buy Cost: $24.95 PS
Tray
Factory is a
po
werful and handy tool meant to flexibly control ALL the other
icon
s in the system
tray
of the taskbar. PS
Tray
Factory will help you to manage all the applications that place their
icon
s in the taskbar
tray
. When you have installed PS
Tray
Factory, you will forget about the problem of lack of space in the system
tray
, and will also get an easy, fast and handy tool to handle those applications. In short, ALL Windows users will get this handy and
po
werful tool at their dis
po
sal, whereas only Windows XP users have an idea of it. For the latter, we have made a nice surprise, as the features of PS
Tray
Factory exceed the standard built-in ones of this OS. With PS
Tray
Factory you can quickly hide system
tray
icon
s and easy manage them. PS托盘工厂 系统托盘图标的管理程序 当前版本:3.2 操作系统:Windows 7 / Vista / XP / 2 K / 9 X / NT(32位和64位) 许可:起来 费用:$ 24.95 PS托盘工厂是一个强大而灵活方便的工具旨在控制其他所有图标在任务栏的系统托盘。PS托盘工厂将帮助您管理的所有应用程序把他们的图标在任务栏上托盘。当你已经安装了PS托盘工厂,你会忘记这个问题缺乏空间在系统托盘中,也将得到一个简单、快速和方便的工具来处理那些应用程序。简而言之,所有的Windows用户将得到这个方便的和强大的工具可供选择,而只有Windows XP用户有一个想法。对于后者,我们已经有了一个美好的惊喜,因为功能PS的托盘工厂超过标准的内置函数的操作系统。与PS托盘工厂可以快速隐藏系统托盘图标和容易管理它们。 网络上流传的都是
3.0
的破解版,使用中还有些小问题,不太好用,这个是我自己整理的,使用的是3.2的内核,和优化过的汉化语言包,没有
3.0
的使用bug。 解压缩即可运行,已注册。
一个TSR程序作出DOS下的屏幕保护程序
一个TSR程序作出DOS下的屏幕保护程序
【QML学习 01】 System
Tray
Icon
状态栏图标
替代QWidget
QML System
Tray
Icon
托盘右键菜单
qml系统托盘右键菜单
嵌入开发(WinCE)
19,520
社区成员
41,566
社区内容
发帖
与我相关
我的任务
嵌入开发(WinCE)
硬件/嵌入开发 嵌入开发(WinCE)
复制链接
扫一扫
分享
社区描述
硬件/嵌入开发 嵌入开发(WinCE)
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
暂无公告
试试用AI创作助手写篇文章吧
+ 用AI写文章