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

C#

 
AnswerRe: Beginner in need of help Pin
Not Active23-Oct-09 7:01
mentorNot Active23-Oct-09 7:01 
QuestionSorry - I remove this topic to WCF forum Pin
dataminers23-Oct-09 5:40
dataminers23-Oct-09 5:40 
AnswerRe: WCF - OperationContract Generic Argument Pin
Not Active23-Oct-09 5:54
mentorNot Active23-Oct-09 5:54 
AnswerRe: WCF - OperationContract Generic Argument Pin
dan!sh 23-Oct-09 6:02
professional dan!sh 23-Oct-09 6:02 
AnswerRe: Sorry - I remove this topic to WCF forum Pin
Not Active23-Oct-09 6:49
mentorNot Active23-Oct-09 6:49 
GeneralRe: Sorry - I remove this topic to WCF forum Pin
dataminers23-Oct-09 8:44
dataminers23-Oct-09 8:44 
GeneralRe: Sorry - I remove this topic to WCF forum Pin
Not Active23-Oct-09 10:13
mentorNot Active23-Oct-09 10:13 
GeneralRe: Sorry - I remove this topic to WCF forum Pin
dan!sh 23-Oct-09 9:31
professional dan!sh 23-Oct-09 9:31 
GeneralRe: Sorry - I remove this topic to WCF forum Pin
Not Active23-Oct-09 10:10
mentorNot Active23-Oct-09 10:10 
Questionc# - copying out a segment from a byte array Pin
Alan Kurlansky23-Oct-09 5:02
Alan Kurlansky23-Oct-09 5:02 
AnswerRe: c# - copying out a segment from a byte array Pin
Matt Meyer23-Oct-09 5:28
Matt Meyer23-Oct-09 5:28 
GeneralRe: c# - copying out a segment from a byte array Pin
Alan Kurlansky23-Oct-09 5:44
Alan Kurlansky23-Oct-09 5:44 
QuestionTextbox text scrunched Pin
LimitedAtonement23-Oct-09 4:38
LimitedAtonement23-Oct-09 4:38 
AnswerRe: Textbox text scrunched Pin
ely_bob23-Oct-09 6:11
professionalely_bob23-Oct-09 6:11 
GeneralRe: Textbox text scrunched Pin
LimitedAtonement23-Oct-09 7:46
LimitedAtonement23-Oct-09 7:46 
QuestionItem Databound Pin
Ersan Ercek23-Oct-09 3:57
Ersan Ercek23-Oct-09 3:57 
AnswerRe: Item Databound Pin
Henry Minute23-Oct-09 4:19
Henry Minute23-Oct-09 4:19 
GeneralRe: Item Databound Pin
Ersan Ercek23-Oct-09 4:29
Ersan Ercek23-Oct-09 4:29 
Questioninstaller to install is SQL Server 2005 Express Edition Pin
Member 180672423-Oct-09 3:00
Member 180672423-Oct-09 3:00 
AnswerRe: installer to install is SQL Server 2005 Express Edition Pin
Searril23-Oct-09 3:36
Searril23-Oct-09 3:36 
QuestionTreeView in C# Pin
silva10323-Oct-09 2:53
silva10323-Oct-09 2:53 
help me plz!

"folder"
|
"folder music"
| |
| "folder music mp3"
| |
| "hero.mp3"
|
|
folder soft

In my situation: i have a tree like above, now i want to insert a file but i must check whether the folder( which contains this file) exists, whether the file exists.
if the file exist, dont insert.
if the folder doesnt exist, insert the folder in tree then insert the file in tree.
if the file doesnt exist, insert file


my node:

NodeTree Node = new NodeTree();
Node.Text = "helloworld.mp3";

Im a Newbie in C#
Plz help me!

Thanks in advance!
AnswerRe: TreeView in C# Pin
Henry Minute23-Oct-09 4:13
Henry Minute23-Oct-09 4:13 
GeneralRe: TreeView in C# Pin
silva10323-Oct-09 4:47
silva10323-Oct-09 4:47 
GeneralRe: TreeView in C# Pin
Henry Minute23-Oct-09 4:53
Henry Minute23-Oct-09 4:53 
GeneralRe: TreeView in C# Pin
silva10323-Oct-09 8:29
silva10323-Oct-09 8:29 

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.