| Thread | Last Post | Replies |
|
| compile a Win32 app for WINDOWS CE platform | 27 Jun 2007 08:23 GMT | 7 |
Hello, I am trying to compile an existing Win32 C application for Windows CE. This application generates a DLL, but I don't really know how to do for Windows CE. Is something direct? or I have to modify my code? I am trying with eMbedded Visual C++ but I get many errors when
|
| Pocket PC - Phone button problem | 27 Jun 2007 07:43 GMT | 2 |
I developed one wmv playback application in pocket pc. while playing, if I press phone green button video is diaplyed in the dial window. If I press the phone red button while playing, video is displayed in
|
| silly Q: How do I use the string table? | 27 Jun 2007 06:43 GMT | 5 |
I keep a global file that I store all of my string in. I know the String Table is supposed to be used for this, but I've never seen how to do it. I can get to the String Table by expanding the resources tree and double
|
| Where is gotdotnet.com.../BookCatalogWE/Service1.asmx? | 26 Jun 2007 22:21 GMT | 1 |
I am working through the "Step by Step: Build a Mobile Book Catalog with Visual Studio .NET 2003 for Pocket PC". The tutorial requires a web service that used to be on gotdotnet.com. I cannot find it there. There is an option to utilize the development machine for the web service. ...
|
| Extending Calendar Context Menu - Event Handling - Finding Site | 26 Jun 2007 15:12 GMT | 11 |
I am trying to extend the Appointments Application Context Menu in a WM 5.0 Pocket PC Device. The Menu Item gets added up and my IContextMenu::InvokeCommand implementation gets called and I receives a parameter of type
|
| How to leveraging Pocket outlook UI in Plugin | 26 Jun 2007 13:37 GMT | 2 |
Off late i am playing with Windows Mobile 5.0 sdk apis especially with apis in PocketMobile namespace. As long a what i understand, these apis can get me all the objects of outlook like contacts, tasks etc and i and leverage this information to build
|
| CryptAPI(encryption/decryption) | 25 Jun 2007 22:53 GMT | 16 |
I'm facing a problem in encryption decryption. I have the privatekey in pem format. How can I import this into CSP and decrypt the data which is encrypted using public key.
|
| word wrap in listbox control | 25 Jun 2007 19:15 GMT | 3 |
currently i am having a listbox with a column. I populate this listbox with objects to this column and specify the column width. When the object string is longer than the column width, it will be truncated by "..." and i nd to manually drag the width to expand the column.
|
| FolderBrowserDialog in Windows mobile 6 | 25 Jun 2007 17:24 GMT | 2 |
I want to specify a folder path from the pocket pc when I click on a button and just selecting a folder will return the path to which the file can be saved. But using the FolderBrowserDialog function isnt supported in Windows Mobile.
|
| I can get a raw data by using dshow but the file size is not correct | 25 Jun 2007 15:12 GMT | 1 |
I am a newbie for dshow. I have implement a filter of my own. Now I have registered the filter successfully! And I also connect the filter with my source filter by
|
| How to create EFIGS version? | 25 Jun 2007 14:32 GMT | 1 |
I need to create EFIGS version of my app. How is it possible? Please help Thanks, Hari
|
| Power on/off event | 25 Jun 2007 14:20 GMT | 1 |
I am developing a C++ application for Windows Mobile 5 PocketPC and was enquiring what messages/events occurs when a device is powered on and off whilst the application is still executing? Thanks.
|
| Pocket PC Installer | 25 Jun 2007 14:18 GMT | 3 |
All: I have gotten CabWiz to create my installers for me, but it looks like someone has created an alternative for us: http://www.download.com/PocketPC-Installer/3000-2216_4-10690249.html
|
| Removing Video Property Page for Camera Apps in Pictures & Videos | 25 Jun 2007 12:42 GMT | 1 |
For Camera Applications in Pictures and Videos, there is a property page added to the Options Property Sheet called "Video". On this property page, two registry settings are done - 1) Include Audio Check Box is there
|
| C# and CeRapiInvoke in stream mode | 25 Jun 2007 09:39 GMT | 1 |
I use the following code [DllImport("rapi.dll", CharSet=CharSet.Unicode, SetLastError=true)] internal extern static int CeRapiInvoke(string pDllPath, string pFunctionName, uint cbInput, IntPtr pInput, out uint pcbOutput, out IntPtr
|