| Thread | Last Post | Replies |
|
| system.data.sqlserverce in class library project | 30 Jun 2004 22:54 GMT | 3 |
Is it possible to add a reference to system.data.sqlserverce in a C# class library project? thnx!
|
| Help needed Urgently with MSI | 30 Jun 2004 22:01 GMT | 1 |
I have the following code in evc++ and I'm trying to create a MSI (following the example on msdn, with a few changes). The file gets compiled fine and works like a charm if I run in on its own from the directory where all the ini files reside. I then put the exe as an "Install" ...
|
| .Net CF Directory.GetFiles bug | 30 Jun 2004 21:24 GMT | 2 |
Hi, I think I found a bug that occurs in the following: 1. Create a Windows CE Internet Appliance platform from Platform builder. Either 4.2 or 5.0. 2. Load the emulator.
|
| Wierd ide behavior!! | 30 Jun 2004 18:51 GMT | 2 |
I keep changing a form within the IDE VS2003. I say the form and move off it by clicking another form to view. When i go back to the form i changed the controls are all screwed up or missing. Any idea what's going on here - IT's DRIVING me CRAZY!!
|
| Beginner again - Closing VB .net application | 30 Jun 2004 18:16 GMT | 6 |
From what I see in the help the following should close my app:- Application.Exit() but what it appears to do instead is freeze it. Suggestions? Steve
|
| error on reading from xml file | 30 Jun 2004 18:11 GMT | 5 |
I've been importing many xml files so far.. without problems. I now ran through an error, most probably due to some weird symbol in the xml file which has hex value 0x15 (looks like a square). In the xml file that I am importing I am not specifying any specific
|
| ANN: Coming up webcast on real-time behavior of the .NET Compact Framework | 30 Jun 2004 18:07 GMT | 1 |
When? 7-Jul-04 11:00AM-12:30PM Pacific Time Windows CE.NET is a hard real-time operating system. Microsoft's .NET architecture, with the Common Language Runtime, Just-In-Time compilation and automatic Garbage Collection is not real-time. What is the reason for
|
| xml data storage? | 30 Jun 2004 14:22 GMT | 2 |
Hi .Netters, I am thinking about using XML files to store and recall data (as opposed to SQL CE) for my next .net cf project. Anyone with any thoughts on that? Perhaps pointers to some resources
|
| app in background | 30 Jun 2004 14:13 GMT | 1 |
Is there a way to do an application in background that start when the pocket pc start? An is there a way to open a form from this background thread? damiano
|
| Accessing Oracle Database from PocektPC / Palm | 30 Jun 2004 13:39 GMT | 1 |
We need to develope a mobile application where client can be Palm or PocketPC device (preferably PocketPC) and the Server is Oracle 9 on Sun Solaris. Some data will be logged into PDA device and stored in the local database.
|
| Japanese font in Pocket IE | 30 Jun 2004 12:34 GMT | 1 |
I have an iPAQ, purchased from UK, and I wish to view Japanese fonts from within Pocket IE. Is it possible to do that by installing Japanese True Type fonts in \Windows\Fonts directory?
|
| Loading Data into DataSet From XML | 30 Jun 2004 12:11 GMT | 6 |
I'm having a hard time making the jump from VB6 and ASP to the .NET Compact Framework. Specifically, I can make the regular examples work, get data from SQL and XML, write to SQL and XML, but it all comes to a halt when I try it for a Smart Device. Trying to read from XML gives me ...
|
| [OT] Visual C# 2005 beta ?... | 30 Jun 2004 02:18 GMT | 2 |
I see that there is VC# 2005 out, does it support the compact framework, could I use it today ? coudl I build commercial application with it ? I have already VS.NET 2003 any way of cheap upgrade ?
|
| Data in Combobox after Databinding | 29 Jun 2004 23:56 GMT | 1 |
I have a problem with a Combobox after binding to a datatable. I displayed a column of a table with code similiar to what Tom Krueger mentioned here: System.Data.DataSet ds = new System.Data.DataSet(); System.Data.SqlClient.SqlDataAdapter da = new System.Data.SqlClient ...
|
| How Encryt string with MD5 | 29 Jun 2004 23:54 GMT | 3 |
Hi for All! How can i do encryp a string with MD5? Thanks in advance! RA
|