Click here to Skip to main content
16,007,504 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to read evc++ dll using c# .net 1.0 Pin
Vasudevan Deepak Kumar1-Sep-07 2:26
Vasudevan Deepak Kumar1-Sep-07 2:26 
GeneralRe: how to read evc++ dll using c# .net 1.0 Pin
mercenary011-Sep-07 2:29
mercenary011-Sep-07 2:29 
GeneralRe: how to read evc++ dll using c# .net 1.0 Pin
Vasudevan Deepak Kumar1-Sep-07 2:30
Vasudevan Deepak Kumar1-Sep-07 2:30 
Questionhow to open .csproj in xml file through C# code and add a file as a link [modified] Pin
Situ141-Sep-07 2:20
Situ141-Sep-07 2:20 
AnswerRe: how to open .csproj in xml file through C# code and add a file as a link Pin
Vasudevan Deepak Kumar1-Sep-07 2:27
Vasudevan Deepak Kumar1-Sep-07 2:27 
QuestionWMI for Remote System Pin
Joe Rozario1-Sep-07 2:12
Joe Rozario1-Sep-07 2:12 
AnswerRe: WMI for Remote System Pin
Vasudevan Deepak Kumar1-Sep-07 2:31
Vasudevan Deepak Kumar1-Sep-07 2:31 
GeneralRe: WMI for Remote System Pin
Joe Rozario1-Sep-07 4:59
Joe Rozario1-Sep-07 4:59 
AnswerRe: WMI for Remote System Pin
Amit Kumar G2-Sep-07 9:05
Amit Kumar G2-Sep-07 9:05 
GeneralRe: WMI for Remote System Pin
Joe Rozario2-Sep-07 18:07
Joe Rozario2-Sep-07 18:07 
QuestionDate converstion to string Pin
kankeyan1-Sep-07 1:50
kankeyan1-Sep-07 1:50 
AnswerRe: Date converstion to string Pin
George L. Jackson1-Sep-07 2:22
George L. Jackson1-Sep-07 2:22 
QuestionC# Basic Pin
Bhavesh Bagadiya1-Sep-07 1:21
Bhavesh Bagadiya1-Sep-07 1:21 
AnswerRe: C# Basic Pin
Vasudevan Deepak Kumar1-Sep-07 1:34
Vasudevan Deepak Kumar1-Sep-07 1:34 
AnswerRe: C# Basic Pin
Muammar©1-Sep-07 1:51
Muammar©1-Sep-07 1:51 
AnswerRe: C# Basic Pin
Guffa1-Sep-07 2:32
Guffa1-Sep-07 2:32 
GeneralRe: C# Basic Pin
XFighter1-Sep-07 6:21
XFighter1-Sep-07 6:21 
GeneralRe: C# Basic Pin
Guffa1-Sep-07 9:05
Guffa1-Sep-07 9:05 
QuestionSimulated mouse clicks Pin
Opa Knack1-Sep-07 1:10
Opa Knack1-Sep-07 1:10 
AnswerRe: Simulated mouse clicks Pin
Vasudevan Deepak Kumar1-Sep-07 1:35
Vasudevan Deepak Kumar1-Sep-07 1:35 
AnswerRe: Simulated mouse clicks Pin
Kristian Sixhøj2-Sep-07 8:41
Kristian Sixhøj2-Sep-07 8:41 
Questionuser control grid with dropdown Pin
dsaikrishna1-Sep-07 0:53
dsaikrishna1-Sep-07 0:53 
QuestionForms and Data please help. Pin
XFighter1-Sep-07 0:44
XFighter1-Sep-07 0:44 
AnswerRe: Forms and Data please help. Pin
Vasudevan Deepak Kumar1-Sep-07 2:33
Vasudevan Deepak Kumar1-Sep-07 2:33 
Questionhow to check file is open or not Pin
Situ1431-Aug-07 22:57
Situ1431-Aug-07 22:57 
I am opening afile through

foreach(string eachfile in ArrayOfFile)
{

System.IO.StreamReader sr = new System.IO.StreamReader(eachfile,FileMode.Open,FileAccess.Read);
System.Text.StringBuilder strAllText = new System.Text.StringBuilder();

}


I want that if any one file is not access or not open then it will throw a error msg only and continue to read another file..

if anyone has solution then plz reply

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.