| Thread | Last Post | Replies |
|
| Right corner 'X' window button | 05 Jun 2006 10:24 GMT | 3 |
Does anyone know how to catch the message resulted from the event on tapping the upper right corner 'X' of a window?Please let me know if this can be done. Is there a way to remove it completly (that will help also)?
|
| Owner-drawn listboxes, how? | 05 Jun 2006 10:23 GMT | 1 |
According the MFC documentation for CE: "Windows CE does not support owner-drawn list boxes, so you cannot specify ODT_LISTBOX in the CtlType member of a DRAWITEMSTRUCT or a MEASUREITEMSTRUCT structure"
|
| exit the application... not veryify info! | 05 Jun 2006 10:15 GMT | 1 |
my exit button is labelled "ok" it is usually labeled an "X", since I want it to exit the application. is there a way to make the program exit, rather than having it automatically attempt to validate the screen information?
|
| Invisible Window to capture events | 05 Jun 2006 08:41 GMT | 2 |
I am writing a dll for Pocket Pc using eVC++ 4.0 that does not use any windows, or much mfc at all as far as I'm aware. It does include MFC as a dynamically linked library though. I want to use a windows message when I detect activity on the serial
|
| I can't deploy an application | 05 Jun 2006 06:44 GMT | 1 |
When I try to deploy an application from VS2005 to my Acer N300 pocket PC, I get this message "Error 1 The device security configuration disallowed the connection. Ensure that you have the appropriate certificates on your device for development. Review your SDK documentation for ...
|
| background color of a datagrid row | 05 Jun 2006 05:35 GMT | 1 |
how to set background color of a specefic datagrid row in .net compact framework
|
| Passing Jagged Array to Web Service | 05 Jun 2006 05:32 GMT | 1 |
I am trying to pass 31 parameters to a Web Method which in turns accesses a SQL Server Stored Procedure. I thought the best method would be to pass the values as a Jagged Array, but I am receiving errors. I have tried to ensure the arrays do not contain null values as I have ...
|
| How to know how many serial port in the device? | 05 Jun 2006 04:17 GMT | 2 |
I want to know how many serial ports are in the PPC device ? beside which is active? How to get an event nodify when serial port is installed and removed ?
|
| Directshow for camera failed | 05 Jun 2006 02:55 GMT | 1 |
I try the sample code from SDK for rendering a video stream directly, but it failed at pPropertyBag->Load. // // Create and initialize the video capture filter
|
| Fullscreen Transparent Form on PPC? | 03 Jun 2006 16:17 GMT | 8 |
I've been trying to get a fullscreen transparent form to run on the Pocket PC. So far, I've got a class that inherits from System.Windows.Forms.Form, and an overloaded OnPaint() method -- but from there, I'm stuck. I know that if I wanted to create a transparent image, I'd do the ...
|
| Connect to GPRS code for vb.net | 03 Jun 2006 01:44 GMT | 1 |
Does anyone have code in vb.net for connection to GPRS ? Thanks Savvas
|
| Mobile 5.0 app can not connect to SQL 2005 Express | 02 Jun 2006 23:53 GMT | 5 |
I'm using VS2005 pro to develop one windows form and one Mobile5.0 app , they are simple apps and just connect to SQL server to get data. The SQL servers include Win2K + SQL2K, Win2K3 + SQL2K5 std and Win2K3 + SQL2K5 Express.
|
| Access to UPnP device on pocket pc | 02 Jun 2006 20:04 GMT | 1 |
I have written a UPnP device as an ATL COM Component (dll) in C++. In order to register it with the Device Host, I have written another MFC Application that simply initializes COM Library (using CoInitializeEx()), creates security context (using CoInitializeSecurity()) and then ...
|
| Getting data from device to web | 02 Jun 2006 19:51 GMT | 4 |
I am using visual studio 2005 c#. Any sample code to get jpegs from a device to the web. Any help appreciated. SteveW
|
| problem in recording wave file | 02 Jun 2006 19:21 GMT | 3 |
If some can solve it please I can spend my weekend in peace... I am recording microphone data on a pocket pc and saving it to a wave file... I am following the general basic steps as follows
|