在pocketpc2003中如何回调bubble中的链接?

王朝厨房·作者佚名  2007-01-04
宽屏版  字体: |||超大  

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

在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开发不到一周,希望大侠们能指点一下小弟。在线等待:)

可以给我发邮件ganghust@163.com

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
© 2005- 王朝网络 版权所有