Touch Screen Simulator: Are there any windows simulator to test application in touch screen environment -


i want test application in touch screen environment. application web site build in asp.net(.net framework 3.5) , flash. want test application simulator windows xp/vista/7.

please let me know there simulator released microsoft or third party can test application.

thanks vinay pandey

you can use windows 8 , visual studio 2012 express , there windows simulator when run windows store (aka metro) applications trough vs. can run simulator without vs , run installed windows app trough it.

simulator located in :

c:\program files\common files\microsoft shared\windows simulator\11.0\microsoft.windows.simulator.exe 

or

c:\program files (x86)\common files\microsoft shared\windows simulator\11.0\microsoft.windows.simulator.exe 

Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -