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
0
votes
1 answer
Custom pocket pc 2005-08 application deployment issue
I have developed one custom pocket pc application for Motorola MC-2100 device. I need to read the barcode and display it on textbox on my Windows CE device.
When i run this app on emulator it works fine, but when i deploy it on my Windows CE device…

Ashish Rathore
- 2,546
- 9
- 55
- 91
0
votes
3 answers
How can I get selected row values of a DataGrid in C# and Hide a column from DataGrid?
I am developing an smart device application on windows 6 smart device so DataGridView is not available. I want to get selected row cell values and hide some columns. Is it possible in DataGrid?

Mohammad Rashid
- 138
- 3
- 16
0
votes
1 answer
SQL Server CE database thread safety
I'm creating a vb.net smart device application that utilizes a SQL Server CE 3.5 database and an in-memory dataset bound to input controls as an intermediary.
I would like to maximize the performance of the UI by placing the database update…

GSHinks
- 17
- 5
0
votes
1 answer
Best Practice creating simple queue Compact Framework
We are creating an app using .net Compact Framework 3.5 running on Windows CE Embedded 7.0. This app is collecting different data from our different vehicles and sending them back to our Server.
The Problem we are facing is connection lost, which is…

TomTom86
- 3
- 1
- 1
0
votes
1 answer
how to close specific serial port in C++ MFC smart device application?
how to close specific serial port in C++ MFC smart device application?
how to check if a port is open?
and how to close it?
i am using this "
ex: http://msdn.microsoft.com/en-us/library/ms881795.aspx

Bart
- 4,830
- 16
- 48
- 68
0
votes
1 answer
Making a HTTPS request using C# Smart Device Project .net 2.0
I am working on a Windows Smart Device project. I want to send a HTTPS request to a API host to retrieve information.
The current code noted in the link below works perfectly on my trial on a Windows Form application:
How do I use WebRequest to…

aeee98
- 114
- 10
0
votes
1 answer
error LNK2019: unresolved external symbol SHInitExtraControls referenced?
How can i resolve this error:
Error 1 error LNK2019: unresolved external symbol SHInitExtraControls referenced in function "public: virtual int __cdecl CTestApp::InitInstance(void)" (?InitInstance@CTestApp@@UAAHXZ) Test.obj
thanks

Bart
- 4,830
- 16
- 48
- 68
0
votes
2 answers
Connect Windows Mobile 6.5.3 application to SQL Sever 2012
We have solution based on Windows Mobile 6.5.3 and use System.Data.SqlClient to connect to our database. Everything works fine until...
After upgrade SQL Server from 2005 Workgroup Edition to 2012 standard we have problem with connections.
Real…

Adrian Botor
- 362
- 3
- 17
0
votes
1 answer
print from mobile computer to zebra printer via Bluetooth comunication
I am developing a project for Windows Mobile 6.5 MC75A Mobile computer. I connectd my MC75A Mobile computer to the Zebra printer(ZEBRA qln420) via Bluetooth.
I am developing application in vb.net.in my project i added PrinterCE.NetCF.dll and i…

jas backer
- 199
- 1
- 14
0
votes
1 answer
Inherited control in Smart Device (Windows CE) solution of Visual Studio 2008 doesn't work properly
I have a design time problem when I inherit a UserControl in Smart Device (Windows CE) solution of Visual studio 2008.
Assume that I have a class like this:
public class MyLabel:Label
{
//Do nothing at all
}
When I put MyLabel in a Form, it doesn't…

Afshin Aghazadeh
- 547
- 4
- 17
0
votes
1 answer
Unit Test : VSTestHost.exe has stopped working. VS2008 Pro - Compact Framework
When trying to execute Unit Testing On a SmartDevice project on Visual Studio 2008 Pro, I get an error "VSTestHost.exe has stopped working".
When debuging the Unit Test, I have the following exception FileNotFoundException
and the stack trace is as…

Yahia
- 805
- 7
- 25
0
votes
0 answers
SQL Server connection on smart device
I wanted to know if it’s possible to use a SQL Server database connection on a smart device? On the internet I found some solutions to use it but I also found people saying that you need to use SQL Server CE connection.
Source: "Can't find PInvoke…

AntoonVs
- 91
- 6
- 20
0
votes
1 answer
How to create menu & sub Menu in smart device app in visual studio 2008
I am new to the smart device application in visual studio 2008. I have to create a smart device app which will have menu & sub menu at the top (similar to desktop application). Once user clicks on the sub menu it will navigate to a form.
Please let…

user2941026
- 31
- 6
0
votes
1 answer
How to connect to a sql server database over the net?
hello i am a beginner at programing and the problem that i have is how can i connect to a sql server database located on a server over the net from within a smart device project (windows mobile 6)
Server = my Server Address;Database = my Data…

Spiri
- 21
- 3
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