| Thread | Last Post | Replies |
|
| CBaseVideoRenderer base class issues | 28 Feb 2007 23:22 GMT | 4 |
Hi all. So I'm writing a direct-show camera capture class for WindowsMobile 5. It's only purpose is to establish the filter graph to capture a camera image and save it to a raw buffer. So I intend to create a filter graph and attach a camera capture
|
| Downloading off of PocketPC Hard Drive | 28 Feb 2007 23:20 GMT | 2 |
I am writing a C# program on a desktop. How can I access the internal hard drive of a connected PocketPC directly from my program to do things like copy/edit/delete files? Thanks
|
| Trouble with .cdb and WM5 | 28 Feb 2007 20:52 GMT | 3 |
I've an application written in eVB wich work with .cdb tables. Access data are transferred to device Windows Mobile 5 with DesktopToDevice function, present in adofiltr.dll. The device (an HP hw6915) is configured to run with RAPI unrestricted
|
| Synchronizing Sql Mobile and backend databases | 28 Feb 2007 20:15 GMT | 1 |
I followed the Hands-On Lab for Developing a SQL Mobile App with VS 2005 and SQL Server 2005, but I'm getting a SqlCeException, "The specified table does not exist..." Can anyone help? Much obliged.
|
| O2 Xda Zinc has "spurious private messages" firmware bug | 28 Feb 2007 13:31 GMT | 1 |
we just received information that the O2 Xda Zinc has a "spurious private messages" firmware bug similar to the one affecting the Motorola Q: http://www.modaco.com/Motorola-Q-Spurious-private-messages-firmware-bug-confirme d-by-Motorola-t242539.html once again it shows that MSFT ...
|
| Playing MP3 files | 28 Feb 2007 12:17 GMT | 4 |
I need to run MP3 & WMA files from my WINCE application . I do not want to use Windows Media Player. I have found out two ways: 1> Via DirectShow()
|
| create table | 28 Feb 2007 12:02 GMT | 5 |
has someone a short code example how to create an sdf.-database and table with the classes of the SqlServerCe-Namespace. Thanks Stefan
|
| Assigning IP address programmatically | 28 Feb 2007 03:15 GMT | 1 |
Is it possible to assign IP address programatically to a network adapter in Windows Mobile 5.0 or Pocket PC? What about same in Vista or XP? Best Regards,
|
| Program starts twice | 28 Feb 2007 00:13 GMT | 4 |
My Pocket app starts twice if i click fast 2 times on the start-button of the pda. How can I catch this problem? Thank you
|
| Get function pointer by undecorated name | 27 Feb 2007 21:31 GMT | 6 |
I am trying to call function inside a DLL.: HMODULE hDLL = LoadLibrary(_T("ext.dll")); MY_API fnTest = (MY_API) GetProcAddress(hDLL, _T("?fnTest@@YAHXZ")); But I use the decorated name. I want to use undecorated name "fnTest".
|
| How to access a PC from an application on the PocketPC? | 27 Feb 2007 18:31 GMT | 8 |
So far I have been using RAPI to access a PocketPC from my PC when the device is connected. Now I have a requirement to do the other way. I want to access the PC from an application on the PocketPC. Can someone please point me in the right direction?
|
| Hosts file equivalent in WinCE + Some other queries | 27 Feb 2007 17:52 GMT | 1 |
I will appreciate if someone could answer following questions: 1. In WinXP and Vista, there is a host file in system32\drivers\etc folder where we could map a host name with an IP address. Is there such thing in Windows Mobile 5.0?
|
| Get Path of installed Program | 27 Feb 2007 17:52 GMT | 2 |
Hi, how can i get the current path of my installed application on the ppc (WM5) ? GetCurrentDirectory did not work
|
| LastWriteTimeUTC? | 27 Feb 2007 13:54 GMT | 2 |
The CF does not support LastWriteTimeUTC, only LastWriteTime Is there any possibility to calculate the gap betweet UTC and local time? Thanks Hans
|
| Custom Controls problem | 27 Feb 2007 13:06 GMT | 3 |
Hi, i have an application that he uses custom controls. I am having a problem in to place the controls in forms The controls are not assuming its format, and in some forms appears the following message:
|