blah blah blah is here! blah blah » Close

0
votes
1 answers

Threading

Hello guys, I have been trying to understand threads for a while and I am able to understand theory part of it but when I am come across any program which actually is using threads then I am not able to synchronize. I am post ...

2
votes
1 answers

Nunit reference not found

I have following code: [code] using System; using System.Collections.Generic; using System.Linq; using System.Text; using nunit.framework; [/code] { Inserting other Code} Now I have added nunit.framework by Add reference--&g ...

0
votes
1 answers

Covertin Vb code to C #

I have following VB code and I want to convert it to C# VB: Txtresult.Text = rows(0)("Distance") Here Rows is a DataRow() and "Distance" is a field name. Thank you

0
votes
1 answers

VB to C# translation

I am a Vb programmer and I am translating some code from Vb to C# I have follwoing code in VB: (c.ds.Tables(0).Compute("MIN(Distance)", "") //Here, ds is a dataset and 'c' is the class where it belongs. How should i ...

0
votes
1 answers

I am not notified

I am not sure whether this is an inclusive feature o fthis site or not. But I am not notified when some body replies to my post. I haev to come to site and check the answers. Is it something wrogn with my acount or is it the site which has ...

0
votes
1 answers

SqlString with C#

I have a vb code which calls a function and that function returns an Sql String and I am capturing that in a String variable. I am translating this in c# where String variable does not accept that SqlString. VB: Dim temp As String ...

Feedback