| Thread | Last Post | Replies |
|
| math conversions | 05 Jul 2007 02:19 GMT | 4 |
Are there any classes that do the conversions from hex2Dec(), dec2Hex() decimal, hex, octal ..and back to a Base or do i have to implement them myself based
|
| change color of row in a Datagrid view. | 05 Jul 2007 01:41 GMT | 3 |
I am newbie in c# and i have a question regarding DataGridView I have a Table with 3 Columns (0)IdLeggiSeriale <Is Primary key> (1)ValoreSeriale <Is Integer>
|
| Compression size | 05 Jul 2007 01:29 GMT | 21 |
I compressed a file with GZipStream class and is larger than the original file.... how can this be?, the original file is 737 KB and the "compressed" file is 1.1 MB. Did i miss something or is normal with that compression class?
|
| need reference on "when to rewrite" | 05 Jul 2007 01:21 GMT | 10 |
I've seen studies before showing that it is better to rewrite code when more than 25% (or whatever) of the code needs to be changed. I can't seem to locate any references for that at the moment. Do any of you have references for that type of article? Thanks.
|
| The Tower OF Hanoi | 05 Jul 2007 00:04 GMT | 3 |
I'm currently trying to write The Tower Of Hanoi (http:// illuminations.nctm.org/ActivityDetail.aspx?ID=40) in C#. I have a panel on the form and I draw pegs on the panel inside the form class. I passed GraphicObject to drawDisk method in disk class to
|
| Enum extenting | 04 Jul 2007 19:55 GMT | 3 |
Oftenly I need to use enums but standard C# enums provide little bit poor possibilities. For example I'd like to restrict variables to get only values specified in enums. Also sometimes I want to implement some type conversion from enum to some other type.
|
| Trying to load MSDN into Visual Studio 2003 | 04 Jul 2007 17:33 GMT | 2 |
I just reformatted my hard drive and am trying to install the MSDN to run with Visual Studio 2003. But when I try to do it from the install screen from Visual Studio, I get a window that looks almost like a list of options for the install and then does nothing.
|
| Looking for a currency control | 04 Jul 2007 16:56 GMT | 1 |
I am looking for a Currency control/Number Control which has the following behavior. If you are entering a number such as 123.67 the control behaves like this. 1. The field (control) is right justified.
|
| Trouble connecting to Oracle database from C# | 04 Jul 2007 16:11 GMT | 5 |
I use the System.Data.OleDb.OleDbConnection class to establish a connection to a Oracle 10G database. The dsn connection string I use look like this: dsn=provider="MSDAORA.1";User ID=test;Data Source="172.30.0.25/
|
| Concurrency with win forms app and Access | 04 Jul 2007 15:28 GMT | 1 |
I have a Access 2003 talking to SQL 2005 express DB via linked tables. I also have .NET forms application that also talks to the SQL DB.
|
| Zweidimensionales Array gruppieren und summieren | 04 Jul 2007 14:36 GMT | 1 |
Hat jemand eine Idee, wie ich ein Array der wie folgt definiert wurde: object [,] dataObj; DataObj = new object[5,3]; q w 2
|
| ConfigurationManager in .net 2.0 | 04 Jul 2007 14:34 GMT | 1 |
I am tring to read the custom configuration form a config file but I am not getting any way to read the data from the config file. Here is tha sample. config file
|
| including an uninstall capacity | 04 Jul 2007 14:21 GMT | 1 |
Hi Nicholas Thanks for your advice. Can you point me to an example of such a utility? Thanks
|
| Hebrew Help. | 04 Jul 2007 12:57 GMT | 3 |
I have a hebrew string that include numbers and other letters, i need to revere only the hebrew fonts. somebody told me using the bidi. please help me.
|
| Problems with DllImport and a Delphi native DLL. | 04 Jul 2007 12:37 GMT | 1 |
Hi, I manage an rather old application in which we have some fairly complex (ugly) Delphi code. This is Delphi 6 we're talking about. Among all this Delphi code there is method for formating a print layout for slip printers. Pass a few parameters to this method and it returns a ...
|