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
0
votes
0 answers

How to ignore 1st touch event when screensaver is enabled

on our Win CE 6.0 device (x86 platform), screensaving is enabled using the Powermanager UserIdle Timeout: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\Timeouts] "ACUserIdle"=dword:3c My assumption is, the graphics driver (Intel…
timmf
  • 44
  • 6
0
votes
1 answer

How to enable Stylus input and read the text and save it in a Windows 7 CE Application?

I have been working on a Windows 7 CE device. The platform uses Silverlight 3 for Windows Embedded and Expression Blend 3 . The code is to be done in VC++. I am struck at a requirement. The user has an option for writing a text at any part of the…
0
votes
1 answer

.Net Compact Framework for Windows Embedded

Can I use .Net Framework(Regular) on windows 7 Compact Embedded or I have to use .net compact framework only?
Anand Shah
  • 366
  • 1
  • 4
  • 18
0
votes
0 answers

JSON Deserialization in Windows CE 6 with C# to Dictionary or Dictionary-like object

I'm trying to decode JSON from a CakePHP web service on Windows CE 6 in C#. An example of the JSON is: "{ "response": [ { "Asset": { "name":"La…
jeffc
  • 1
  • 4
0
votes
1 answer

Where do I look to learn about Network Programming to Auto Configure Embedded Devices?

I am a 16 year Windows UI developer and am now researching Network Programming on Embedded Devices. This is completely out of my realm of expertise. I need to research network programming on 2 devices: Device 1 will use Windows Embedded Compact 7…
0
votes
1 answer

Setting EdgeStyle throws NullReferenceException for TeeChart Pocket

I'm using TeeChart Pocket running on .NET 3.5. The target application is running Windows CE 6.0 with .NET 3.5. I made a small forms application that draws a pie chart, but when I add an edge style I'm getting a NullReferenceException. The minimal…
Mike Bailey
  • 12,479
  • 14
  • 66
  • 123
0
votes
1 answer

How to write a "Hello World" app with .net compact framework for Windows Embedded Compact 7?

I want to write a "Hello World" app with .net compact framework for windows embedded compact 7. Now I have download Windows embedded compact 7 and install it to C:\WINCE700. Also I can create a "OSDesign1" solution with my VS2008SP1. It compiled…
joe
  • 235
  • 3
  • 10
-1
votes
1 answer

WebBrowser control not run jquery with Windows Embedded Handheld

A simple form application with a WebBrowser control does not execute jquery scripts, while IE on same device works. My environment is a Pocket PC with Windows Embedded Handheld 6.5 Classic, CE OS 5.2. Are there some tricks to make WebBrowser control…
-1
votes
1 answer

Difference between WinCE7 vs. WEC7

I tried searching for training for Windows Embedded Compact 7 and I found that some of the training mention Windows CE 7. So, I would like to know if there is there a difference between Windows CE 7 and Windows Embedded Compact 7. Or do these 2…
AaJB
  • 1
-1
votes
1 answer

Show 'column bar' (name,date...) in windows explorer

how can I enable the 'column bar' in the windows explorer (ec7)? I.e. the bar where the files can be sorted by name/size/type and column width can be adjusted. On our CE6 device, it is displayed. On our EC7 device, not. Already compared the registry…
timmf
  • 44
  • 6
-3
votes
1 answer

Array values changed to 0

I am passing an array through a message queue: double data[20]; if(i!=20) { data[i] = getInstance()->real_time_data.f_ChannelData; i++; } else { i = 0; …
Javia1492
  • 862
  • 11
  • 28
-6
votes
1 answer

Code not excuting correctly the delay is not working at all any help is appreciated

Delay is not working after burning the code on at mega i tried most of stuff i found online but nothing worked any help is highly appreciated thanks in advance. while (1) { PORTC.0 == 1 ; delay_ms(2000); PORTC.0 == 0 ; …
1 2 3
11
12