| Thread | Last Post | Replies |
|
| Telephone number | 21 Nov 2005 09:05 GMT | 2 |
From C how do I find the telephone number of the sim card in a PocketPC phone - e.g. ipaq h6340? Thanks Dave
|
| Ssubclassing using WTL | 21 Nov 2005 02:43 GMT | 6 |
I'm using WTL and have a class that wraps the window that is taskbar's child (HHTaskbar). As this window needs to be transparent I need to capture WM_REPAINT messages of the taskbar, get the DC it has
|
| DirectShow development on Windows Mobile? | 21 Nov 2005 01:36 GMT | 1 |
I am looking to port a current Windows XP program that uses the DirectShow API to Windows Mobile 2003. After searching google and the Windows Mobile 2003 SDK I found that there are no native DirectShow API's for Windows Mobile 2003.
|
| Soft Reset delayed? | 20 Nov 2005 15:54 GMT | 2 |
Is it just on my device (HTC Universal) or every Windows Mobile 5.0 delay Soft Reset when I click the Reset button with stylus? I've noticed that it's been delayed for a 1 or 2 seconds, but if I reset it programatically (from some program) it is reseted immediatelly (like on WM ...
|
| ActiveSync and PPC Networking | 20 Nov 2005 15:51 GMT | 2 |
To connect a PPC 2002 device to a network (in order to get access to a network share) is an ActiveSync required? For example, if I have a PPC device with an ethernet cradle, can I plug it directly into a network port (on a router for example) and get access to
|
| Getting Color using TODAYCOLOR_TITLEBAR_RIGHT | 20 Nov 2005 14:41 GMT | 6 |
Has anyone been able to retrieve the title bar color using a SendMessage call as shown below: SendMessage(hWnd, TODAYM_GETCOLOR, (WPARAM)TODAYCOLOR_TITLEBAR_RIGHT, NULL); It works for a 2003 OS device, but doesn't work for the new Windows Mobile 5
|
| Enumerate installed SIP methods? | 20 Nov 2005 11:34 GMT | 12 |
How can I find out what input methods are available on some device?
|
| This is odd... | 20 Nov 2005 11:27 GMT | 2 |
I have a SD card slot in my device and I'm using FindFirstFlashCard() to succesfully enumerate it and to find out it's path. Everything works ok, but if I remove SD card from memory slot, FindFirstFlashCard() does not return INVALID_HANDLE_VALUE as it's supossed to, cause there ...
|
| Create an appointment in PocketPC Outllok | 20 Nov 2005 09:09 GMT | 2 |
I was wondering if I can programmatically (using VB .NET 2003) create an appointment in my Pocket PC's Outlook (My Pocket PC is a QTEK 2020i with Windows 2003 SE). Thanks a lot for any answers.
|
| Type of connected device | 19 Nov 2005 16:11 GMT | 1 |
Is there any way via ActiveSync or some other mechanism to find out if the connected Windows Mobile device is smartphone or Pocket PC and get its Windows Mobile OS version? I needto do it BEFORE installing my app so I do not have any modules running on the device.
|
| CreateDirectory() won't work... | 19 Nov 2005 15:59 GMT | 4 |
When I create directory with CreateDirectory on StorageCard I can't put anything in it (e.g. with MoveFile() function). Also, can I change attributes of that newly created directory? Thanks for replying!
|
| Using Pocket Access in .NET framework | 19 Nov 2005 11:03 GMT | 1 |
I want to know whether a component for dot net framework exists for accessing the access database
|
| Named Mutex | 19 Nov 2005 00:03 GMT | 2 |
I have seen posts stating that it is possible to create a named mutex in a PPC app that can be accessed by two different applications. However, in practice and according to the documentation, the Compact Framework does not support named mutexes.
|
| Problem with Microsoft.WindowsCE.Forms.dll (two versions) | 18 Nov 2005 20:54 GMT | 1 |
Folks, I am using VS 2005 to target a Windows Mobile 2003 (SE) Phone Edition device. I want to be able to access Hardware Buttons. Supposedly, this is in the Microsoft.WindowsCE.Forms.dll. But there are two versions:
|
| How to Save bmp file | 18 Nov 2005 20:33 GMT | 1 |
I have the Signature Capture control and i am trying to save the signuture to a file (.bmp or other) Can anyone help me with this in vb.netcf Please?
|