Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested Windows Mobile Programming Solutions: 76 - 100 of 248
 
There seems to be very few real working examples for Sending / Receiving SMS text messages using eVC++ 4.2 or for PocketPC. I found Douglas Boling's SMSTalk in his book, but unfortunately the...
Hi, I created a simple form that has an edit box and I notice that whenever I first go to eit a file - the input gets set to "ALT" which is the numbers and symbols.  I want to textbox conro...
I'd like to develop a C# application for Windows Mobile, which embeds the Media Player that comes with Windows Mobile (WM6). I'm developing in Visual Studio 2008, and their doesn't seem to ...
When will be support for java in Windows CE Pocket Internet Explorer ???
I would like to place a checkbox in a column on a datagrid on a mobile application.  It appears that the DataGridBoolColumn is not available for the compact version.  Does anyone have a soluti...
I am using Visual Studio 2005 to create an application for a windows CE 5 mobile device.  I want to put a sqlce database on the mobile with a single table for storing data when the server is o...
Hello, I am working on PPC using eVB. Since I dont have the device, i have to do development and testing  on emulator. Now, i'm trying to sync. "Activesync and Emulator" with the help of nu...
I have more or less the same problem Mr.Glass had two years ago. Has been something new added in the meanwhile to help me? I have a Windows CE 5.0 device with a USB port, and a USB periphe...
Hi - I want to be able to sync my Dell Axim with my Motorola V3 so I can manage: my GPRS internet connections; manage my SMS and fax communications; and sync SMS messages (NOT PIM contacts/tas...
I have a program that seems to leak memory. Now I want to find the leak, but eMbedded Visual C++ for windows CE ( ARM) does not seem to give me any warnings about leaking memory. I also tried ...
Hi i want to develop an application Using C#.net(vs 2003) which runs on Microsoft Smartphone 2003 or later platforms. can any one suggest me the tutorials available to do such type of ap...
We are starting to use the new Moto Q phones from Verizon and we have unlimited data on all the phones.  They are used mainly to access email, and alot of our VIP need to be able to access the...
I'm developing a system for WM6 using VS.NET 2005 Visual Basic, which the system need to read from an Excel file to get the data, any samples to do so? In addition the data contains text in Ja...
Hi, I have no experience with programming. I want to learn how to create a Software Input Panel ("SIP") for Windows Mobile 2003 PDA Pocket PC. That way I will be able to make a Dvorak key...
Sorry, I am newbie here, May I know how to convert a date value into string, then I can save into the database. Thanks.
Hi Guys, What is the best way to get the sizeof or number of bytes in a CString object for purpose of using this number of bytes as parameter to WriteFile. I have a CString object as follo...
I can't get my moto q9c to sync with active sync
HTC Artemis, Windows Mobile 6.1: I want to change font size on Incoming Call Notification (but only that font size, not general to increase as Screen > Text Size settings). Everything was ...
I would like to write a .NET Compact Framework application for my iPaq Pocket PC to communicate via a Bluetooth serial port. For testing I hoped to use Visual Studio 2003 device emulator to...
Can I know where to download the emulator for the Windows CE??? Thanks
I am using MFC and in my dialog's WM_PAINT handler I have the following code (see code snippet) When I run the code, I can see the line, but it gets clipped by a text box. How do I get th...
Good Morning Experts! How would I find my MAC Address a Win CE 3.0 device? (It is not written anywhere on the device) Thanks!    - Marc
I have an IPAQ HW6955 running Windows Mobile 5.  Where are 'text messages' stored?  For instance I may want to copy them to a memory stick so I would need to know where they are located.
I have been looking for Card Reader software for my new Windows Mobile 6.0 phone.  I have Excel documents that I want to be able to edit directly on the device from Excel on my Desktop machine...
in MFC I can do this: CString s1("1.99") double num = atof((char *)(const char *) s1); in winCE I get this error: error C2664: 'atof' : cannot convert parameter 1 from 'class CString' ...