开发者

Simulating a touch screen on mobile device

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 e开发者_StackOverflow中文版ach button. Can it be done?

thanks


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


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.


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜