VC语言

本类阅读TOP10

·VC++ 学习笔记(二)
·用Visual C++打造IE浏览器(1)
·每个开发人员现在应该下载的十种必备工具
·教你用VC6做QQ对对碰外挂程序
·Netmsg 局域网聊天程序
·Windows消息大全
·VC++下使用ADO编写数据库程序
·VC++学习笔记(四)
·非法探取密码的原理及其防范
·怎样在VC++中访问、修改注册表

分类导航
VC语言Delphi
VB语言ASP
PerlJava
Script数据库
其他语言游戏开发
文件格式网站制作
软件工程.NET开发
在pocketpc2003中如何回调bubble中的链接?

作者:未知 来源:月光软件站 加入时间:2005-5-13 月光软件站

  
非常感谢大家给我提供帮助!我现在问题没有完全解决还需要进一步的帮助。我进行嵌入式开发不到一周,还有不少问题,您应该是很有经验的。希望你指导一下。

在PocketPC2003下,在托盘上设计了一个图标,点击图标后会有一个提示bubble,
我现在在bubble中定义了几个这样的连接,<a href=\"cmd:205\">here</a> to go to MSNBC。想通

过点击这些连接执行对应的功能。按照eVC的帮助文件的说明:If the HREF is in the format

CMD:n, as in

Click <a href=\"cmd:205\">here</a> to go to MSNBC
the system sends a WM_COMMAND message instead of a WM_NOFIFY to the window. In this

case, the value n is the ID value of the message, and the ID of the notification is

returned in lParam. For the in-proc server, clicking the standard hyperlink results in

a call to the interface’s OnLinkSelected method while clicking on links with the CMD:n

format results in the OnCommandSelected method being called. The CMD value 0 is

reserved, a value of 1 sends a notification but does not dismiss the bubble, and a

command value of 2 does not dismiss the bubble nor does it result in a WM_COMMAND

message being sent. Applications should generally use CMD values greater than 2.

此时系统会调用IShellNotificationCallback interface的OnCommandSelected函数。但是不知道具

体调用的方式如何,我想在OnCommandSelected中根据用户点击的不同链接执行不同的功能,但是现

在不知道如何实现。我进行PocketPC开发不到一周,希望大侠们能指点一下小弟。在线等待:)

可以给我发邮件[email protected]




相关文章

相关软件