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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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