Questions tagged [tablet-pc]
101 questions
1
vote
1 answer
How to programatically add an image to a textblock?
I'm trying to set an icon to be attached to a textblock when it is saved but I'm not sure how I would do this programatically.What I'm thinking is you could set the value to the left of the textbox to an image.I have tried this but I'm not sure how…

Brian Var
- 6,029
- 25
- 114
- 212
1
vote
3 answers
Run WP8 apps on ARM7-based Windows RT Tablet
I am making a simple Windows Phone 8 game on C#, Visual Studio 2013. I want to try my application on WinRT tablet(not visual studio) as Android devices do. But my PC couldn't connect to tablet, I've already tried Visual Studio 2013 Remote Tools, it…

Murat
- 415
- 7
- 17
1
vote
1 answer
Help me convert the following VB/C++ code to C#
I have been trying to get the following VB code running in C# for hours now. I keep getting a Value does not fall within the expected range. exception on the CreateStroke() call. Also, here is the Microsoft documentation with a C++ version as…

Mark
- 11
- 1
1
vote
1 answer
how to host web application on android os
We started to develop a new project. It will be a smart home project.
Basicly, there will be a tablet sticked on the wall at home. This tablet will do much of the work like communication with the devices, hosting web pages and web services, etc. At…

Fer
- 1,962
- 7
- 29
- 58
1
vote
0 answers
Win8 Compass, false readings
I have been confused for a long time by the Compass in Windows 8.
I knew that there is a API called "Compass" in Devices.Sensors, and I can use it to get the the compass reading as a magnetic-north or true-north value.
You can see a sample in…

SunXiaoqiang
- 71
- 4
1
vote
1 answer
remote desktop connection to pc via tablet using IOS
we want to develop an remote desktop application for tablet using ios.
Can any one guide us regarding about how the application realy works and the codeing knowlegde required !!!!

user1542235
- 11
- 1
1
vote
1 answer
How to make a Swing application touchable?
We developed a Swing GUI system running on PC, and the boss wants it to run on a special tablet PC too. Does anyone know what else we can do to achieve it? How to make a Swing GUI support touch operation?
The touch-support driver of the tablet PC is…

pianyao
- 13
- 3
1
vote
1 answer
touchmove prevent default/signature capture doesnt work on a windows tablet
i have a windows tablet here and am working on signature capture for a web app.
on an ipad and droid you can use
$("body").on('touchmove', function (event) {
event.preventDefault();
});
to lock the page in place as you sign. this isnt working…

user1298969
- 21
- 3
0
votes
2 answers
Does android.nfc package works with tablets
What i want to do is connect a NFC
reader to the USB of a tablet. So what i want to know first of all is
if its possible, if it is possible what brand and model of NFC and
tablet should i buy and what version of android is required to…

mcoto800
- 1
0
votes
4 answers
What happens when the stylus "lifts" on a tablet PC?
I am working on a legacy project in VC++/Win32/MFC. Recently it became a requirement that the application work on a tablet pc, and this ushered in a host of new issues.
I have been able to work with, and around these issues, but am left with one…

el2iot2
- 6,428
- 7
- 38
- 51
0
votes
1 answer
How to disable default TextInputPanel for an application?
I have a wpf application (I use CAL) for a tablet pc.
I created a custom text input panel.
Now is my question: How can I disable the default TextInputPanel?
This is only through my application offcourse because I still want the utility in my winxp…

hypo
- 199
- 4
0
votes
1 answer
Force WinForm Application on top Windows 10 Tablet Mode
Is there any way to force a simple winforms application to run on top the tablet mode main screen ?
It can be Vb script or anything, the idea is to show a count down application on top the main screen to announce the upcoming "force shutdown" of…

Rohab12321
- 31
- 3
0
votes
0 answers
can not maximize the window to full screen on tablet in pc mode
enter image description heresee this image, i can not press the maximize button on my application, but on Files Application, it can press, and change the window size, so what should i do? its android 11.0 and android 12.0 tablet

Ethan
- 1
- 1
0
votes
1 answer
Javascript mouse tracking speed
I was working on a tablet PC using zoho notebook (http://notebook.zoho.com) earlier today and noticed that stylus input is not as accurate or smooth as something like say, OneNote. It seems like the functionality is done in javascript, so my…

intervigil
- 101
- 1
- 5
0
votes
1 answer
How to trap BEX crash (or any other) error on Atom based tablet PC?
I develop an app on my desktop PC and run on a tablet PC -Windows 7 32 bit- then it crashes without any clue, just says application has stopped working.
Are there any lightweight or remote debug possibilities? Or any code injection to handle the…

Nime Cloud
- 6,162
- 14
- 43
- 75