Advertisement

1 - 10 of 163 containing alltags:("C# 2.0") (0.001 seconds)
In the example below I need to use sr.ReadLine() to read the lines out of a text file. Sometimes I may want to back the position of the streamreader up to the beginning of the previous line, so tha...
Zones: C#Date Answered: 08/03/2008 Grade: A Views: 102
Hi all, I'm new to C# and am having trouble with HashTables. My problem is that when I get an object from a HashTable, any modifications made to the returned object are automatially reflected...
Zones: C#Date Answered: 01/08/2008 Grade: A Views: 0
I have an array that I want to use as the source for a dataview.   When I try to use it as the source, all I get are the field lengths, but not the actual data. Is there a way to use the array a...
Zones: C#, Visual Studio, .NET Framework 2.xDate Answered: 04/09/2008 Grade: B Views: 36
Hi, I am using NHIbernate to create the database connections. I would like to time how long time certain operations take. I havn't done this before, so therefor I ask you experts; What is the most...
Zones: C#Date Answered: 01/29/2008 Grade: A Views: 22
Hello friends, as i want to change the text property of a ToolStripLabel in my form within a new thread i started, i run in to the issue, that i didnt find any invoke method. I assume, this is, ...
Zones: C#, MS Visual C#Date Answered: 03/14/2008 Grade: B Views: 17
I'm experiencing some very strange behaviour in C# 2005 and I'm going to do my best to explain what the problem is. Background: There are two classes of interest. HLineCls and HLinePointCls. H...
Zones: C#Date Answered: 03/30/2008 Grade: B Views: 0
I have a form that has a master and detail tables on it.  As you page through the master table, I want to populate the detail table on a background worker.   So I have the background worker _DoWor...
Zones: MS Visual C#, C#, .NET Framework 2.xDate Answered: 04/30/2008 Grade: A Views: 0
I have a 3x3 array containing values as follows: ---------------------- 1        3          5 2        4          6 3        5          7 --------------------- I want the result in the foll...
Zones: C#, .NET, MS Visual C#Date Answered: 05/13/2008 Grade: B Views: 0
I want to know when it is ideal to use IDisposable and why? I normally use the simple: object.Dispose() method inside Finally. What is the difference?
Zones: C#, .NET, .NET Framework 2.xDate Answered: 05/14/2008 Grade: B Views: 26
I have a stored procedure in SQL Server 2005 to insert record and it accepts few input parameters. I want to execute this stored procedure from C# (.NET Framework 2.0) code.
Zones: MS Visual C#, C#Date Answered: 05/20/2008 Grade: B Views: 235