| Thread | Last Post | Replies |
|
| Clear selection in ListView | 08 Feb 2004 06:26 GMT | 3 |
How do I clear the current selection in a ListView control? Regards, Elisa
|
| Problem distributing multi-project solution | 08 Feb 2004 01:10 GMT | 1 |
I've a VisualStudio solution with 2 project in it. These projects are not "linked" by a reference. When I do a compilation with distribution, only the main project is distribuited to the pocketpc.
|
| SMTP Server from PPC | 07 Feb 2004 21:53 GMT | 3 |
Hi I have an app using CF on PPC 2002. I am looking for way to provide support to my users for when they have problems. I am looking to have them push a button on their app and it will zip then email their SQL database to me. The problem is I need to install a default smtp ...
|
| Assembly.CreateInstance with arguments? | 07 Feb 2004 20:55 GMT | 1 |
I need to create an instance of a class in a non-referenced assembly, so I thinked to use the Assembly.CreateInstance(). The problem is that my class has a constructor with an argument. I cannot istantiate my class, since CreateInstance try to instantiate
|
| smart camera running cf.NET | 07 Feb 2004 20:50 GMT | 2 |
Anyone know of a camera that supports cf.NET? Also, can a desktop .NET client create (and use) a cf.NET remote server object? Lastly, can a cf.NET server object be accessed (is cliented a word?)
|
| About DataGrid and SUM | 07 Feb 2004 18:05 GMT | 4 |
I have this code to fill a DataGrid: Dim dt As New DataTable SQL = "SELECT f1, SUM(f2) AS ft FROM table GROUP BY f1" Dim adp As New System.Data.SqlServerCe.SqlCeDataAdapter(SQL, sqlConn)
|
| DateTimePicker : request for CulturInfo | 07 Feb 2004 10:43 GMT | 3 |
Since there seems to be a general interest for non-US support for the DateTimePicker.cs/.vb I have created a site for this on http://www.mj10777.de/NETFramework/Compact/DateTimePicker/index.htm
|
| How can I update my Emulator for VS.NET 2003 to a recent version? | 07 Feb 2004 10:03 GMT | 1 |
The version of the emulator that installs with my 2003 setup is 4.1.0 and does not have support for storage cards (there is no option for it under the menu in the emulator). I have downloaded the Microsoft Pocket PC 2003 SDK which gave me the
|
| Windows CE and remote objects | 07 Feb 2004 03:17 GMT | 7 |
I've developed Remoting components running on a desktop (with .NET *regular* framework) I have a couple of industrial PDAs running Win CE .NET 4.1 that need to connect and use these 'desktop' components over a WLAN (wifi LAN). Obviously the compact framework does not support ...
|
| How do I use Debug.WriteLine? | 06 Feb 2004 23:30 GMT | 4 |
The documentation says that Debug.WriteLine and TraceListener.WriteLine are supported by the compact framework, but When I try calling these methods I get no output in my debug window? How do I print debug info to my debug window?
|
| Whidbey and CF V2 | 06 Feb 2004 22:53 GMT | 4 |
When I look at the PDC DVD, the Whidbey contains only the current CF, not the future CF V2 Am I right or did I miss the CF V2 If I miss it, where it is ?
|
| Does VS2003 .NET need to be updated for cf.NET sp1? | 06 Feb 2004 22:43 GMT | 2 |
If I download cf.net sp1 and install it on my devices do I need to update visual studio at all? Does it need any of the updates to build? Is there a way to update VS so that it deploys the cf.net sp1 when I deploy
|
| Transparent Color in Icons | 06 Feb 2004 22:25 GMT | 5 |
I have found something real interesting with the "transparent" color in icons. I thought the "darkesh green" was the transparent color for icons. Seems that it works great when the 16x16 icon is displayed in the systray but when displayed on the startmenu the transparent color ...
|
| Start program in background | 06 Feb 2004 22:24 GMT | 3 |
I'm using the coredll.dll function CreateProcess() to start a new process from my VB .NET app. This other app takes a few seconds to load, so I'd like to start it in the background when my program launches and then just bring it to the foreground when needed.
|
| PROB: Connecting to Studio from CE | 06 Feb 2004 21:53 GMT | 1 |
I have a customer with a connectivity problem and it has uncovered a couple problems with the connection tools. First, the problem i sthat he was able to debug over USB for a few weeks, then all of a sudden it started failing. He's unable to connect at all to
|