First  |  Prev |  Next  |  Last
Pages: 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Oma Client DM xml for selecting networks
Hi, How can I select networks as My Work Network, My Work Network and apply these changes by using OMA client provisioning? platform: pocket pc 2003 Thanks. -- Ergun YILDIZ ... 6 May 2008 22:24
Finding postion of icons in taskbar
There is no way to do that. Is there any particular reason yours must be placed in a specific location? -- Michael Salamone, eMVP Entrek Software, Inc. www.entrek.com "atomic928" <csmith1a(a)mindspring.com> wrote in message news:f42f1294-65b6-4491-bb49-bea404b527ce(a)w7g2000hsa.googlegroups.com... On May ... 6 May 2008 22:24
ToolTips
No. You'd have to create it manually. Subclass the button and handle mouse moves. When you get WM_LBUTTONDOWN, you you can CreateWindow(TOOLTIPS_CLASS, TEXT("Your tooltip text"), ...). When you get WM_LBUTTONUP, you can DestroyWindow(hWndTooltip). And you'll want to make sure to call the original button wn... 6 May 2008 22:24
loading an existing pim.vol in emulator
I am writing an app that looks at information in the Call History log. I realize that those entries are normally stored in the "pim.vol" db in the root of the device. I want to use the emulator to help debug the application. Q: How do get an existing pim.vol file (one from a real device that already has lots of ... 7 May 2008 11:47
How do I determine the working set of a CE application?
Hello, Does anyone here know what APIs I can call (or any code I can write) to determine the working set of a CE application? My ultimate goal is to determine the amount of free VM space I have between the address of the lowest loaded DLL, and the high watermark of VM memory use from the application (all... 24 Apr 2008 15:03
setup dll problem
Hi, Is it possible for a setup dll to depend on another dll that is dynamically linked to it ? My setup dll doesn't load and the cab installation fails. I have packed all the dll with it, but the installation still fails. I am accessing some C++ utility classes in the setup dll routines. Thanks for your ... 24 Apr 2008 16:39
Dev Tools for Visual Studio 2002
Hi, I'd like to create an application for my Pocket PC. Unfortunately I've got an old Version of Visual Studio (2002, version 7.0.9466), and I can't find any project type for windows mobile. Which made me think it would be easier for me to develop using EVB. But the version of my Windows Mobile is 4.20.0 (build... 24 Apr 2008 09:26
Migrating from Evb to VS2008
Hello everyone, I have to migrate application on a PDA from eVb to VS2008 someone knows if there are tools that allow me at least not having to redraw any form? Thanks in advance Paolo ... 24 Apr 2008 14:15
Sync Device Time with Server
How would I set the System Time on a PPC device to match that time running on our Server? I can query the Server to get the time, but how do I set this on the device? Using: Visual Basic 2005 Professional ... 23 Apr 2008 22:07
How to read data from EXCEL file
Hello everyone! Is there a way to read data from EXCEL file from my application for win mobile? Thanks! ... 23 Apr 2008 06:43
First  |  Prev |  Next  |  Last
Pages: 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22