Click here to Skip to main content
15,893,790 members
Home / Discussions / C#
   

C#

 
GeneralRe: try {} catch {} not working Pin
BobJanova21-Apr-11 0:25
BobJanova21-Apr-11 0:25 
AnswerRe: try {} catch {} not working Pin
Wayne Gaylard20-Apr-11 23:27
professionalWayne Gaylard20-Apr-11 23:27 
GeneralRe: try {} catch {} not working Pin
ShadowUz20-Apr-11 23:38
ShadowUz20-Apr-11 23:38 
AnswerRe: try {} catch {} not working Pin
Ennis Ray Lynch, Jr.21-Apr-11 3:34
Ennis Ray Lynch, Jr.21-Apr-11 3:34 
QuestionWindows Application Pin
dbongs20-Apr-11 21:42
dbongs20-Apr-11 21:42 
AnswerRe: Windows Application Pin
Wayne Gaylard20-Apr-11 22:09
professionalWayne Gaylard20-Apr-11 22:09 
JokeRe: Windows Application Pin
Mycroft Holmes20-Apr-11 22:15
professionalMycroft Holmes20-Apr-11 22:15 
GeneralRe: Windows Application Pin
dbongs20-Apr-11 23:40
dbongs20-Apr-11 23:40 
GeneralRe: Windows Application Pin
Pete O'Hanlon21-Apr-11 9:57
mvePete O'Hanlon21-Apr-11 9:57 
AnswerRe: Windows Application Pin
wizardzz21-Apr-11 6:27
wizardzz21-Apr-11 6:27 
QuestionHow to add application name in context menu. Pin
sarang_k20-Apr-11 21:00
sarang_k20-Apr-11 21:00 
AnswerRe: How to add application name in context menu. Pin
Mycroft Holmes20-Apr-11 22:20
professionalMycroft Holmes20-Apr-11 22:20 
GeneralRe: How to add application name in context menu. Pin
BobJanova20-Apr-11 23:18
BobJanova20-Apr-11 23:18 
AnswerRe: How to add application name in context menu. Pin
BobJanova20-Apr-11 23:28
BobJanova20-Apr-11 23:28 
Questionhow to deploy the C# application on the linux platform Pin
scoket20-Apr-11 18:19
scoket20-Apr-11 18:19 
AnswerRe: how to deploy the C# application on the linux platform Pin
GlobX20-Apr-11 19:56
GlobX20-Apr-11 19:56 
AnswerRe: how to deploy the C# application on the linux platform Pin
John-ph20-Apr-11 20:35
John-ph20-Apr-11 20:35 
GeneralRe: how to deploy the C# application on the linux platform Pin
scoket20-Apr-11 20:38
scoket20-Apr-11 20:38 
QuestionSome Questions for LINQ ? Pin
Honeyboy_2020-Apr-11 13:13
Honeyboy_2020-Apr-11 13:13 
AnswerRe: Some Questions for LINQ ? Pin
Peter_in_278020-Apr-11 14:39
professionalPeter_in_278020-Apr-11 14:39 
AnswerRe: Some Questions for LINQ ? Pin
Prasanta_Prince20-Apr-11 21:42
Prasanta_Prince20-Apr-11 21:42 
Questionusing matlab fuzzy logic in c sharp Pin
Abou taleb20-Apr-11 11:35
Abou taleb20-Apr-11 11:35 
AnswerRe: using matlab fuzzy logic in c sharp Pin
BobJanova20-Apr-11 23:30
BobJanova20-Apr-11 23:30 
Questionhow to open all *.xml files on my computer by my C# program ? Pin
Gali197820-Apr-11 9:58
Gali197820-Apr-11 9:58 
AnswerRe: how to open all *.xml files on my computer by my C# program ? Pin
#realJSOP20-Apr-11 10:04
mve#realJSOP20-Apr-11 10:04 
You really want to do that?

You have to find all files on your hard drive (google the DirectoryInfo object), and then use XDocument to open them (google the XDocument object). Once you've done that, displaying them all at once could be more than your system could take.
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass." - Dale Earnhardt, 1997


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.