A smart device is an electronic device, generally connected to other devices or networks via different wireless protocols such as Bluetooth, NFC, Wi-Fi, 3G, etc., that can operate to some extent interactively and autonomously.
Questions tagged [smart-device]
148 questions
1
vote
1 answer
Zebra ZM400 USB Printing in WINCE 5.0 and VB.NET
I have an application in VB.NET, for smart devices, that prints labels containing some product information such as manufacturar name, product name, product weight and a barcode with the product name. In the past I used to print it using the serial…

Paradigm_shift
- 13
- 4
1
vote
2 answers
Cannot run unit tests for an application developed with Compact Framework for Windows CE 6.0 platform
I'm developing a solution for Windows CE 6.0 using GuD_AtomKit X86 Device emulator.
I'm not able to run any unit tests, because I get following error message:
The test adapter ('Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestAdapter,…

Tomas Walek
- 2,516
- 2
- 23
- 37
1
vote
2 answers
How can I send a print command from a winCE device to a PCL printer?
I'm developing an application for Honeywell Dolphin 6100, a mobile computer with a barcode scanner that uses Windows CE 5.0 like OS.
I want to add an option that can take a text file (.pdf, .txt, .docx, etc) from a "openFileDialog" component and…

Mohamed Jihed Jaouadi
- 1,427
- 4
- 25
- 44
1
vote
2 answers
How Can I disable the virtual keyboard?
I'm developping an application for Honeywell Dolphin 6100, a mobile computer with a barcode scanner that uses Windows CE 5.0 like OS.
I employed in my app. an "openFileDialog" compenent, but the the problem is that a virtual keyboard is showing when…

Mohamed Jihed Jaouadi
- 1,427
- 4
- 25
- 44
1
vote
2 answers
How to load data from Excel file to sql databse?
I'm developping an application for Honeywell Dolphin 6100, a mobile computer with a barcode scanner that uses Windows CE 5.0 like OS.
I want to import data from excel file to the local database of the application. I'm following this tutoriel
The…

Mohamed Jihed Jaouadi
- 1,427
- 4
- 25
- 44
1
vote
2 answers
How to make application display in full screen mode, covering the Start menu?
I'm developing an application for Honeywell Dolphin 6100, a mobile computer with a barcode scanner that uses Windows CE 5.0 like OS.
The problem is that I can not put the application into full screen (the start menu below the screen insist to be…

Mohamed Jihed Jaouadi
- 1,427
- 4
- 25
- 44
1
vote
0 answers
Extensions in Smart Device Project, .net 2.0
I'm working on a Smart Device Project using Visual Studio 2008. I have a static class named Extensions where I want to write extension. I wrote the following extension
static public Bitmap ToImage(this byte[] blob)
{
Bitmap image;
using…

M.GH
- 57
- 6
1
vote
1 answer
Missing Data.SqlClient namespace in SmartDevice project (Windows Mobile)
I start programing on Windows Mobile 6.5.
I install VS2008, SDK 6.0 and DTK 6.5.3. Create project (WM 6.0, .NET 3.5) and the is no using System.Data.SqlClient. I System.Data only is Common, SqlTypes.
References are included by creator.
SqlCommand…

Adrian Botor
- 362
- 3
- 17
1
vote
0 answers
ExceptionCode: 0xc0000005 with sqlcereader
I have a Windows CE Device. I am trying to run an application which is using SqlServerCe. When I try to run ExecuteReader.Read() method it is throwing an exception like below:
Error
ExceptionCode: 0xc0000005
Exception Adress : 0x4d776569
Reading:…

Oguzkan Akbel
- 33
- 6
1
vote
2 answers
How to optimize adding controls to winform
I have problem with long time drawing controls in my smart device project.
Here is code that freeze application for ~11s:
SAdr = this.ExecuteSQL("select * from dba." + table);
while (SAdr.Read())
{
PictureBox pBox = new PictureBox();
…

WooCaSh
- 5,180
- 5
- 36
- 54
0
votes
2 answers
"Unable to connect to any of the specified MySQL hosts." in Smart Device Projects VS2008
I am new to Smart Device Projects. I installed MySQL Connector Net 6.4.4. And i add MySql.Data.CF for mysql connection in vs 2008.
But i can't get the output. "Unable to connect to any of the specified MySQL hosts." exception through on the…

Sagotharan
- 2,586
- 16
- 73
- 117
0
votes
1 answer
Install SQL Server CE database in separate folder [Windows Mobile 6 Smart device ap]
Install SQL Server CE database in a separate folder, and application in other folder as usual. While uninstalling application from device, database won't delete. When reinstalling application on the same device, check if database exist in it [where…

code_star_net
- 213
- 7
- 23
0
votes
1 answer
How to get set temperature?
I would like to get the current temperature set on heat mode of the Nest thermostat (not the ambient measure temperature).
Is there a way to do that from Google Scripts?
I looked at the Google Apps scripts documentation but found nothing about this.

Permafrost
- 27
- 4
0
votes
0 answers
Visual Basic Studio 2008 PocketPC: How to rotate screen ? (Landscape orientation)
I am trying to make a small app for HP IPaq 1940 Pocket PC running Windows Mobile 2003, nothing fancy, only a few buttons, and some textboxes. The thing is - I cannot set the app screen orientation to landscape in Visual Basic Studio 2008. I found…

user3237483
- 1
- 1
0
votes
0 answers
Develop Android app for connecting to smart devices/Home automation app
So, for the start I have a smart light device. I want to develop a app which searches this smart light and then connect to it. After connection I want to access the traits offered by that smart light and control it from my application.
What I have…

primo
- 1,340
- 3
- 12
- 40