从哪里开始使用适用于 Windows 7 的多点触控应用程序
我目前使用 Studio 2008 开发 vb.net 和 .NET Web 应用程序。
我想开始为该设备开发应用程序...... http://exopc.com/en/exopc-slate.php 可以在这里找到产品评论,为您提供更多想法...... http://kevindark.co.uk/Blog.aspx?i= 1&tg=EXOPC 功能演示视频可以在这里找到...... http://www.youtube.com/user/darkkevind1978?feature=mhum
我真的不知道从哪里开始!我在哪里可以找到多点触控开发套件?我可以将其添加到 Studio 2008 中吗?
有人可以为我创建一个非常基本的示例应用程序作为示例,以便我知道从哪里开始,它可能与触摸命令交互吗?
提前致谢, 凯夫。
I currently develop vb.net and .NET web applications using Studio 2008.
I want to start developing applications for this device....
http://exopc.com/en/exopc-slate.php
A review of the product to give you more of an idea can be found here...
http://kevindark.co.uk/Blog.aspx?i=1&tg=EXOPC
Demonstration videos of capabilities can be found here....
http://www.youtube.com/user/darkkevind1978?feature=mhum
I don't really know where to start! Where do I go for the multi-touch dev kit? Can I add it in to Studio 2008?
Could someone create a very basic sample app for me as a sample so that I know where to start, that perhaps interacts with a touch command?
Thanks in advance,
Kev.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您要从头开始开发新应用程序,那么最好的选择可能是升级到 Visual Studio 2010 和 WPF 4,并使用 WPF 中的触摸功能。 http://multitouch.codeplex.com/ 上的一些很棒的示例应该可以帮助您入门。
还可以考虑使用 Surface Toolkit 来获取一组控件(按钮、复选框等),这些控件比通常的 WPF 控件更容易触摸,并且无需您编写任何代码即可完成出色的操作。 http://msdn.microsoft.com/en-us/library/ee957351。 aspx 获取说明,http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&FamilyID=801907a7-b2dd-4e63-9ff3-8a2e63932a74实际下载它(包括一个小的运行时您需要与您的应用程序一起部署。)
Probably your best bet, if you're doing a new app from scratch, is to move up to Visual Studio 2010 and WPF 4, and use the touch capabilities in WPF. Some great samples at http://multitouch.codeplex.com/ should get you started.
Also consider the Surface Toolkit for a set of controls (buttons, checkboxes etc) that are way easier to touch than the usual WPF ones and do nice things with no code on your part. http://msdn.microsoft.com/en-us/library/ee957351.aspx for instructions, http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&FamilyID=801907a7-b2dd-4e63-9ff3-8a2e63932a74 to actually download it (including a small runtime you need to deploy with your apps.)