| Thread | Last Post | Replies |
|
| Trying to set background image on form... | 19 Dec 2005 18:38 GMT | 2 |
Hi, all! Using VS.Net 2k3 (VB.Net). I'm trying to set up a background image for the main form of a PPC/Mobile 5.0 app I'm writing, and keep getting a NullReferenceException error when trying to build the bitmap (second line below). This code is verbatim from
|
| CPUs | 19 Dec 2005 15:35 GMT | 1 |
Could someone tell me what's the difference between ARMV4 andARMV4I, and how to add a new CPU target into an existing eVC4 project? Mhaxx
|
| How to get the mobile device name in VB.net ? | 19 Dec 2005 13:45 GMT | 1 |
What should i do to get the device name of the Pocket PC in order to identify it when i transfer my sdf data on sql server 2000 ? thanks, Laurent
|
| What could suppress FTP connections from a Pocket PC? | 19 Dec 2005 09:07 GMT | 1 |
I've written a tiny FTP class using wininet.dll to connect from a PPC to a FTP server. On some devices it works fantastic and on some devices it doesn't work at all! There is immediately the response "12029 cannot connect".
|
| Accessing EDB in WM 5.0 | 19 Dec 2005 09:01 GMT | 3 |
I'm facing a problem which enumerating a database in a volume.Following is the code snippet, CEGUID guid;BOOL ret=false; ret=CeMountDBVolEx(&guid,TEXT("pim.vol"),NULL,OPEN_EXISTING);
|
| how to output audio over BlueTooth? | 19 Dec 2005 08:16 GMT | 9 |
i heard that on the new BlueTooth-enabled Pocket PC's each application needs to do something special to activate output of audio over BlueTooth ? isn't this supposed to be managed globally at the OS level (i.e. as part of the device Settings)?
|
| How to get SIM contact in windows mobile 5.0 Contacts | 19 Dec 2005 08:08 GMT | 1 |
I have Contacts add-in , need access all contact record , but i found that i can not access SIM contact by IContact interface. Any sugguestion?
|
| How to use FileSystemWatcher class in Compact framework2.0 | 19 Dec 2005 07:20 GMT | 5 |
I want to use FileSystemWatcher class on .Net compact framework 2.0 I can use it on .Net Framework form using System.IO But when use it in compact framwork,error appear : can't find this class or
|
| read e-mail content | 19 Dec 2005 04:44 GMT | 4 |
I try to get e-mail content, it works in 2003 but fails in Windows Mobile 5. I use " OpenProperty(PR_BODY, NULL, STGM_READ, 0,(LPUNKNOWN *) &pStream)); " to get content, but the size alaways be 0.
|
| how to configure the security setting of the emulator? | 19 Dec 2005 02:12 GMT | 4 |
could someone point me to a document explaining precisely how to configure / change the security settings of the Pocket PC WM5 emulator? e.g. I would like to configure the emulator so that privileged API can only be used if the code is signed, this sort of thing.
|
| Access To SqlCe | 19 Dec 2005 00:51 GMT | 1 |
I know there is a way that convert access to SQLCE... Where can I find the software? thanks
|
| appsettings read write with 2-0 | 19 Dec 2005 00:08 GMT | 2 |
I can not do this when using the pocket framework. public static string UserName { get
|
| Show/Hide Forms | 18 Dec 2005 22:03 GMT | 8 |
K...this is making me crazy! First, I only have two forms... The Splash screen is the main() I used to do this: static void Main()
|
| Ask me your codesigning questions | 18 Dec 2005 19:11 GMT | 37 |
I'm seeing a lot of questions and confusion about the code signing and code execution security model in WM2005. Reply to this post with questions, and I'll see if I can clear up the most common issues with a post on the Windows Mobile team blog.
|
| activesync 4.0 no network sync | 18 Dec 2005 12:52 GMT | 6 |
unfortunately i have a active sync 4.0 and now i miss the network sync option. am i really 2 dumb 2 find it or did ms really take it of us??? anyone knows? cheers all kune
|