HealthVault 应用程序可以编写为厚 Windows 窗体应用程序还是必须编写为 Web 应用程序?
嗯,这就是我的问题:
HealthVault 应用程序可以 写成厚厚的 Windows 窗体 申请或必须书面申请 作为网络应用程序?
在我看来,实现 Windows 窗体应用程序的障碍是在 Windows 窗体应用程序中实现 OpenID / LiveID 登录,这是 HealthVaultPage 超类为您做的。 换句话说,我认为您必须实现 HealthVaultForm 超类并从那里开始。 该框架的其余部分似乎是独立于平台的。
我问的原因是,一个合理的方案可能是在另一端实现一个带有管理厚应用程序的用户网络。
我是否错过了重点,或者这是一个合理的尝试? 有没有办法做到这一点?
布莱恩
Well thats my question:
Can HealthVault applications be be
written as thick Windows forms
applications or must they be written
as web applications?
It seems to me that the barrier to implementing a windows forms app would be implementing the OpenID / LiveID login in a windows forms app, which the HealthVaultPage super class does for you. In other words, I think you'd have to implement a HealthVaultForm super class and go from there. The rest of the framework seems to be platform independent.
The reason I ask is that a reasonable scenario might be to implement a user web with an administrative thick app on the other end.
Am I missing the point or is that a reasonable thing to try to do? And is there even any way of doing it?
Brian
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以通过两种方式访问 HealthVault(这些术语有点令人困惑)。
另请注意,HealthVault 应用程序对每种模式具有不同的访问权限。 例如,应用程序可能允许在线访问体重、身高和过敏数据,但可能只允许离线访问过敏数据。
请注意,SDK 附带的示例应用程序不支持离线访问,因此如果您想尝试此模式,则必须 创建您自己的应用程序。
There are two types of ways you can access HealthVault (the terms are kind of confusing).
Also note that HealthVault applications have different access rights for each mode. For example, an application may allow online access to weight, height, and allergy data, but may only allow offline access to allergy data.
And note that the sample applications that come with the SDK do not support offline access, so if you want to play around with this mode, you'll have to create your own application.
当然可以,HVCC 是用 Windows Form 编写的! https://account.healthvault.com/help.aspx?topicid=ConnectionCenterHelp
Of course you can, HVCC was written in Windows Form! https://account.healthvault.com/help.aspx?topicid=ConnectionCenterHelp