Questions tagged [windows-embedded-compact]

Previously known as 'Windows CE', Microsoft changed the naming of the operating system starting with version 7.0.

177 questions
1
vote
2 answers

Windows CE 7 Emulator and Programming

My company is thinking of switching to these handheld units: https://www.barcodesinc.com/motorola/part-mc32n0-gi4hcheia.htm#specs They run off of Windows Embedded Compact 7. I have been tasked with programming an inventory management solution. I do…
1
vote
1 answer

Motorola MC3190 strange behavior while scanning

I am writing an application to scan bar code and show it to the text box. I am using Motorola MC3190 device runs on Windows Embedded compact 7.0. To implement barcode scanning, I used Symbol.dll and Symbol.barcode.dll. I have an issue that device…
1
vote
2 answers

How to set time zone to frecnh zone + windows ce

I need to set my timezone in my mobile device to french zone in c# (windows embedded ce) how can I do this please?
1
vote
1 answer

Data transfer Windows Embedded Compact 7 & Computer VIA USB connection

I made an app using the barcoding for inventory management, now i need to transfer that data to the computer. For this purpose i used TCP/IP Host client sample applications given in windows mobile 6.5.3 SDK samples. When i run the application its'…
Ali Umair
  • 1,386
  • 1
  • 21
  • 42
1
vote
1 answer

Application development Windows Embedded Compact 7.0 for Motorola MC32NO

I am trying to get started on application development for my Motorola MC32N0 device running Windows Embedded Compact 7.0. This tutorial explains that I need a Board Support Package (BSP), however I am unable to find this on the Zebra website. Is a…
Ali Umair
  • 1,386
  • 1
  • 21
  • 42
1
vote
1 answer

WinCE 7.0 development using Windows Embedded Compact 2013

I have to develop an Application for WinCE 7.0 device (MC3200 MOBILE COMPUTER).After googling for a while I came to know that WinCE development can be done only from VS 2005/2008 Pro(or greater).I also saw some answers here but they were too old to…
1
vote
0 answers

Is there a way to integrate Google spreadsheets with an application in windows CE 7.0

My motive is to fetch data of an application, say application stores information of product, its name and price, now i want this to view in google spreadsheet, much like integrating the Google spreadsheet and application. Is there a way to make it…
1
vote
0 answers

Button event registers only every other click

I created a standard button using Expression Blend 3 and tied this into an event handler for turning on an led. I also have a similar button for turning off the led. I am passing this event between subprojects (front end to back end) using windows…
Javia1492
  • 862
  • 11
  • 28
1
vote
2 answers

Access hardware from user process

I have a driver that runs in the kernel of a Windows Embedded Compact 2013. The driver is loaded with the "Drivers\BuiltIn" registry key. It accesses a set of HW-registers that are mapped with MmMapIoSpace. The access to the hardware has some…
harper
  • 13,345
  • 8
  • 56
  • 105
1
vote
1 answer

Setting up a Smart Device Project in VS 2012 with CF3.9

I currently need to work on a Compact Framework Project again. I used to do this some time ago with VS 2008, however I don't have a license for this anymore. I do have licenses for 2012, and it really seemed like good timing for me given the recent…
Mene
  • 3,739
  • 21
  • 40
1
vote
0 answers

Cookies in .NET Compact Framework - manual workarounds and cookiecontainer comparision

While developing a WMS application for Windows CE I've encountered a problem with lack of cookies support in .NET Compact Framework. Doing my research I've found those two workarounds for the problem: Alex Feinman approach yoniathome approach The…
Johnny
  • 51
  • 8
1
vote
1 answer

How to Marshal the NDISUIO_QUERY_OID struct in C# to perform the below task

Hi I am trying to convert the C/C++ Strcut to C# and how to fill the structure member with address of another structure in C#? C/C++ Struct looks like: typedef struct _NDISUIO_QUERY_OID { NDIS_OID Oid; …
arya2arya
  • 291
  • 2
  • 21
1
vote
3 answers

How to do memcpy in C# .Net CF with the following task

Hi I am trying to convert the C/C++ Strcut to C# and how to fill the structure member with address of another structure in C#? C/C++ Struct looks like: typedef struct _NDISUIO_QUERY_OID { NDIS_OID Oid; …
arya2arya
  • 291
  • 2
  • 21
1
vote
1 answer

How can I read an XML file in a Web API app?

If this makes any difference, the XML file is being sent from a handheld device. There are a couple of interesting answers to a similar question here, but I'm not sure the more popular answer really addresses my situation (where the client seems to…
1
vote
1 answer

Visual Studio for Windows Embedded 8.1 Industry

I'm currently using Visual Studio 2008 with WinCE 7 BSPs. If I'd like to move on to Windows Embedded 8.1 Industry BSPs, can I use Visual Studio 2008 itself or I need to install VS 2013? My OS is Windows 7. Also, what all base BSPs come along with…