| Thread | Last Post | Replies |
|
| Load/Save Bitmaps | 04 Mar 2008 21:06 GMT | 7 |
I'm looking for code to load and save bitmap files (24 bit per pixel). TIA Claus
|
| generating C# classes from XSD with Custom Attributes.. | 04 Mar 2008 20:52 GMT | 7 |
I am trying to generate classes from XSD which looks like this namespace WindowsFormsApplication1.Something.Some { public class Address
|
| fluent interfaces and xml serialisation... | 04 Mar 2008 20:51 GMT | 3 |
I'm thinking of adding a more fluent interface to a set C# class in my current domain, the only thing that is causing me a dilemma is the fact that the classes need to support serialisation (xml), this means they will have 2 ways to set properties and I don't generally like this. ...
|
| virtual, override, new ... little question | 04 Mar 2008 18:37 GMT | 6 |
I have some little problems with inheriting ... What I have and what I want to do is: - Base class with one method "RunTest" - Standard class inherits from Base class
|
| window and font | 04 Mar 2008 17:56 GMT | 2 |
How to Get Area needed to Draw a Sentence on a window Win32 has SizeText() does c# have a Equlivent Tks
|
| oledb and dbase III files | 04 Mar 2008 16:58 GMT | 5 |
hello, ive looked for decent OleDb Groups but have not found any.... Is there a Way to configure oledb jet.4.0 to read long filenames dbase III, dbase IV , etc
|
| How return max value in LINQ, please? | 04 Mar 2008 16:40 GMT | 1 |
I have the following values in my AnimalTag table under the column AnimalTagNumber. 123456 234567
|
| Array String | 04 Mar 2008 16:23 GMT | 6 |
i must create an string array to save a record of a txt file.... the number of record is't the same... someone can help me? thanks
|
| moving floats between {C# on PC} and {C++ on ARM7 MCU} | 04 Mar 2008 15:57 GMT | 2 |
I need to move "floats" (single precision) between a C# application in a PC and a C++ program running on an embedded system. The C++ program has been compiled with Rowley Associates CrossStudio 1.7 build 4, which uses GNU C/C++ compiler GCC, and runs on an NXP LPC2103 with
|
| Create Windows Account Programmatically C# | 04 Mar 2008 14:49 GMT | 5 |
Good afternoon. Could you help me? I need to create Windows Account Programmatically via C#? How could I do this? private void CreateUser(string userName, string password) {
|
| Static vs. instance method: Which one performs better? | 04 Mar 2008 14:00 GMT | 16 |
I am not sure if this question makes sense. But I have been wondering if there is a performance difference between a static method and an instance method. I created something like this, just to give it a test.
|
| Cast<Customer>() causes exception | 04 Mar 2008 13:40 GMT | 15 |
I tried Northwind db = CreateDB(); IQueryable<Customer> gqueryable = (from c in db.Customers select new { c.CustomerID, c.City }).Cast<Customer>();
|
| Writing Hashtable data into text file | 04 Mar 2008 13:11 GMT | 1 |
In One application i m using Hashtabe to read an xml. After reading xml i want to write that hashtable data into text file. Hashtable is nested (two hashtable). How to do that? How can i retrive the hashtable data. Someone Plz explain with example.
|
| ExecuteScalar | 04 Mar 2008 12:59 GMT | 2 |
Hello All, what is the correct / proper way to check for null values in the ExecuteScalar. System.DBNull.Value, Null or both?
|
| Need help using Raw Input under C# | 04 Mar 2008 11:39 GMT | 1 |
I have an application that uses an attached GPS through the COM port. Unfortunately it seems that time has moved on and more and more GPS devices are native "HID" devices connected to a USB port. (Good news for Vista 64bit users I guess!) Unfortunately as far as I can tell I need ...
|