i am new bee in this field. i have a motorola mc70 device.i want to create an application for it in which device scans barcode and than put data of barcode into my sql server database. i have worked in visual studio 2010. now i have a motorola scanner sdk and user guide. but i don't know how to create application for these types of devices.
i have worked in c# so i am familiar with it and i am using sql server database for it.
i don't know where to start?? should i make console application or other type of application.
Can anyone help to sort this out and provide procedure to create application for this device...
Thanks in Advance...
If you're gonna to use .net then you have to get Visual Studio 2008 and download the Windows Mobile SDK. They removed the support for creating Windows Mobile applications in VS 2010 and up.
In Visual Studio 2008 you will find smart device project etc.. And there is also a Emulator for it.
There is other options to create applications for these devices. Like RhoMobile Suite. With it you code HTML5 / CSS3/ Javascript / Ruby etcc. But it is not free.
Developing applications in RhoMobile is free but when deploying it and uses some features will cost.
Related
I have an Windows Embedded Compact v8.00 device installed with build 6247. FYI - This device is an Siemens HMI.
Now I'm looking for the right way to develop applications for this version of Windows. I started trying with Visual Studio 2008, so I build a very simple application with just a useless textbox. After copying the executable to the device I start tried to run the test applications but nothing happens.
After searching the web I found out it's better to install Visual Studio 2015 PRO with an application builder from Microsoft's website.
Is this the right way to do? What else does I need to know when developing applications for Windows Compact 2013?
To create applications for Windows Embedded Compact 2013 you need VS2013 or VS2015 professional with the Application Builder plugin and a valid SDK installed on your PC.
If you develop managed apps you also need to check in the .NET runtime is already part of the image or find a way to deploy and install it permanently on your device (the way to do this may change depending on the device configuration, registry type etc.)
Using Visual Studio 2017 / Xamarin with C# in an Android app, can the app easily talk to an Oracle Server running on our local Windows domain? And can this be done with freely available drivers? Or is a 3rd party driver required?
Currently, my company develops Windows apps on Visual Studio 2013. Connecting to Oracle using the Oracle native .NET driver is very easy. But we are looking to develop some apps to run on a handheld barcode scanner running Android. Before we make the investment in VS 2017 and the Android devices, we would like to be sure it is technically feasible.
Hi guys I am trying to develop for a Windows Embedded Compact edition 2013 using Visual Studio 2013 on Windows 10. But I have not been able to.
I have installed the Application Builder and still could not find a template in Visual Studio 2013.
Please can anyone help.
Application Builder is just one of the pieces.
Another piece is the SDK that was developed for the target platform. This includes hardware components and drivers (BSP) and software components (what Windows Embedded Compact 2013) options have been installed. Hopefully this has been written for you.
If the SDK hasn't been developed or it needs other drivers or Windows components to be loaded for your project, you will need to install other Windows Embedded Compact 2013 tools.
I have developed an application in Microsoft Visual Studio 2013. With
.Net framework 4.5
sql server 2012 express
Crystal report 13
I want to make my application portable, i meant that i should need to copy the folder of application to deploy it. Just like Tally accounting software or VLC Media player.
Please suggest me how can i do.
If this is not possible in described technology then please suggest in which plate-from it can be possible.
My application needs a DBMS to store data and a printing solution for print documents.
This question is unique as per condition that i have used 2 tools, i want to make portable my application with sql server express and crystal report. If it is not possible then please suggest portable replacement of both tools
I'm new to the CE environment, I have to create an application for a mobile computer with a barcode scanne that uses Windows CE 5.0 (motorola mc3000)
I was thinking that I should use Visual Studio 2008 because it seems that neither VS2010 and VS2012 doesn't support Windows CE 5.0 : ETA on Smart Device Projects for Visual Studio 2010
I have never used CE before and I have searched a lot for useful tutorials to help me in my task, but unfortunately it was with no result.
Does any one know any good tutoriel to help me to make a good start knowing that I'm using windows 7 ?
Thanks,
Tutorial for Visual Studio 2003
The tutorial should work for 2003/2005. 2008 probably has support for Windows 6.0 rather than 5.0
The SDK's documentation should include information about accessing the Motorola camera.