| Thread | Last Post | Replies |
|
| Rewind / Fast Forward / Seek Audio Functions? | 18 Mar 2008 23:00 GMT | 1 |
The following article describes how to record and playback wave files on .NET CF. We have implemented these in our portable recorder application for the iPAQ. http://msdn2.microsoft.com/en-us/library/aa446573.aspx
|
| Mobile 6 classic emulator - cant hard reset | 18 Mar 2008 21:24 GMT | 8 |
I've been using the Mobile 6 emulator for a while now and have been unable to Hard Reset it. When I Hard Reset it, its the equivalent of doing a Soft Reset. Anyone else experienced this? Does anyone know of a way i can force a Hard Reset on this emulator? I'm using VS2005.
|
| how to switch backlight off | 18 Mar 2008 17:13 GMT | 3 |
I configured my PocketPC to switch off the backlight after 30 seconds. Now I would like to switch on the backlight, when a special event appears in my program. I am using .Net Compact Framework 2.0 and C#
|
| CF 1.1 emulator missing | 18 Mar 2008 13:38 GMT | 2 |
Hi, All I just recently installed VS .NET 2003 on my PC and after installation i can start emulator. It trow message like " missing file, re-install emulator".
|
| WLAN TcpClient Socket Connection throws no Exception | 17 Mar 2008 21:00 GMT | 1 |
i have the following Environment: I have a WinCE device with CompactFramework 2.0 and my TCP client application. The server application .Net 2.0 is running on a XP machine. The device
|
| Dns.GetHostEntry functionality | 17 Mar 2008 16:31 GMT | 32 |
I have this code: try { IPAddress[] addresses =
|
| Hiding column when datasource is *NOT* a DataTable | 16 Mar 2008 19:49 GMT | 1 |
I want to hide a column in my DataGrid, but the usual tricks don't seem to work when the datasource is *NOT* a DataTable. Targeting compact framework 2.0, I've got a DataGrid using an *object datasource*, not a DataTable as the datasource (This is crucial to
|
| Version Woes | 14 Mar 2008 21:55 GMT | 3 |
VS2008 target 3.5 Third party DLL that works OK when deployed in Windows app. When deployed in Smart Device app I get: System.MissingMethodException was unhandled
|
| Suspend and Resume notification | 14 Mar 2008 18:44 GMT | 4 |
How do I get notifications in CF .NET 3.5 that the device has gone to Suspend mode (powered off) and then how to get notification that it has resumed (powered on)?
|
| Debug a CF application on a PC | 14 Mar 2008 16:01 GMT | 4 |
I know its possible to run a CF application on a normal PC. But is it possible to debug it? I would like to start writting my application on a PC first. Its faster and much easier to debug the functionality on the PC.
|
| Assembly conversion to Pocket Pc format | 14 Mar 2008 13:32 GMT | 14 |
I want to convert windows assemblies to Pocket PC format. Is it possible ? If so how to do that ? Do we have any tools to convert as have tools for converting video and audio files to Pocket PC format ? Thanks in Advance
|
| Compact framework 2.0 on wondoes ce 4.2 | 14 Mar 2008 11:23 GMT | 2 |
there are any version of compact framework 2.0 dor windoes ce 4.2? thanks
|
| Hardware Keys in Windows Mobile 6 | 14 Mar 2008 09:21 GMT | 1 |
With previous versions of Windows Pocket PC I have been using the code below, but now I switched to a iPAQ 114 using Windows Mobile 6 and it doesn't work any more. Anyone has an idea what could be wrong ??? Why isn't it possible to
|
| PocketPC System DLL problem | 14 Mar 2008 05:15 GMT | 1 |
Hi, I am new to PocketPC development. Using VS2008 targeting the 3.5 FrameWork. I have a third party DLL that I have referenced successfully in a
|
| Track device in idle state | 14 Mar 2008 03:19 GMT | 6 |
Is there any way to implement an application on .NetCF 2.0 which require user to re-logon after a certain idle period (maybe 10 mins). 1. Launch app. -> Prompt user type in password. 2. App being activated, and user perform their task.
|