| Thread | Last Post | Replies |
|
| Clone datatable rows | 21 Dec 2007 22:41 GMT | 1 |
I want to copy datatable rows in other datatable without using loops. Clone method in datatable object copy table structure but not data and there is no clone method in datarow object. The only way i have found is import each row of the old datatable, in new
|
| How to drop down a combo box (CF2.0) programatically? | 21 Dec 2007 17:11 GMT | 1 |
is there a way to drop down a combo box from the Compact Framework 2.0 programatically, especially in C# language? In the .NET framework the combo box has the DroppedDown property but unfortunately in .NET CF it has not.
|
| GSM + CE.NET | 21 Dec 2007 15:08 GMT | 1 |
Can anybody help me with the GSM functionality on Windows CE.NET devices. I'm working with Psion Teklogix Workabout Pro CE.NET 5.0 and i really need to send an sms through my own application. There are multiple ways in Windows Mobile but can't find the one in CE.NET.
|
| ObjectDisposedException with DataGrid | 21 Dec 2007 05:38 GMT | 7 |
I am at my wits end here. I am getting ObjectDisposedException when removing an item from a BindingList when it is bound to a DataGrid. Here is a simple example to reproduce: private void Test()
|
| Switching windows causes a 'full' garbage collection at bad time | 20 Dec 2007 22:44 GMT | 2 |
Our platform is Windows CE 5.0 and Compact Framework 2.0. The device fully replaces the Windows CE shell with our own which is completely written in compact framework, as are all the applications. Right from the start, we used a single-process solution such that the shell and all ...
|
| Connecting to SQL Server (directly) from Compact Framework | 20 Dec 2007 20:06 GMT | 6 |
I amanged to connec to an SQL server 2005 directly from CF application using SqlClient. BUT I cannot access a second instance in that server. i.e. when I enter in the connection string MYSQLSERVER, ok but MYSQLSERVER\\SQL2 then it is a
|
| Problem with RequestPowerNotifications on WM5 | 20 Dec 2007 14:28 GMT | 1 |
I need to detect power on of WM5 device. I use RequestPowerNotifications which works well on WM2003, but on WM5 it signalize even if only backlight turn off and I cant find out device is off/on or backlight is off/on. RequestPOwerNotifications always return the same. Can someone ...
|
| Database connectivity | 20 Dec 2007 12:46 GMT | 1 |
Rspected sir, I am using Sql Server 2005 Enterprise Edition with VB.Net 2003, but I am not able to connect it . Please will you give me the code for connecting it.
|
| the serial world is tricky | 19 Dec 2007 19:46 GMT | 6 |
on my DELL Axim X51v the environment shows me that i have the COM ports0 -9 and som other ports calles GPD1 to GPD9. what are thes ports GPD ???? Bye
|
| Debug on Device | 19 Dec 2007 12:41 GMT | 3 |
how can i debug a Application that runs on a device ? (using VS2005 with C#) bye Rainer
|
| User controls in design view | 19 Dec 2007 09:32 GMT | 2 |
I am using user controls in a WM6 app (VS2005) - the user controls were visible in the design view - but on reload of the solution the user control content is no longer visible with VS opting to show only the placeholders - is there a setting/option to show the control content in ...
|
| DateTime field in SqlMobile database | 19 Dec 2007 09:17 GMT | 4 |
Just a quick question regarding the DateTime type and how it is stored in a Sql Mobile database. When a DateTime value is stored in the database, is it always stored in the same format?
|
| ce4.2 headless with cf1 ??? Help please ! | 18 Dec 2007 14:04 GMT | 1 |
Yes, I know how old it is ! I'm thinking of becoming a historian ;) Our ce6 platform is not finished yet, so I have to go to market using our old ce4.2 platform. (We dont have a ce5 platform) We have a vs2003/c# app that is just going into beta ... but ... all the
|
| Bluetooth C# DLLs | 18 Dec 2007 11:59 GMT | 6 |
Are there C# DLLs in VS05/08 to communicate with Bluetooth devices? If so, will they work with both PC and Mobile (CF) applications?
|
| SerialPort Caching? | 18 Dec 2007 04:10 GMT | 7 |
Platform is WM2K3 (not SE) with compact framework 2.0. I have a thread that is using SerialPort.Readline() to read raw GPS data from an RS232 GPS device (the RS232 port that the GPS device is plugged into is on the vehicle cradle that the device is in). If I just open the ...
|