Questions tagged [tablet-pc]
101 questions
0
votes
1 answer
How to programmatically open Windows "Tablet PC Settings" dialog?
I want to open this dialog in my C# program:
Is there an Win32 API or exe I could use?
This question asked for configuration only. I would like to show the whole dialog.

Dia
- 851
- 1
- 15
- 35
0
votes
2 answers
Are there 8 inch or bigger Touchscreens for embedded use (would an iPad work)?
I have a requirement to build an 8" touchscreen interface on an instrument. I'm a software developer and working with a hardware team but since this touchscreen is likely to have some significant software development I wanted to see if the SO…

Tod
- 8,192
- 5
- 52
- 93
0
votes
1 answer
Android:How to run i-jetty web server on android 2.2 froyo os enabled tablet pc?
My question is: I am using android 2.2 froyo os enabled tablet pc, I installed "i-jetty 2.2" web server on tablet pc,it's running perfectly fine but I can't see it's home page on the browser.It is showing ERROR:503 service unavailable.
Any clue…

puneet
- 1
0
votes
1 answer
How to get a microsoft.ink (XP Tablet PC SDK) app that works on windows 7 to work in winXP (not tablet edition)
I've written and tested an app that runs perfectly on Win7 using the XP Tablet PC SDK 1.7, but am having problems getting this to work on standard XP which a number of our clients use. I guess XP is missing some components that XP tablet edition…

Mr Shoubs
- 14,629
- 17
- 68
- 107
0
votes
1 answer
WPF: Open application on top of another in Win10 Tablet mode
I am currently working on a personal win10 wpf project, a simple tool that can help me use other programs on my win10 tablet.
So one of the requirement is that this program should run in the unmaximized mode, with other applications physically…

Sanlok Lee
- 3,404
- 2
- 15
- 25
0
votes
1 answer
Porting web-app for a tablet
My web app is written in Java with front-end in JS. I want to port to tablet and other touch mobile devices. Developing a native API is ofcourse an option but I would prefer making the old app work on tablet.
I know I would need to make some changes…

AJ.
- 2,561
- 9
- 46
- 81
0
votes
0 answers
SQL Server LocalDB column error when deployed to Tablet PC
I am getting a
System.AgumentException: Column 'BarcodeStr' does not belong to table
when I deploy the C# application from the development PC running Windows 10 to a tablet PC running Windows 10.
My application is a C# Windows Forms application…

izek_zam
- 1
- 1
0
votes
1 answer
Is user on a tablet?
Is there any way to accurately determine if an application is running on a tablet computer?

Vercas
- 8,931
- 15
- 66
- 106
0
votes
0 answers
How can I get the pen's position on the screen on a tablet PC in C++?
From what I've researched it seems I can get the mouse position using GetCursorPos(); and differentiate if the input is from the mouse using GetMessageExtraInfo();.
The problem is that I wish to be able to move the cursor regardless of the pen's…

Jose Cancel
- 151
- 1
- 2
- 15
0
votes
2 answers
Upload to Windows Store
I have uploaded a Windows Phone app through https://developer.microsoft.com/en-us/windows a few months back. Now I would like upload a Windows tablet version of the same application with the same name. Hence I uploaded the .appx in the same…
0
votes
0 answers
Windows Tablet PC Keyboard blocks application
I have created a Windows Form application (with MetroUI) for a Windows Tablet PC. The problem is that some dialogs are full screen.
When the user clicks on an input field which is located in the middle or at the bottom, the on-screen keyboard…

progrAmmar
- 2,606
- 4
- 29
- 58
0
votes
0 answers
Splash screen doesn't come full screen when loading windows App tablet
I am working an app for windows tablet so I want to put some image on splash screen.I have different images according to different sizes that shown in windows app.After that setting the image in splash screen it shows only center of the page.Here I…

prathik
- 129
- 1
- 10
0
votes
1 answer
How can I display ink (that is already captured) as an image in an ASP.NET page?
I have a .NET windows application that collects ink using Microsoft.Ink from Microsoft Tablet PC SDK and stores it in a database. That's working fine.
Now I need to display this ink as an image in an ASP.NET application.
Note that I don't need to…

Zesty
- 2,922
- 9
- 38
- 69
0
votes
1 answer
How to detect if a windows app is Tablet PC "Aware"
Does anyone know how I can determine if an application is able to accept Tablet PC input? i.e. some kind of hittest or windows message that I can send it?
thanks,
H

Heckmaier
- 13
- 3
0
votes
1 answer
Can I use handwriting personalization in custom .net app
Windows Vista and 7 both contain the ability to personlize the handwriting recognition. You can train the tablet to recognize your specific style.
I know the personlization is used by the Native Windows Tablet Input Panel (TIP), the OS's…

Steve Theriault
- 1
- 1