Click here to Skip to main content
15,890,186 members
Home / Discussions / C#
   

C#

 
GeneralRe: clearing up oledb command Pin
Andrew Rissing10-Nov-09 3:31
Andrew Rissing10-Nov-09 3:31 
GeneralRe: clearing up oledb command Pin
Md. Marufuzzaman10-Nov-09 5:46
professionalMd. Marufuzzaman10-Nov-09 5:46 
GeneralRe: clearing up oledb command Pin
PIEBALDconsult10-Nov-09 5:53
mvePIEBALDconsult10-Nov-09 5:53 
GeneralRe: clearing up oledb command Pin
Md. Marufuzzaman10-Nov-09 6:34
professionalMd. Marufuzzaman10-Nov-09 6:34 
GeneralRe: clearing up oledb command Pin
Md. Marufuzzaman10-Nov-09 6:36
professionalMd. Marufuzzaman10-Nov-09 6:36 
GeneralRe: clearing up oledb command Pin
PIEBALDconsult10-Nov-09 9:31
mvePIEBALDconsult10-Nov-09 9:31 
GeneralRe: clearing up oledb command Pin
Covean10-Nov-09 22:12
Covean10-Nov-09 22:12 
QuestionNUnit execution from a share? Pin
Alaric_10-Nov-09 2:53
professionalAlaric_10-Nov-09 2:53 
Hi all. Does anyone have any experience deploying a .nunit file to a network share?

I'm trying to share everything involved with running a particular test suite such that anyone on the team can simply access the share, open my nunit file in their NUnit-gui and run to see my status. The test suite that is to be shared is not dependent upon executing any custom code. Every one of the tests is structured similarly to this:

[TestFixture()]
public class CoverageTests
{
     [Test()]
     public void ReportStatusOfTask1()
     {
         Assert.IsTrue(false, "Task 1 has not begun yet");
     }
     [Test()]
     public void ReportStatusOfTask2()
     {
         Assert.IsTrue(true, "Task 2 is ready for review");
     }
}


"I need build Skynet. Plz send code"

QuestionHow to get the Left,Top and Height,Width of perticular region within an running application? Pin
ritz123410-Nov-09 2:50
ritz123410-Nov-09 2:50 
AnswerRe: How to get the Left,Top and Height,Width of perticular region within an running application? Pin
freakyit10-Nov-09 3:40
freakyit10-Nov-09 3:40 
GeneralRe: How to get the Left,Top and Height,Width of perticular region within an running application? Pin
ritz123410-Nov-09 17:43
ritz123410-Nov-09 17:43 
QuestionPIV Middleware Pin
shah zad10-Nov-09 2:36
shah zad10-Nov-09 2:36 
QuestionIcons Pin
Ersan Ercek10-Nov-09 2:13
Ersan Ercek10-Nov-09 2:13 
AnswerMessage Closed Pin
10-Nov-09 2:16
stancrm10-Nov-09 2:16 
GeneralRe: Icons Pin
Ersan Ercek10-Nov-09 6:12
Ersan Ercek10-Nov-09 6:12 
QuestionListView being buggy [modified] Pin
Xmen Real 10-Nov-09 1:53
professional Xmen Real 10-Nov-09 1:53 
AnswerMessage Closed Pin
10-Nov-09 2:01
stancrm10-Nov-09 2:01 
GeneralRe: ListView being buggy Pin
Xmen Real 10-Nov-09 2:03
professional Xmen Real 10-Nov-09 2:03 
GeneralMessage Closed Pin
10-Nov-09 2:07
stancrm10-Nov-09 2:07 
GeneralRe: ListView being buggy Pin
Xmen Real 10-Nov-09 2:08
professional Xmen Real 10-Nov-09 2:08 
QuestionC# WebBrowser control setting folder views window blank until right-click [modified] Pin
Wheels01210-Nov-09 1:50
Wheels01210-Nov-09 1:50 
QuestionConvert Office 2007 Word document to PDF document Pin
mayurp610-Nov-09 1:13
mayurp610-Nov-09 1:13 
AnswerRe: Convert Office 2007 Word document to PDF document Pin
Russ-T10-Nov-09 2:51
Russ-T10-Nov-09 2:51 
GeneralRe: Convert Office 2007 Word document to PDF document Pin
mayurp610-Nov-09 21:24
mayurp610-Nov-09 21:24 
QuestionSymbols Pin
duminda198810-Nov-09 1:09
duminda198810-Nov-09 1:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.