| Thread | Last Post | Replies |
|
| Using "DirectShow" with C# in the Compact Framework along with WM6 | 13 Nov 2007 21:48 GMT | 4 |
I am trying to develop an application using C# and .NetCF on Windows Mobile 6. I need to use the "DirectShow" api in order to preview video and take a still shot with the built-in camera. I have tried using the built-in camera dialog that comes with WM6 but it is limited and does ...
|
| Function key stuck on in Windows Mobile 6 device in Textboxes | 13 Nov 2007 19:48 GMT | 2 |
I have a very strange problem with a new Sprint 6800 Windows Mobile 6 device. When I use the popout keyboard, it always acts like the function key is stuck on. This happens in a single line or multi-line textbox. The SIP
|
| Button Click & Listview events not triggered | 13 Nov 2007 13:51 GMT | 3 |
We have a smart device app written in VB.NET, CF2.0 which has a form with listview & buttons. On this particuar form, sometimes when you click the listview or the buttons, the Listview.SelectedIndexChanged & Button.Click events are only triggered the second time you click them.
|
| Mac or Unquie ID | 13 Nov 2007 09:47 GMT | 2 |
We have written an application for PPC devices. We are looking for a way to lock a license to the hardware. On a PC we'd use read and encode the MAC address, how do we read this or another unique ID from PPC hardware using the compact framework?
|
| help! how to add custom property to poom contact / appointment / task | 13 Nov 2007 08:45 GMT | 1 |
i'm using vs2005 c# with .net cf 2.0 and developing an app for windows mobile. i am at a point that i have to add a custom property to the contacts in a contact collection for storing some extra information about the contacts. however the app always returns "null" for whatever
|
| How to debug an unmanaged dll? | 13 Nov 2007 07:35 GMT | 2 |
In my Pocket PC solution I have C# project and an unmanaged C++ dll project that is called by the C# project. The C++ project deploys the dll file to the device when it has changed. What should I do to debug my dll - I have set /ASSEMBLYDEBUG correctly but I still got the message ...
|
| Downloading an Image within the Compact Framework in C# | 12 Nov 2007 22:46 GMT | 2 |
I am looking to download an image from a website from within a compact framework pda app. I have tried everything I could find and thus I turn to you. Any help or suggestions would be appreciated. Thank you.
|
| WebRequest Methods | 12 Nov 2007 22:36 GMT | 5 |
Does Compact Framework have WebRequest methods, such as HTTPWebRequest and HTTPWebResponse? If not, how do I talk to a Web Service that doesn't use standard SOAP protocols? Also, is there an easy way to separate the documentation for Compact
|
| DataGrid & Horizontal Scroll Bar | 12 Nov 2007 21:16 GMT | 1 |
Environment: VS2005, VB.net , CF 2.0 with service pack 2 I am able to display data in the datagrid. there are 7 columns in the grid. Delivery,Return,Description,Quantity,total quantity. the gird displays first three columns Del,Return, Description (part of the
|
| Flight mode | 12 Nov 2007 16:06 GMT | 2 |
is it possible to detect whether Flight mode is set? I can detect whether phone is off using Microsoft.WindowsMobile.Status.SystemState, but how to turn it on and flight mode off?
|
| Draw something on the camera stream | 12 Nov 2007 15:31 GMT | 3 |
I'm making an application for Windows Pocket PC (Compact Framework 2) I've to take a picture by using CameraCaptureDialog. I want to draw something on the camera stream (like a target). Has anyone ever done this?
|
| Strange(?) behaviour of SqlCeConnection | 11 Nov 2007 21:57 GMT | 1 |
Hello, I observe a strange behaviour of SqlCeConnection disposing. I have a simple class to connect to DB with one static SqlCeConnection namespace SOMETHING {
|
| Downloading an Image within the Compact Framework in C# | 11 Nov 2007 19:10 GMT | 3 |
I am looking to download an image from a website from within a compact framework pda app. I have tried everything I could find and thus I turn to you. Any help or suggestions would be appreciated. Thank you.
|
| Unitechs Autoinstall program | 10 Nov 2007 18:26 GMT | 1 |
Has anyone used Unitechs Autoinstall program and would like to share how to use it. I need to have an application autoinstall after a hard reset. If I put my cab file on the flash drive it will survive a hard reset. Using the autoinstall program will accomplish this but the docs ...
|
| MS Access Database Connectivity For Win CE 6.0 | 10 Nov 2007 14:55 GMT | 4 |
Hello guys, I want to connect to and edit ms access database. The oledb functionality is not present for .NET CF. When I try to build the solution, it gives me an error "are you missing an assembly reference?" PS. I am coding in C#
|