Click here to Skip to main content
15,887,434 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi.
I am writing a windows application using windows form. I need to run it on a touchscreen. where the user will not use the keyboard or mouse. My question is, Do I have to use some libraries or extra files or system will automatically detect the interface?

What I have tried:

I've searched but I could not find any relevant answer.
Posted
Updated 13-May-18 1:56am

1 solution

You don't really have to worry - or at least that's been my experience with Win10 on a touch tablet. It just works! Touches are quatred to mouse clicks, long touches to mouse right clicks. Drag and drop works - though it can be fiddly with Windows Explorer - and the soft keyboard can be brought up by the user (and sometimes comes up automatically when he enters an input field). It does take considerable screen real estate though, so it's worth designing your app with that in mind: take input in small dialogs that sit at the top of the desktop rather than the bottom for example.

Rough out your UI for a prototype, and give it a try as a user. See what works, and what gets in the way.
 
Share this answer
 
Comments
UniqueDesign_01 17-May-18 12:03pm    
Thank you very much.
OriginalGriff 17-May-18 12:13pm    
You're welcome!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900