I have a .net winforms application which some users will run on Win7 tablets. For those users, I want to change certain UI elements to make pen input easier, while leaving t
In addition to the accepted answer you should also give the user the possibility to manually change between tablet and non-tablet mode. The detection could fail or the operating system is not used in the way it was designed too. This can happen on embedded devices which use a non-tablet-OS with special software as also the other way around.