| Thread | Last Post | Replies |
|
| Odd File Writing problem | 03 Jan 2005 11:41 GMT | 2 |
I am trying to write a CString to a file using either CFile or WriteFile (I have tried both methods). But only about half of the data is stored in the file. Under Windows I usually do the following to store data in a file:
|
| How to read a compact flash device. | 03 Jan 2005 04:11 GMT | 5 |
I have a compact flash GPS device in my iPaq HX4700. What I'd like to know is if there is something in the compact framework that lets me read data from the compact flash device? A class maybe? A component? Maybe there is something in the framework that can use the compact flash ...
|
| Communicating between threads | 03 Jan 2005 04:08 GMT | 2 |
Why is it so much more difficult to write VB code for the PDA platform than it is on PC platform (that's a rhetorical question by the way). My main question is, I am writing a program for a PDA and want to run a thread in the back ground collecting data from a serial port. This ...
|
| InTheHand.PocketLook problems | 02 Jan 2005 22:23 GMT | 2 |
I writtern an app that uses the PocketOutlook module and it runs and works fine when I run it from within VS (pressing F5). But when I build the CAB files and copy them to the emulator and try and use the pocket outlook function i get a "TypeLoadException could not load type
|
| MS Access and VB.NET | 02 Jan 2005 20:03 GMT | 5 |
I have basically given up trying to connect to SQL Server through VB.NET in real-time. I tried everything and have been unsuccessful (plus SQL server is really overkill for my project), therefore I want to try to connect to MS Access in real-time. I know VB.NET does not supply ...
|
| .NET C# Menu not showing up when form.show() | 02 Jan 2005 17:03 GMT | 3 |
I have several forms in a .NET PocketPC application. Each of them has a menu. When I .show() a form and then .Hide() the existing form and then .refresh() the new form (as well as .show .refresh .hide, .hide first doesn't work) The menu from the PREVIOUS form shows up until I ...
|
| Date Format on Pocket PC | 02 Jan 2005 13:14 GMT | 5 |
I am facing Date Format problem..... US and UK are using different date format.....MM/DD/YYYY and DD/MM/YYYY so when i am developing my application, I have encountered some problems when I query my data using date as a criteria.
|
| ContextMenu MenuItem Event | 01 Jan 2005 23:14 GMT | 2 |
I'm working on a checklist program and I want to use the contextmenu with it. For each checkpoint there is a textbox and when the user holds his stylus on it he will get a contextmenu with the possible answers for that checkpoint.
|
| I have found a bug, please confirm | 01 Jan 2005 01:25 GMT | 1 |
Hello Nathan, both devices: Version 4.20.0 (Build 14053). I use eVC++ Version 4.00.0714.0. When I start the programm using the debugger (pressing F5)
|
| ActiveSync and RERR_RESTART | 01 Jan 2005 01:04 GMT | 1 |
From cesync.h: #define RERR_RESTART MAKE_RERR( 0x0004 ) // restart the operation, applicable in RSC_END_SYNC & RSC_END_CHECK When I return RERR_RESTART from my IReplStore::ReportStatus() routine
|