| Thread | Last Post | Replies |
|
| Timer, timespan and milliseconds | 21 Jan 2006 17:00 GMT | 5 |
I've made a simple stopwatch for .net cf 2 using DateTime dtStart and Timespan tsInterval = DateTime.Now - dtStart tsInterval.Milliseconds is always 0. Does .net cf not support milliseconds.
|
| Profiling WinCE Netcf programs | 20 Jan 2006 21:28 GMT | 3 |
Is there a more sophisticated method of profiling C# Netcf programs, more advanced then using Stopwatch class from OpenNetcf? This could be a open source approach, freeware or commerial product. Thanks.
|
| Sharing memory (class instance) between processes | 20 Jan 2006 21:27 GMT | 2 |
Is it possible for a single class instance be shared among multiple applications (each resides in a seperate process) in CF 2.0? How can i do that? Thanks.
|
| Sharing libraries between .Net and .Net compact framework | 20 Jan 2006 21:26 GMT | 3 |
Can I create a single library that works on CE devices, or pocketPCs, or whatever is using the .Net Compact Framework, and also on the full framework. I have an application that talks to industrial equipment, and I want to have a laptop version and a Pocket PC version. There are ...
|
| Reading current free storage memory on Windows Mobile 5.0 | 20 Jan 2006 19:45 GMT | 2 |
Does anyone know how to read the current free storage memory on the device for Windows Mobile 5.0 in the .Net Compact FrameWork 2.0? I need to know how much free space there is when an application boots. Thanks!
|
| Symbol MC9000 deployment issue? | 20 Jan 2006 18:33 GMT | 2 |
I'm developing a VB.NET 2003 application for a Symbol MC9000 device with Windows Mobile 2003. .netcf 1.0 SP3 is installed on the device. If I deploy the application using Visual Studio, the menu on the main form
|
| read a office - ACCESS file | 20 Jan 2006 17:34 GMT | 1 |
I can read a MS ACCESS file in WIN32 app project, but I failed on WINCE project. Q1. First, I want to read/write MS ACCESS file in WINCE, it works only on WIN32 app project now... ( if I want to read MS ACCESS file, I still
|
| Open file with cf 2 | 20 Jan 2006 17:01 GMT | 2 |
I'm developing a VB.NET 2005 with cf 2 for windows mobile 5 I'm trying to open any file (image, word, excel , mp3) with the default program . Is this possible with vb or c# and CreateProcess.
|
| Palm Treo 700 w | 20 Jan 2006 16:58 GMT | 2 |
All, Is the Palm Treo 700 w a smart phone or a pocket pc phone. I understand it has mobile 5.0 on it however when our application is installed as it is on any other PPC 2003/Mobile 5 device it does not work as it states it is
|
| Alarm Event | 20 Jan 2006 16:45 GMT | 4 |
I have a program that must check system time every 1 minute, Is there a way to do this without using the Timer tick event, as in timer when i enabling it, it may not at zero second, but i want the time checking be at zero second (at the begining of the minute), so is there an ...
|
| Getting the user selection from a ComboBox | 20 Jan 2006 15:46 GMT | 3 |
How to do it? The SelectedIndexChanged event i useless because the user might just be moving the selection in the dropped down listbox using the navigation buttons without actually selecting anything. In the .NET framework there is the SelectionChangeCommitted event but
|
| c# smart device dll | 20 Jan 2006 14:53 GMT | 6 |
My intention was to build a c# application for smart devices using VS 2005 that is based on a dll. I created a dll using eVC that worked well (I could access that dll by an eVC client app).
|
| Combobox and ites KeyPress Event | 20 Jan 2006 13:56 GMT | 2 |
I am using win ce.net with vs.net 2003 the keypress event of combobox is not fire when the combobox has focus. Can u suggest me ways to trap the keypress, with or without using the keypress event.
|
| ADO.NET create table | 20 Jan 2006 13:38 GMT | 10 |
I'm trying to make index on a table with SQLCE, but I don't know how I can do that in C#. For example, when I create a table in C# on PPC, I do the following tasks : ---------------------------------------------------------------------------
|
| size of icon in start menu | 20 Jan 2006 12:46 GMT | 5 |
what's the correct size for a icon to be placed in the start menu? 32x32 like on PC seems to bee too big. 1/4 of that maybe? Greetings Markus
|