| Thread | Last Post | Replies |
|
| Bluetooth On/OFF - Windows CE | 31 Jan 2007 16:26 GMT | 2 |
I am developing an application for Windows CE based Devices. The purpose is to switch On/Off the bluetooth device. For Windows Mobile and Pocket PC I have used BthGetMode and BthSetMode APIs. But Windows CE is not supporting this.
|
| Debugging files declared in MODULES section of BIB | 30 Jan 2007 19:36 GMT | 3 |
I have a platform that contains numerous DLLs and EXEs that were created and built using VS-2005. I placed these resources into my OS via the project.BIB file. They are declared in the MODULES section. Note: I used the /savebaserelocations option to generate the .rel files for ...
|
| Difficulty in Enabling MMU | 30 Jan 2007 16:29 GMT | 1 |
I am working in WINCE 5.0 for LN2440 target board. I am developing bootloader for LN2440. I hv difficulty in enabling MMU In Bootloader Startup.s code I initialized hardware part of
|
| How to debug a control panel dll in windows ce? | 30 Jan 2007 13:05 GMT | 1 |
Hi, everyone When I debug a control panel dll in wince, it always prompts "A non-executable project cannot be started directly. Please set a command to use to start debuggin this project. Do you wish to continue?". Is there
|
| MMU initialization | 30 Jan 2007 00:29 GMT | 1 |
I am working with WINCE and my target board is SMDk2440. I followed SMDK2410 startup code and i downloaded Eboot.nb0 to target device. I have Physical address in boot.bib and my i was able to see output
|
| How can I programmatically set View->Details? | 29 Jan 2007 19:53 GMT | 3 |
In any old folder in Explorer you can set the view to Large Icons, Small Icons, Details, etc. manually via a toolbar. Is there any way to automate that process? I'm on CE 4.20 .NET 1.30.007
|
| Windows CE pop-up messages | 29 Jan 2007 16:48 GMT | 3 |
I have a device that has Windows CE 5.0 as its operating system. I am wondering how I can disable all messages or pop-ups coming from the OS, as it interferes with the dedicated software installed on the device and the touch screen is non-functional. An example of this
|
| insert and remove kernel driver at application | 28 Jan 2007 20:14 GMT | 1 |
As we know, the BuiltIn driver will be register to system during booting, I want to know how to insert or remove the driver after boot, and in application or shell, like as linux's "insmod" and "rmmod" command.
|
| BreakPoint | 27 Jan 2007 19:51 GMT | 2 |
I need to do some work when a break-point occures. One way to do it is to use debug event, but the wait on debug event fails (not enough storage - 14). Another way is to add to the debug agent in the kernel extra code to the break-piont handler routine.
|
| Grief with lots of text in a multi-line edit text | 27 Jan 2007 19:29 GMT | 2 |
Happy Aloha Friday... My PPC0x eVC++ Win32 app downloads data from a data logger. The download and file creation part has always worked well. Now the user want's to see the data so they can make sure the download looks good.
|
| a stupid question wish can get a anwser | 27 Jan 2007 18:53 GMT | 1 |
Whether is "SqlCeEngine " just used by Visual Stdio? if not, why my complier tips "SqlCeEngine undeclared identifier" using evc4.0. how to load "System.Data.SqlServerCe.dll" for my evc4.0 enviroment to use SqlCeEngine?
|
| Is it possible to get EDID details from monitor in WINCE | 27 Jan 2007 05:42 GMT | 1 |
I want to write an application to get the EDID data from the monitor and display the information in Windows CE. I am working on x86 based platform(INTEL and VIAC7 processors) and I am using Windows CE 5.0. Is it possible to get the EDID data from monitor in Windows CE.
|
| problem to display BMP image as splash | 27 Jan 2007 05:01 GMT | 4 |
i want to display a logo at boot. i can display the colours after init my display controllor. but i can not display the bmp image. do i need to change the BMP file format ? Thnaks,
|
| Need workaround for ShellExecuteEx | 26 Jan 2007 20:59 GMT | 1 |
ShellExecuteEx opens both the application that is specified in its parameter AND the default application for the file that is specified in the command line in its parameter. Does anyone know a way to make it open just the specified application?
|
| How to turn on/off phone radio programmatically | 26 Jan 2007 19:52 GMT | 4 |
Is there an API we can use to turn on/off the phone radio on a smartphone or PPC phone edition. The device we are using now is Sprint PPC 6700 PPC phone edition. I went through RIL, TAPI and CF2.0, didn't find a way to do it.
|