The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
103 views

how to work around memory leak from webbrowser controls?

I use the iwebbrowser2 navigate to navigate over some local html files. At each navigate, memory gets allocated and not released until I close my app! My win32 (no .net, no MFC) app is running on a ...
0
votes
0answers
51 views

Silverlight application issues on Windows Embedded Standard 7

In my company we have an internal app developed with Silverlight 5. It's running well on windows XP & Windows 7. Now, I would like to run it with Windows Embedded Standard 7 32bits but it ...
0
votes
1answer
17 views

Conditional loading of Chrome based on working internet (WLAN) connection

I have a thin client running stand alone on Windows XP embedded which will be used as a information screen. Information shall be pulled from the internet (through a website) when a WLAN-connection has ...
0
votes
0answers
45 views

Third party controls for windows embedded ce 6.0

Can anyone suggest me good third party controls for windows embedded ce 6.0 --> Smart Device Application? This controls should include attractive charts,buttons,ribbons,Gridview etc. Thanks
0
votes
0answers
122 views

Windows Embedded CE 6.0 and SQL Server

I have Windows Embedded CE 6.0 installed on XP. I am trying to develop a very simple device application to select data from table and display in drop down. My SQL Server 2005 database is on some ...
0
votes
1answer
108 views

Dcpromo run as Local System in Server 2008

I am trying to have a service running on a Windows Server 2008 R2 be able to execute dcpromo in order to join and remove AD. In Server 2003, I was able to simply use Process.Start() and provide the ...
0
votes
0answers
67 views

COM objects Windows Embedded Standard 7

I'm intern at a company which has software running on Windows XP. It has been developed in C# en C++ using COM objects. C++ is developed in Visual Studio 6.0 and the C# part in Visual Studio 2005 ...
2
votes
1answer
142 views

Starting an app in snapped view on an embedded system

A colleague recently asked a similar question ( How to start a MetroApp directly in Snapped mode? ), but this question is not a duplicate... Programmatically forcing a Windows Store app to open in ...
-1
votes
1answer
66 views

Is there a way to use a program wrote in c# 2010 , at Windows Embedded?

at first my English is not good,so please forgive me for any bad using of words. I am a programmer(a New one), i wrote a program in C# 2010 with .NET4 , this program gets Video from a Webcam (With ...
3
votes
1answer
133 views

Getting a Windows credentials username in c# windows form application

How do I get the currently signed in username in a windows forms application? The app runs on Windows Embedded Standard 7 O/S.
3
votes
4answers
753 views

Web Browser support Windows Embedded vs Windows CE vs Windows Mobile?

I am developing a web based inventory solution for a client and there will be handheld mobile computers involved. I've never developed a web app that has been run on a browser on one of these devices. ...
0
votes
1answer
87 views

Windows Embedded Standard 7 thin client - copying files over the network with a batch file

Is this possible to copy files from a network location with a batch file over to a thin client running Windows Embedded Standard 7. COPY command won't work, and when I try to navigate to a network ...
0
votes
1answer
87 views

Playing a sound in IE on Windows Embedded Handheld 6.5 device

I need to play a sound in an ASP.NET webapplication. Currently I am using <embed id="SoundPlaceholder" runat="server" src="/Audio/success.wav" hidden="true" autostart="true" loop="false" /> ...
0
votes
1answer
329 views

C# Windows Application Error: Clr20r3 on windows embedded

I have a unit which has windows embedded operating system. I can simply compile and run my application on windows 7. I had run my application on windows embedded too. But for a while later it began to ...
1
vote
1answer
149 views

TeeChart library doesn't render for Windows embedded 7

I have an application that was compiled with Delphi and links to TeeChart libraries. It plots just fine on the Desktop version of Windows 7, but doen't plot at all on Windows 7 Standard embedded.
3
votes
1answer
153 views

Retrieving Tcp/IP usage on a mobile connection c#

I am currently writing a system logging program which sends different logs via ftp. The Problem I am facing is that my program should constantly check if the connection is being used before and during ...
0
votes
0answers
160 views

OpenGL and Windows Embedded [closed]

In my software project I use a camera. I process the real time video and I settle some symbols on video. In application there is a general ui which is created with Qt, for camera settings and direct ...
3
votes
1answer
271 views

DriverUnload not called on Windows restart/shutdown

I'm debugging a driver with WinDbg. In the DriverUnload function, there's a call to KdBreakPoint(). When I disable the device from device manager, WinDbg breaks into the DriverUnload function. But ...
1
vote
0answers
158 views

The instruction at “0xXXXXXXXX” referenced memory at “0xXXXXXXXX”, The memory could not be “read”. Error thrown when unplugging monitor

I am running an a Windows 7 Embedded Standard with i3, 4GB of ram and a solid state drive. It runs a WPF application. However, if I unplug the monitor and plug it back in, while the application is ...
0
votes
1answer
129 views

Is it possible to to programmatically detect changes of IP address on a specific ethernet interface on windows XP?

I can easily check IP addresses programmatically, but is there any way to set up a notification in case the IP address of an in interface changes? This can be a windos API or .net solution; either is ...
0
votes
0answers
44 views

Unxpected behavior when draws on 3rd party window

I wrote app, that draws some information on 3rd-party window. Drawing through Winapi calls - GetDC + c# graphics - Graphics.FromHdc var r = Pinvoke.InvalidateRect(hnd, IntPtr.Zero, true); ...
0
votes
0answers
156 views

compiling opencv 2.3 for windows ce 6.0

I know how to compile opencv for different windows platforms using cmake but is there any thing like that to compile opencv 2.3 or higher for windows ce 6 so I could write programs with vs 2005 for ...
1
vote
1answer
322 views

How do I change the program memory through config.bib in Wince 6.0?

I get an error: PROGRAM MEMORY IS LOW Convert some Storage Memory to Program Memory... Use System Control panel to adjust memory later. I would like to change the program memory through config.bib. ...
1
vote
1answer
212 views

How to position a Rectangle in Embedded Silverlight?

I'm trying to position a Rectangle on a Canvas but can't figure out what the correct syntax is to do this. In C# I would write rect = new Rectangle(); rect.Width = 100D; rect.Height ...
2
votes
1answer
711 views

handheld with windows embedded 7

I'm a little new on Window Embedded Compact 7.0(WEC 7) so I have some question about it : 1- Is there any handheld device that runs with it? All I found run on 6.5 and lower win CE versions ( check ...
0
votes
1answer
183 views

Please help me check the code about Databinding in Silverlight for Windows Embedded

I'm sorry to cause you a lot of trouble to read my question, because I'm a Chinese ,my English is poor, but the question has been bothering me a long time. When I build a test-codes about ...
0
votes
0answers
257 views

How to increase the width of System.Windows.Forms.MenuItem?

I have an app that works with Windows Mobile 5, however when I put the same app on Windows Embedded 6.5, there are many things that I need to adjust my app to, such as the new resolution. One of the ...
0
votes
1answer
76 views

Windows embedded 2009 service

I'm developing an application that will be executed in a ThinClient with Windows Embedded 2009. It's written in C# 3.5. But, when I played for the first time with the ThinClient, I noticed that it has ...
1
vote
3answers
576 views

WinCE emulator shows Black Screen when trying to run

I am new to WinCE. I am trying to build an WinCE 6.0 Image using platform builder. So I went Like this . Visual Studio 2005 >> Platform Builder >> OS Design Avilable BSP : CEPC X86 Custom ...
0
votes
1answer
542 views

How to programatically change the output mode of an intel gma450 graphics card to clone

I would like to change the output mode of an Intel GMA450 based graphics chip to "cloned" mode. Since the environment is a Windows Embedded Standard and only one of the connected monitors might be ...
1
vote
2answers
339 views

OpenNETCF and Windows Embedded Standard O/S

If I have an application that is written in .net Compact Framework (and runs on Windows CE) and is theoretically compatible with Windows Embedded Standard O/S, would it still be compatible if it makes ...
0
votes
1answer
844 views

Windows Embedded Compact 7 - device requirements?

I can't find anywhere what are the hardware requirements of embedded device to successfully run Windows Embedded Compact 7? Thank you in advance!
1
vote
1answer
123 views

Test a embeded system (PC) from another PC

Got a customer request but no idea can it be done. So need your opinions on this. This might be a utterly stupid thing to ask but yet need some facts so can work out best solution. Scenario, My ...
2
votes
1answer
4k views

Windows Embedded Compact 7: Developing?? Visual Studio 2010?? Templates?

I would like to develop for Windows Embedded, but can't find any easy tutorials. I have looked here and here Does it just work on Silverlight, or something special? There doesn't seem to be any ...
1
vote
1answer
174 views

Silverlight application for Windows Embedded

I am developing a Silverlight application for Windows Embedded and I am using Blend2 for making GUI. SL for Windows Embedded will not support the C# code and we have to use C++ as we know this. So ...
2
votes
0answers
157 views

Moving objects from code in Silverlight for Windows Embedded 7 (SWE)

I am desperately looking for a code sample which would allow me to dynamically create and move graphic objects in Silverlight for Windows Embedded 7 (SWE). I have found several examples of application ...
0
votes
0answers
152 views

DrawTextA not showing text on Windows Embedded Standard

We have multiple sets of hardware, and for each one we create a new Windows Embedded Standard image. All have been fine up until now. On the latest image, our main application does not show it's text. ...
1
vote
2answers
1k views

Information on developing WPF touch-screen application for Windows XP

I am currently working on the WPF project which involves creating a touch-screen application for Windows XP embedded. And as Windows XP wasn't built for touch interaction, there are some problems and ...
2
votes
1answer
127 views

What are some techniques to monitor multiple instances of a piece of software?

I have a piece of self-serve kiosk software that will be running at multiple sites. I'd like to monitor their status remotely. The kiosk application itself is pretty much finished. I am now in the ...
2
votes
1answer
825 views

Video capture dialog keeps popping up with embedded PC webcam delphi app

I have a delphi app that takes snapshots from a webcam at 1 sec intervals. On the development PC it goes fine, but on the target platform (Atom-based tablet PC running embedded Windows 7 with a ...
-1
votes
1answer
483 views

which windows library / package / assembly is missing with this error?

I am building my Win7 embedded OS. I have the following error when I run a small java program trying to open a file from it. Can anybody tell me which Windows library/package/assembly was missing ...
4
votes
2answers
1k views

MessageBox doesn't show in Windows 7 Embedded

Consider a MessageBox to prompt the user to answer yes or no. It works in our XP machines and one Windows 7 build machine. However, it doesn't work on our Windows 7 Embedded machine. There is no ...
6
votes
2answers
465 views

What is the development experience for Windows Embedded Handheld?

With the release of Windows Phone 7 almost upon us, I was wondering if anyone had details of the other successor to Windows Mobile - Windows Embedded Handheld? The roadmap had release in the 2nd half ...
3
votes
4answers
2k views

Cheap development board for Windows CE

I'm looking for a development board for WinCE, preferably with the following connectors: VGA/DVI for screen USB for kb/mouse Ethernet (10Mbit is OK, 100 would be even better ;-) ) Storage (eg: ...
1
vote
2answers
578 views

Broadcasting message to multiple processes (Point-to-Point Message Queue with multiple readers)

I want to share a data with multiple processes. My first attempt is to use Point to point message queue with multiple readers since I read that P2P Msg Queue is very fast. During my test, it seems ...
4
votes
3answers
1k views

Real Silverlight Support on Windows Embedded Compact 7?

So Windows Embedded Compact 7 (another classic from the naming department) supports Silverlight for Windows Embedded. http://www.microsoft.com/windowsembedded/en-us/products/windowsce/compact7.mspx ...
3
votes
1answer
638 views

Remote debugging in Windows Embedded

I'm moving from Windows CE 6 to Windows Embedded Standard 7 for a project and am wondering how remote debugging of .Net apps works with Windows Embedded target devices. In CE with VS2008 and ...
1
vote
4answers
215 views

What real world projects based on Windows Embedded do you know?

What real world project based on Windows Embedded do you know? Please provide some details such as description, project domain, key feature and why Windows Embedded is used?
0
votes
1answer
641 views

How to connect to MySQL Database from eMbedded Visual C++

How can I connect to a remote Mysql database, from Cpp code using Microsoft eMbedded Visual C++ (which is configured for a special board running WindowsCE)? I have downloaded the source files for ...
0
votes
1answer
840 views

Windows 7 process scheduler and Windows Embedded scheduler

What are the differences in the Windows 7 scheduler and Windows Embedded scheduler ? I last used Windows CE 5.0 (and XP Embedded). As mentioned here : "Microsoft has announced that the next version, ...

1 2