模拟移动设备上的触摸屏

发布于 2024-09-13 09:03:09 字数 118 浏览 4 评论 0原文

有谁知道C++或C#是否有模拟触摸屏的方法?例如,我的设备有一个带有六个按钮的界面。每个按钮代表一个程序,因此当触摸按钮时,它将打开与该按钮相关的程序。所以我想模拟一个触摸屏来触摸每个按钮。能做到吗?

谢谢

Does anyone know if C++ or C# has a method to simulate a touch screen? For example I have device that has an interface with six buttons. Each button represents a program so when a button is touched, it will open a program that's related to that button. So I want simulate a touch screen to touch each button. Can it be done?

thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

绝不服输 2024-09-20 09:03:09

在 Visual Studio 2005 及更高版本中,您可以使用移动设备模拟器来创建智能手机和 Windows Mobile 应用程序。我使用它使用 .NET Compact Framework 创建各种 C# 应用程序,其中包含普通 .NET 框架的精简功能集

有关 Windows 智能手机开发的信息,请参阅此链接。
http://msdn.microsoft.com/en-us/library/sa69he4t。 ASPX

In Visual Studio 2005 onwards you can make use of a Mobile Device emulator for creating smartphone and Windows Mobile applications. I have used it for creating various C# applications using the .NET Compact Framework, which contains a cut-down feature set of the normal .NET framework.

See this link for information on Windows Smartphone development.
http://msdn.microsoft.com/en-us/library/sa69he4t.aspx

习惯成性 2024-09-20 09:03:09

您可能希望通过 Windows Mobile 模拟器运行代码:
http://www.microsoft.com/downloads/details.aspx microsoft.com/downloads/details.aspx?FamilyId=1A7A6B52-F89E-4354-84CE-5D19C204498A&displaylang=en

此程序可让您在 PC 上模拟 Windows Mobile v 6.1。

You might want to run your code through a Windows Mobile emulator:
http://www.microsoft.com/downloads/details.aspx?FamilyId=1A7A6B52-F89E-4354-84CE-5D19C204498A&displaylang=en

This program will let you simulate windows mobile v 6.1 on your PC.

冰雪之触 2024-09-20 09:03:09

在这里你就有了。还有一些其他有用的链接此处

Here you have it. And some other helpful link here.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文