Click here to Skip to main content
15,913,234 members
Home / Discussions / C#
   

C#

 
GeneralRe: Rich Text Box Pin
rowdykuttan7-Oct-07 2:27
rowdykuttan7-Oct-07 2:27 
QuestionSetup Question Pin
sajid.salim.khan6-Oct-07 23:11
sajid.salim.khan6-Oct-07 23:11 
AnswerRe: Setup Question Pin
Dave Sexton7-Oct-07 1:04
Dave Sexton7-Oct-07 1:04 
GeneralRe: Setup Question Pin
il_masacratore8-Oct-07 21:31
il_masacratore8-Oct-07 21:31 
QuestionUI, BLL and DA in different servers Pin
mukkanti0076-Oct-07 22:34
mukkanti0076-Oct-07 22:34 
AnswerRe: UI, BLL and DA in different servers Pin
lmoelleb6-Oct-07 23:15
lmoelleb6-Oct-07 23:15 
Questionchecking files using c# Pin
ramyanaidu6-Oct-07 20:23
ramyanaidu6-Oct-07 20:23 
AnswerRe: checking files using c# Pin
lmoelleb6-Oct-07 21:43
lmoelleb6-Oct-07 21:43 
If you need code, then it's lucky you know how to program isn't it? If not I can send you my consultancy fees - an "urgent" job on a Sunday oh boy oh boy this is going to cost you. Do you have a house you can sell, I'm not quite sure selling the car will do it? Smile | :)

1) Look at System.IO.File.Exists (static method), or alternative System.IO.FileInfo.Exists (member method on the FileInfo class)
2) Opening it is not clear enough. Do you want it to open with the standard registered program (so if it is a .doc file start Word) or display the data in your own program.
If you want to open with the registered program, look at System.Diagnostics.Process.Start (you can give it a path to the file and it will resolve the correct executable for you). If you need to display it yourself use the System.IO namespace to read file (FileStream/StreamReader/BinaryReader are classes you need to know), then build whatever GUI required on top of the data using whatever you require and are familier with: WinForm, ASP.NET, or WPF.

AnswerRe: checking files using c# Pin
BAIJUMAX7-Oct-07 5:19
professionalBAIJUMAX7-Oct-07 5:19 
AnswerRe: checking files using c# Pin
Paul Conrad7-Oct-07 5:44
professionalPaul Conrad7-Oct-07 5:44 
QuestionGetting InvalidOperationException when I modify an arraylist Pin
humblepgmr6-Oct-07 19:51
humblepgmr6-Oct-07 19:51 
AnswerRe: Getting InvalidOperationException when I modify an arraylist Pin
Luc Pattyn6-Oct-07 20:24
sitebuilderLuc Pattyn6-Oct-07 20:24 
AnswerRe: Getting InvalidOperationException when I modify an arraylist Pin
Matthew Cuba7-Oct-07 10:33
Matthew Cuba7-Oct-07 10:33 
AnswerRe: How do you sort an ArrayList of customObjects? Pin
Dave Kreskowiak6-Oct-07 15:49
mveDave Kreskowiak6-Oct-07 15:49 
GeneralRe: How do you sort an ArrayList of customObjects? Pin
Pete O'Hanlon7-Oct-07 10:34
mvePete O'Hanlon7-Oct-07 10:34 
GeneralRe: How do you sort an ArrayList of customObjects? Pin
Dave Kreskowiak7-Oct-07 15:52
mveDave Kreskowiak7-Oct-07 15:52 
QuestionSemi-Random Array Sorting Pin
BaraMustafa6-Oct-07 15:10
BaraMustafa6-Oct-07 15:10 
AnswerRe: Semi-Random Array Sorting Pin
Christian Graus6-Oct-07 15:31
protectorChristian Graus6-Oct-07 15:31 
GeneralRe: Semi-Random Array Sorting Pin
Lutosław6-Oct-07 22:09
Lutosław6-Oct-07 22:09 
GeneralRe: Semi-Random Array Sorting Pin
Christian Graus6-Oct-07 23:31
protectorChristian Graus6-Oct-07 23:31 
QuestionPLZ I Want to used xml file as database( how to add,update,delete and Search) Pin
DiefAlla6-Oct-07 13:24
DiefAlla6-Oct-07 13:24 
AnswerRe: PLZ I Want to used xml file as database( how to add,update,delete and Search) [modified] Pin
Dave Kreskowiak6-Oct-07 13:31
mveDave Kreskowiak6-Oct-07 13:31 
GeneralRe: PLZ I Want to used xml file as database( how to add,update,delete and Search) Pin
Christian Graus6-Oct-07 13:49
protectorChristian Graus6-Oct-07 13:49 
GeneralRe: PLZ I Want to used xml file as database( how to add,update,delete and Search) Pin
Dave Kreskowiak6-Oct-07 15:42
mveDave Kreskowiak6-Oct-07 15:42 
AnswerRe: PLZ I Want to used xml file as database( how to add,update,delete and Search) Pin
Christian Graus6-Oct-07 13:33
protectorChristian Graus6-Oct-07 13:33 

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.