| Thread | Last Post | Replies |
|
| Finding DNS IP address of the device | 01 Aug 2007 00:48 GMT | 1 |
Can anyone tell me how to findout the DNS server IP address my device is connected to? I like to find the DNS server IP address for UDP communication. IS there any API's which will retrieve this IP. My project is in VC++ MFC.
|
| How to carry out multiple instances in WM5.0 | 31 Jul 2007 16:44 GMT | 3 |
I want to run an application in multiple instances in WM5.0, how to carry out it? Thanks a lot!
|
| Pointer of Struct | 31 Jul 2007 13:30 GMT | 4 |
i have a problem while using Marshal.SizeOf(...) on Windows CE 5.0 I get a NotSupportedException. Here is my whole procedure:
|
| CeDialer Sample | 31 Jul 2007 12:44 GMT | 2 |
I am using Microsoft Visual Studio 2005, SDK 5 and an HTC Pocket PC. I am using the sample code as is. I am setting a break point in the linecallback function to detect ringing at the destination phone. I can hear the phone ring, but the breakpoint is not
|
| ChooseContactDialog.RestrictContacts | 31 Jul 2007 10:06 GMT | 2 |
Hello people, I'm trying to use the ChooseContactDialog (namespace WindowsMobile.PocketOutlook) in a VB.NET application. My environment is Visual Studio 2005, my target is WindowsMobile 5.0 device. All goes well if I put no filter, but if I try to filter out the list of the
|
| Migration of WM 5.0 Pocket PC to WM 6.0 Pocket PC | 31 Jul 2007 09:13 GMT | 1 |
i have made WM 5.0 pocket pc Application and now i want to run it over WM 6.0 . I have try to change target platform but i could not get successed . So please any body have any idea how to run it WM 5.0 application over
|
| I need SMS.DLL | 31 Jul 2007 05:10 GMT | 1 |
I need sms.dll from pocket pc 2003 device? dumprom.exe return wrong sms.dll. Please help me. Petr
|
| Changing PocketPC wallpaper in vb.net? | 30 Jul 2007 23:18 GMT | 3 |
Any VB.net gurus out there? I need help getting this to work. I have done this on the desktop with no problem but the PPC is beating me. Code: #Region " Area: Imports"
|
| Today screen image? | 30 Jul 2007 23:16 GMT | 1 |
How does one change the image on the today screen in code? Thanks Deasun
|
| POLINK: error: Unresolved external symbol 'CreateFontW'. | 30 Jul 2007 00:06 GMT | 1 |
POLINK: error: Unresolved external symbol 'CreateFontW'. POLINK: fatal error: 1 unresolved external(s). why can i not get createfont to work in my pocket pc program? Any advice please
|
| GetSysColor doesn't work? | 29 Jul 2007 19:26 GMT | 3 |
Thanks in advance for any reply. I am trying find some default system colors using GetSysColor in Pocket PC's. But it always returns 0xFFFFFF for the RGB. The flags I tried in GetSysColor() are COLOR_MENU, COLOR_WINDOW. I
|
| migrating windows mobile to windows ce5.0 | 29 Jul 2007 15:18 GMT | 1 |
I have Symbol MC9090 with windows CE 5.0 can I migrate windows mobile to unit?
|
| cannot connect internet explorer | 29 Jul 2007 08:52 GMT | 4 |
I used the RasDial() to open the GRPS connection successfully. But I am not able to use the internet explorer. The internet explorer shows "cannot connect, end the current phone call, and try again".
|
| .NET CF and MSMQ failed to upload into a remote private queue | 28 Jul 2007 00:36 GMT | 2 |
I am trying to upload some data into a remote private queue which is on a server on a pubic network. I am not getting the data uploaded in the message queue but am also not getting any error messages. Pls help me to solve this issue.
|
| DLLs in WM6 vs WM5 | 27 Jul 2007 15:45 GMT | 7 |
In WM5, DLL's are loaded in memory slots of minimally 64k and I think only 32 slots exist, and/or loading too many DLLs costs much more memory than trying to put as much inside single DLL as possible. Is this still true for WM6 or not?
|