| Thread | Last Post | Replies |
|
| combo box auto selection | 11 Aug 2005 22:45 GMT | 3 |
When using combo boxes in drop-down mode, Windows is changing the selected values. Example, I have a combo box with 10, 20, and 30 in the drop down. Using the popup key pad I enter "2" in the combo box edit field. Everything is OK, I can change to other fields in the dialog and if ...
|
| MMS on Windows Mobile 5.0 | 11 Aug 2005 20:22 GMT | 3 |
Does anyone know if there is built-in MMS support on Windows Mobile 5.0? If there is, was it developed in house or by 3rd party? Thanks in advance, Idan
|
| Installing Compact Framework SP3 on Emulator | 11 Aug 2005 19:08 GMT | 1 |
I am developing and application that is currently having a problem of running out of memory when closing a window. Looking through the posts I have found that everyone says to upgrade the compact framework to SP3. I have downloaded the latest framework and have a great number ...
|
| Creating Design Time Control for PPC | 11 Aug 2005 18:36 GMT | 1 |
I am refering http://www.intelliprog.com/articles/index.html for developing a SDE control, but the example given here is not working on my VS.Net 2003 . When I try to add control from the "/Design" directory into my toolbox, it shows an error like "Some dependencies are missing" ...
|
| Preventing device from turning off | 11 Aug 2005 17:54 GMT | 3 |
I have a voice recording application. If a person records to it for longer than the interval set in "turn off device if not used for", then the device turns off in the middle of their recording, which the users find annoying. Is there a way for me to prevent the device from ...
|
| Any Way To Access Programatically | 11 Aug 2005 17:28 GMT | 1 |
The databases that hold SMS and MMS messages... From what I understand they are similar in structure to the Inbox databases. Has anyone here ever connected to those databases, and what was the, best way, things to watch out for?
|
| Is there a faster way? | 11 Aug 2005 16:35 GMT | 8 |
I am trying to find a very fast way to populate a dropdown list from a SQLServerCE database on an iPaq... The list source is fairly large (about 2500 entries) and I want to find the most efficient way to populate this list, I have two of them with different
|
| Developing C++ apps for Windows Mobile 5.0 | 11 Aug 2005 14:58 GMT | 1 |
I have a eVC++ app that I wrote for Pocket PC 2003 and Windows CE. I now have a Windows Mobile 2005 device and I'd like to reuse most of the code that I wrote for the earlier OS. How do convert my eVC++ project to Visual Studio 2005?
|
| Open default browser of PPC to send the mail | 11 Aug 2005 13:08 GMT | 1 |
Hi All... I am developing PocketPC application in which I have to send the mail, but here I just want to bring up a pre-populated Compose Mail dialog (default browser for sending mail in PPC) and allow the user to send the mail from
|
| How can I use MFC Dialog in Win32Api project? | 11 Aug 2005 11:08 GMT | 1 |
I'm developing pocketpc win32api application. and unavoidably I need to MFC dialog box. but it's difficult for me. I added afxwin.h afxext.h afxdtctl.h afxcmn.h in stdafx.h file,
|
| Simple Examples of creating and installing a component? | 11 Aug 2005 11:07 GMT | 2 |
all I need is a (really!) simple example of enhancing a component of .net compact framework. My desire is to enhance Buttons, Textboxes, ... with a "Tag" (like the bigger brothers) - not much more for the beginning.
|
| about threadID | 11 Aug 2005 08:31 GMT | 4 |
hi~ I only can obtain thread ID, how has to obtain thread handle using thread ID ? ths
|
| Sleep Function in C# CF | 11 Aug 2005 02:50 GMT | 2 |
I want to make my program sleep for awhile before continue like 4ms. What is the function to do this? In C++ it would be Sleep(4).
|
| How to check trust level of my code? | 11 Aug 2005 02:27 GMT | 8 |
I am installing a driver. My driver is signed with a privileged certificate, but since PDAs from different vendors have different sets of certificate installed, my driver will not be trusted on all PDAs. If the driver is not trusted it simply fails to start without any user friendly ...
|
| Failed to install SdkCerts.cpf on PPC 2005 | 11 Aug 2005 00:17 GMT | 5 |
As PPC 2005 SDK doc suggests, I am trying to install SdkCerts.cpf on the device so it will accept my code signed with the "TEST ONLY" certificate during the development.
|