| Thread | Last Post | Replies |
|
| C# Code for MAPI | 07 Nov 2006 08:17 GMT | 3 |
Is There any c# code for Mapi sothat we can get inbox messages and to send messages? Is there any namespace for Mapi sothat we can get inbox messages and to send messages?
|
| Making an application available for button assignment | 07 Nov 2006 00:51 GMT | 2 |
In WM2005 how do I make my application available to be configured as available for assignment from the Buttons? thanks pete
|
| No ListView.Items.AddRange in .Net 2.0 Compact. | 07 Nov 2006 00:10 GMT | 4 |
I have a Listview with over 2000 items. Using Items.Add takes a very long time. On regular .Net 2.0 I create an array of Items and use AddRange to add it. This solves the speed problem. .Net 2.0 Compact does not seem to have an AddRange method. (I am consistently amazed at ...
|
| Convert Smartphone to PocketPC | 06 Nov 2006 21:10 GMT | 1 |
I have made a Smartphone-Application with VS 2003. Now I am converting it to PocketPC. I just copied the project and made then some layout changes for PocketPC... Now I want to add a Context-Menu to a listview. With Smartphone, it's not
|
| Visual Studio deploy error can't access exe file 0x80070020 | 06 Nov 2006 20:45 GMT | 1 |
I am working with an example program in Visual Studio 2005 Pro, Version 8.0.50727.42), MS Visual C++, target Windows Mobile 5 PDA emulator. I have compiled and run this program before; I made some change to it, it compiled fine, but it will not run. When I try to
|
| provisioning xml to "sync" tasks | 06 Nov 2006 15:27 GMT | 1 |
I want to create a cab file with settings to provision a pocket pc. Is it correct that I must create an xml file named _setup.xml with something like this? <wap-provisioningdoc>
|
| Symbol MC50 upgrade | 06 Nov 2006 14:16 GMT | 1 |
Can someone confirm if Symbol MC50 device can be upgraded to Windows Mobile 5.0. If yes where can I get the OS files? Best Regards, Sanjeev
|
| autosize grid column in evb | 05 Nov 2006 23:13 GMT | 3 |
Hi everybody, sorry for my english in a evb project I use a grid control and I populate the grid whith a recordset Is it possible autosize the width of any col of grid to show all the
|
| IE 6 on Windows Mobile / PPC | 05 Nov 2006 23:12 GMT | 1 |
Just ignore this if you wish. It's all rhetorical. Why can't Microsoft, with all its programmers, write a browser that's an installable application like everyone else's? They've already lost the legal concept of "it's too integrated into the OS", so that's
|
| How to programmatically on WM2005 ..(many things) | 05 Nov 2006 17:42 GMT | 2 |
On WM05, how to programmatically [the best way, registry, API or Configuration Service Providers (provisioning)] modify/add/adjust/edit... : - Password {like Start/Settings/Personal/Password (for locking Pocket PC)} --> set/modify password
|
| Access to l2cap in windows mobile 5? | 05 Nov 2006 02:22 GMT | 1 |
All, I've been searching for some info, and so far haven't found a good answer either way yet. Does anyone know if it is possbile to access l2cap functions in the Windows Mobile 5.0 bluetooth stack?
|
| about bluetooth and serial port | 05 Nov 2006 01:36 GMT | 2 |
from "freaking help!!!" reply . you said it's just opened serial port and send data. but i don't know what you mean. if i open serial port , i have to use cable ?? my
|
| How do I capture signal strength and GPS location?? | 04 Nov 2006 19:15 GMT | 1 |
Here is what I need to do. I want to drive around and capture phone signal strength and gps location and then work with the data. How would I do that with windows mobile?
|
| WaitForMultipleObjects not triggered as interval decreases | 04 Nov 2006 16:07 GMT | 2 |
I'm having a problem in the project I'm working on and have reduced the code to the pertinent bits, shown below. I start a thread from my main (UI) thread. That new thread initializes a System.Threading.Timer to fire an event at an interval and then calls
|
| ProcessID lookup | 04 Nov 2006 15:40 GMT | 1 |
Hello Group, One of my process is calling an IOCTL which is not supposed to be called. I want to know the calling process and calling thread. In the implementation of the IOCTL I added the debug code to reurn
|