| Thread | Last Post | Replies |
|
| What's the best PDA for developers? | 11 May 2005 00:05 GMT | 2 |
I need to develop customized applications in the Windows Mobile environment using PDA's, but I am a beginner in this issue. I have ten years of experience developing applications using Borland Delphi with Windows (95/98/2000/XP). So, please tell me what is the best PDA to develop
|
| Visual Studio 2003 and debugging | 10 May 2005 21:32 GMT | 3 |
using the following configuration I have some problems: - Microsoft Windows XP Prof. SP2 - .NET Framework 1.1 with SP1 - Visual Studio 2003
|
| Adding menus / toolbar buttons at runtime | 10 May 2005 21:32 GMT | 7 |
How do I dynamically add menu items / toolbar buttons at runtime? The normal CMenu functions don't seem to have any affect. Thanks. Timothy Dean
|
| Listbox text size | 10 May 2005 21:32 GMT | 8 |
How do you set the font and height of text in a listbox, using Embedded C? At present I'm configuring the font like this, scaling the height to 3/4 of it's present size: GetTextMetrics(dc, &text);
|
| Cabwiz .cab file size limit | 10 May 2005 20:29 GMT | 3 |
I'm trying to build a cab file that has a very large (200 MB) file in it. Cabwiz doesn't report any errors but the resulting cab file is corrupted and is always suspiciously close to 2^27 bytes in size. I tried a test case with 2 100 MB files with the same result.
|
| ActiveSync file filter support on Exchange 2003 | 10 May 2005 20:17 GMT | 1 |
I've recently developed a file filter to convert file types when synchronising a desktop PC and Pocket PC device. It works great (well, apart from Word converters being extremely flakey). I was hoping the same filter would also work on an Exchange 2003 server, allowing Pocket PCs ...
|
| Connection icon disabled for LSP | 10 May 2005 20:00 GMT | 1 |
In Pocket PC 2003, I have a working LSP. But the connection icon at top the device doesn't show its connected(2 horizontal arrows) even when the device is connected thru Active Sync or wireless etc. It always shows "X" mark (not connected indication). Of course when LSP is
|
| How can I get the process in memory? | 10 May 2005 18:27 GMT | 1 |
I want to get all the running process in the memory of windows ce.How can I do that by c#?
|
| Bluetooth stacks | 10 May 2005 18:02 GMT | 5 |
In many documents, in the newsgroup, it is said that some Pocket PC have Microsoft Bluetooth Stack and other have Widcomm/Broadcom Bluetooth stack. This information is very important for developers because, as it is said in this newsgroup, Microsoft Bluetooth Stack is very different ...
|
| RAPI, directory tree | 10 May 2005 17:48 GMT | 2 |
Does anyone know of example code (VB or C++) for getting a directory tree from a PPC device? I have a simple program that uses CEGetallFiles and puts them into a listbox... but it's really ugly and it mixes filenames with directory names without any distinction.
|
| VB.NET How to remove keyboard icon from menu bar | 10 May 2005 15:48 GMT | 3 |
I'm developing a VB.NET application for WM2003 and in the menu bar of the main form near the right end of it the keyboard icon appears. My application is not taking keyboard inputs so I would like to remove it. Does someone know how to remove it?
|
| WaveOutWrite and Sockets | 10 May 2005 12:59 GMT | 6 |
I'm developing an application witch receives voice from Sockets and playback it with the waveOutWrite function.. The problem is that when I receive datas during more than 5 minuts (more or less) the waveOutWrite function returns a INVALPARAM error.
|
| Turn on/off flight mode | 10 May 2005 09:49 GMT | 2 |
I need to "turn on/off flight mode" with my program. Do you know a way to do that ? (lauch a program ?, call to an API ?) Thanks for help
|
| Remformatting a Word Document to a Pocket Word Document | 10 May 2005 03:24 GMT | 1 |
I am a developer currently working on a small appliocation. Part of my application requires the downloading of Word Documents (.doc) to Pocket Word (.pwd)While I am aware that .doc file is still able to be read in Pocket Word, the margins are all wrong and messed up. Is there any ...
|
| out of memory errors & Pocket PC program vs. storage RAM allocatio | 10 May 2005 02:48 GMT | 3 |
Is there a trick to to getting Pocket PC 2002 to allocate more RAM for an appliation during runtime? I have an app which compiles to 400k in debug mode, 275k in release mode, and uses ~1MB of RAM when running. I use CStrings to parse html and load up a list control. Depending ...
|