Questions tagged [handhelddevice]
40 questions
1
vote
0 answers
ASP.NET Mobile Client Printing
I have a simple asp.net page which contains data pulled from MySQL into four labels.
I want people to access the page from ANY handheld that can browse the internet, low end phones, high end smart phones etc.
Thing is as most mobile handhelds don't…

Kevin
- 21
- 2
1
vote
2 answers
Block phone useage on a Windows Mobile 5 device
I am developing a Windows Mobile app that my company is providing the devices for. We do not want our users to use the phone that is part of the windows mobile device.
Does anyone know a way to block phone usage?
If it matters, the device type is a…

Vaccano
- 78,325
- 149
- 468
- 850
0
votes
1 answer
build website handheld device friendly
I want to adapt a method to convert my fixed width website to handheld device friendly website. Could anybody please suggest which method would be the best. Considering it should not compromise the loading time of website. I believe Responsive Web…

Shruti Jakhete
- 111
- 1
- 8
0
votes
0 answers
Convert Multiple Win CE CAB Files into EXE file | MobilePackager
I have a Windows CE application that has multiple cab files.
The issue with my one of devices (running Windows CE 7) is that it's wiping out all cab files on reboot. But exe files remain.
So I managed to use "MobilePackager" from mobilepackager.com…

Mohammed Jabir Abdul Hameed
- 11
- 1
- 3
0
votes
0 answers
how to implement barcode listener on handheld MB_A version mobile terminal on flutter
I used honeywell_scanner to scan barcode on mobile terminal and it works on Honeywell mobile terminal, but I want to use this app for "handheld MB_A" mobile terminal device to scan and read barcode. I tried other packages: zkc_scanner,…

Vepa Sabyrow
- 121
- 1
- 3
- 10
0
votes
1 answer
FLUTTER / How to scan barcodes with RawKeyboardListener?
I'm building a barcode reader application. Barcode will happen with barcode reading included in an android device. I'm trying this with RawKeyboardListener, but I don't know how to get the barcode result, can you help?
RawKeyboardListener(
…

VolkanUstekidag
- 345
- 2
- 8
0
votes
2 answers
A way to completely close the keyboard without losing textfield focus
Is there a way to completely close the keyboard without losing textfield focus? I'm using textfield to capture the result provided by a physical barcode reader built into the smartphone, it's in the return value, but I want to hide the keyboard. I…

VolkanUstekidag
- 345
- 2
- 8
0
votes
1 answer
I want to hide my keyboard in all situations
I am making a barcode scanning application and I am making this application to work on handheld terminals as well. If the user presses the read key on the hand terminal, the return value will be filled into the textfield. I want to not see this and…

VolkanUstekidag
- 345
- 2
- 8
0
votes
1 answer
Xamarin and handheld devices
Hello I have to develope a cross app for handheld devices. Is it possible to use Xamarin.forms in visual studio 2017 to create and deploy it?
user4019463
0
votes
1 answer
Export to CSV not working in mobile handheld device using c#
I am working with Mobile Handheld device application using c#, trying to export datatable to csv file but none of method are working for me,
Plateform Visual Studio 2008 and Smart Device Application.
File.WriteALLText method is not working in smart…

BJ Coder
- 350
- 5
- 16
0
votes
1 answer
Android studio could not detect handheld device IC-600S
I want to develop an android app for handheld device "IC-600S" but android studio could not detect this device.
the device is already appears on windows device manager but when I try to debug the project android studio shows the message "no USB…

Mutasem Haj Hasan
- 326
- 2
- 11
0
votes
1 answer
Is it possible to use the laser barcode scanner on a handheld terminal that runs android using apache cordova?
Is it possible to use laser barcode scanner of a handheld terminal that has android os with using apache cordova ?
Here is a link of motorola android handheld terminals: http://www.ptsmobile.com/cat/mc40-barcode-terminals.html

ahmet kocadogan
- 127
- 1
- 13
0
votes
1 answer
Connect Visual Studio 2008 (in Windows 7 64 bit OS) with Windows Mobile handheld 6.5.3 device
I have two questions below.
I am a new developer to create an application for Intermec CK71 device (Windows Mobile handheld 6.5.3 OS) to scan the barcode and capture the data. I studied that I need a synchronization tool to connect VS 2008 to the…

user2941026
- 31
- 6
0
votes
1 answer
How to capture a post amble carriage return from data wedge input using a text box in vb.net?
I have a simple app that is currently using an SDK, but this is causing memory problems, and I also want the app to run on multiple hand-held scanner types without being redone for each platform, if possible. So I decided to use the data wedge.
The…

Garry_G
- 169
- 5
- 12
0
votes
1 answer
Read response from an ASMX web service back to objects from disk
We have an ASP.Net web service which receives an XML file to a PDA and maps it to objects (a standard .Net web method). Is there an easy method of after saving this XML response to disk, having it read back into the same object structure it was in…

user204616
- 23
- 4