| Thread | Last Post | Replies |
|
| Stack overflow | 30 Sep 2009 09:45 GMT | 4 |
my PPC-program dies with a stack overflow. So I have 3 questions: 1. Does the stack size depend on the environment (PPC 2003 ARMV4) or on the mem.-size of the PPC?
|
| Open Task item | 28 Sep 2009 22:33 GMT | 1 |
I'd like to save a reference to a task item in pocket outlook (WinCE 5) and then later open the item. In Win CE 3, i used OId identifier and then opened it by Task1=App1.GetItemFromOid(OId)
|
| PDA with serial interface | 26 Sep 2009 18:19 GMT | 3 |
I am planning to buy new PDAs (pocket pc) with serial interface for controlling my robot. Could anyone recommend me some new ones which have serial interface and can be programmed with Embedded VC++ or other programming language? Thank you EggHeadCafe - Software Developer Portal of ...
|
| How to avoid running program twice? | 25 Sep 2009 03:48 GMT | 3 |
When I click one icon of a program in the explorer doubly, the program will run two instance.(the program is managed .NET one) Is there a mechanism on WM6 to avoid running program twice? If not, please give me some suggestion,
|
| How to clear the Notification ICON on the taskbar when progrom exited abnormally? | 24 Sep 2009 08:31 GMT | 3 |
I created a Notification with a ICON showed on taskbar, when my program exiting , I set the "visible = false" and call the "dispose" to clear the Notification. In some case, my progrom exited abnormally, and the notification ICON still
|
| Start ActiveSync on Device | 22 Sep 2009 20:30 GMT | 2 |
I'd like to start ActiveSync over infrared on my Win CE 3.0 device by code. Manually it is just clicking on Connections -> IR-ActiveSync. How to do it by code (I use eMbedded VB)? I've read about CreateProcess("\windows\repllog.exe", ...), but this seems to apply to the
|
| Set the backlight level on external power | 22 Sep 2009 14:26 GMT | 1 |
Is there a documented way to set the backlight level while on external power? I wrote the following code for Windows Mobile 5, and it succeeded at setting the backlight to medium. On Windows Mobile 6, it appears as if they
|
| Issue with the Obex target ID | 22 Sep 2009 01:21 GMT | 1 |
We are developing a Bluetooth application where we need to use a custom service extension, instead of the default [Inbox/ Folder browsing] services. So we tried to add a user defined target ID (in the obex header). We have added the registry for the new Target ID (GUID)
|
| camera registry | 22 Sep 2009 00:13 GMT | 2 |
Quick question, what is the registry entry that controls where camera files are kept? I would like to use the folder to pull out photos. Ideally, I would like to change the folder, take/process files and then reset the folder.
|
| A "Soft" Human Interface Device over Bluetooth? | 20 Sep 2009 21:00 GMT | 1 |
I am exploring the feasibility of building a simple application that can run on a PDA/phone and emulate a HID (Human Interface Device) over its bluetooth interface (or, USB). In this way, a nearby PC could recognize it as a keyboard or mouse instantly without the need for new
|
| Debugging an unmanaged dll | 19 Sep 2009 01:25 GMT | 5 |
I’ve been trying to create an unmanaged dll (created in eVC 4.0) for use in managed .net code (created in Visual Studio 2003 .NET) for my Pocket PC 2003 device. The dll import, setup and use in C# is all good and works great on my pocket PC device. Problem starts when trying to ...
|
| C++ OLEDB sample? | 18 Sep 2009 10:16 GMT | 1 |
Are there any MFC or ATL OLEDB samples out there? I have a program that still uses the old ADOCE dlls with SQL Server Compact Edition 2.0. Apparently this has been deprecated by Microsoft in Windows Mobile 5.0. I would like to convert the project over to use OLEDB + SQL Server ...
|
| X button | 17 Sep 2009 19:46 GMT | 1 |
hi friends I use csharp and I need to "press by code", the X button of a new created windows form. It's not accomplished by
|
| HTML Viewer Control | 17 Sep 2009 14:21 GMT | 2 |
I'm having some trouble catching messages from this control in .net compact. I have a code sample showing my problem (should be useful for anyone else trying to figure out how to use html viewer in .net) at
|
| Hide the sms of a contact | 17 Sep 2009 05:33 GMT | 1 |
hi All; I wanna try to Develop the application that hide the sms of a specific contact how can i do it? should i use the third party Api??
|