I need to be able to control brightness of my Windows CE 5.0 device.
I've found that there is an API function ExtEscape to do that ( http://msdn.microsoft.com/en-us/library/aa453063 ) but it needs a structure ContrastCmdInputParm (http://msdn.microsoft.com/en-us/library/Aa447689 ) as a parameter.
Since ExtEscape is unmanaged, I cannot ...
I have read about Windows Mobile's X button's behaviour and also about WM_HIBERNATE and WM_CLOSE which are sent on Low Memory Situation to all valid applications.
MSDN on WM_HIBERNATE:
This message is sent to an application when system resources are running low. An application should attempt to release as many resources as possible ...
To start with I'll say I've read the post here and I'm still having trouble.
I'm trying to create a CE6 image with a hive-based registry that actually stores results through a reboot.
I've ticked the hive settings in the catalog items.
In common.reg, I've set the location of the hive ([HKEY_LOCAL_MACHINE\init\BootVars] "SystemHive") ...
hi
i have Picturebox control that contain any picture - on my form
how i can save this picture ?
in Windows-CE C#
thank's in advance
...
I have the following code in a win32 app that shows a drop down menu on clicking a button. However, this does not work in WinCE as MENUINFO is not defined. Is there any way I can get around this? I need to view a drop down menu on clicking a button, and the name appearing on the button changes depending on the option on the menu.
void C...
Dear All
This is my xaml file.
<UserControl
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="SilverlightApplication1.Page"
Width="640" Height="480" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/mar...
Dear all
I am beginner in an silverlight application. So at first i looked on demo application which is provided by wince 6.0 r3 at location
WINCE600\PUBLIC\COMMON\OAK\DEMOS\XAMLPERF - this contains c++ code
and
WINCE600\PUBLIC\COMMON\OAK\FILES\XAMLPERF - this contains xaml file with the images
Now before running this applic...
I've been tasked with creating a web app to be consumed by a mobile device sporting Windows CE 5.0 (and some with Windows CE 4.2).
I've found a host of things that seem to work fine in IE6 on my desktop, but fail when rendered in IE for Windows CE.
IE6 is bad enough as it is...does it lose any more functionality on an embedded system?
...
Hi,
I want to develop an application in VB.net for handheld device(Ticket machine in Bus and train).Is it possible to develop in Vb net.
Whether i need windows OS in my handheld device or any runtime environment only needed.
My hardware is ARM processor.
I want to run my application as standalone in my machine.
...
I have wrote a user manager script the uses NTLMSetUserInfo to set passwords of some users, including ADMIN... What I have noticed though is that if I do this the username / password combination works perfectly for all scenarios such as Telnet, HTTP Auth etc but NOT file browsing.
Upon further inspection I noticed that when setting the ...
hello.
I've already built windows ce 6.0 and run it in windows ce emulator.
but I want to run this without visual studio 2005.
I found emulator for windows ce 5.0, but I couldn't find emulator for windows ce 6.0.
somebody help me, thanks.
...
hi
how to create shortcut to any program in winCE - through C# code ?
thank's in advance
...
How do I check if sqlCE is installed on Windows CE (in C#)?
...
I need to write a GUI application that will play media files on my WinCE device.
I've checked the catalog files for the OS design I'm working with and found a
dshow folder under src. This has a number of projects I can use, particularly
filtertest which implements all the commands I would need. However, I don't
understand how to interf...
I have a application that is developed using .Net Compact frame work 3.5, i need to synchronize the device date and time with the central server on every web service call.
Thanks.
...
I am working on a PPC2003 application.
The devices on which the application has to run have a modem and VPN connection set.
I want to automatically dial the system default "work" connection, which is the VPN one, which dial the modem one first.
The user has another application who does automatically make the system dial the default...
I used p/invoke GetSystemTime() method in my application to get the current system date time but it is giving wrong values any solution for this..
...
Are there any UI Components for Windows CE 6.0, other than the ones supplied by the Compact Framework and Visual Studio? I am developing applications with C# and the Compact Framework that need some visual design and the VS controls and components are not sufficient to me.
Thx your answers.
...
I am working with an MFC application built on a WinCE platform in Visual Studio. I need to debug this application and I cannot do it using KITL and the hardware. I tried to use Device Emulator for this:
I started a new Platform Builder Project (PDA Device, enterprise webpad). I built it after ensureing that KITL was enabled and so was ke...
Dear all
I have referred the following link:
Silverlight for Windows Embedded
By referring this link i created a demo application which consist of two buttons created using Microsoft expression blend 2 tools. And then written a code referring the above site. Now my button names are "Browser Button" and "Media Button". On click of any...