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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23483002.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23062685.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23098780.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23122026.html
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, ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23231006.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23279982.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23363637.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23397897.html
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?
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23398039.html
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.
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23416892.html