Click here to Skip to main content
15,886,110 members
Home / Discussions / C#
   

C#

 
QuestionTreeView Nodes Pin
Mohammed Elkholy29-Mar-09 3:50
Mohammed Elkholy29-Mar-09 3:50 
AnswerRe: TreeView Nodes Pin
Xmen Real 29-Mar-09 4:18
professional Xmen Real 29-Mar-09 4:18 
GeneralRe: TreeView Nodes Pin
Mohammed Elkholy29-Mar-09 4:30
Mohammed Elkholy29-Mar-09 4:30 
GeneralRe: TreeView Nodes Pin
Pete O'Hanlon29-Mar-09 10:29
mvePete O'Hanlon29-Mar-09 10:29 
GeneralRe: TreeView Nodes Pin
Henry Minute29-Mar-09 12:05
Henry Minute29-Mar-09 12:05 
QuestionList index in C# Pin
mrithula829-Mar-09 3:09
mrithula829-Mar-09 3:09 
AnswerRe: List index in C# Pin
Xmen Real 29-Mar-09 4:20
professional Xmen Real 29-Mar-09 4:20 
GeneralRe: List index in C# Pin
mrithula829-Mar-09 20:27
mrithula829-Mar-09 20:27 
Hi I am getting the list of all the drives.I am able to list the files for C:\.I want to do the same for the other drives.The index of the list should change.If i use the following i have to do the same coding inside each if statement.Can you give some alternative

int r=listBox1.SelectedIndex;
if(r==0)
{
}
if(r==1)
{
}

GeneralRe: List index in C# Pin
Xmen Real 29-Mar-09 21:47
professional Xmen Real 29-Mar-09 21:47 
QuestionOnly MySqlParameter objects may be stored Pin
naim khan29-Mar-09 2:07
naim khan29-Mar-09 2:07 
AnswerRe: Only MySqlParameter objects may be stored Pin
Xmen Real 29-Mar-09 4:09
professional Xmen Real 29-Mar-09 4:09 
AnswerRe: Only MySqlParameter objects may be stored Pin
PIEBALDconsult29-Mar-09 4:57
mvePIEBALDconsult29-Mar-09 4:57 
QuestionList of classes and namespaces in .Net Framework ? [modified] Pin
Mohammad Dayyan29-Mar-09 1:41
Mohammad Dayyan29-Mar-09 1:41 
AnswerRe: List of classes and namespaces in .Net Framework ? Pin
Eddy Vluggen29-Mar-09 2:31
professionalEddy Vluggen29-Mar-09 2:31 
GeneralRe: List of classes and namespaces in .Net Framework ? Pin
Mohammad Dayyan29-Mar-09 2:38
Mohammad Dayyan29-Mar-09 2:38 
GeneralRe: List of classes and namespaces in .Net Framework ? Pin
Eddy Vluggen29-Mar-09 2:44
professionalEddy Vluggen29-Mar-09 2:44 
AnswerRe: List of classes and namespaces in .Net Framework ? Pin
Giorgi Dalakishvili29-Mar-09 2:35
mentorGiorgi Dalakishvili29-Mar-09 2:35 
GeneralRe: List of classes and namespaces in .Net Framework ? Pin
Mohammad Dayyan29-Mar-09 2:50
Mohammad Dayyan29-Mar-09 2:50 
GeneralRe: List of classes and namespaces in .Net Framework ? Pin
PIEBALDconsult29-Mar-09 5:05
mvePIEBALDconsult29-Mar-09 5:05 
GeneralRe: List of classes and namespaces in .Net Framework ? Pin
Mohammad Dayyan29-Mar-09 5:08
Mohammad Dayyan29-Mar-09 5:08 
GeneralRe: List of classes and namespaces in .Net Framework ? Pin
Mohammad Dayyan29-Mar-09 6:01
Mohammad Dayyan29-Mar-09 6:01 
GeneralRe: List of classes and namespaces in .Net Framework ? Pin
Giorgi Dalakishvili29-Mar-09 6:48
mentorGiorgi Dalakishvili29-Mar-09 6:48 
QuestionHow to transfer text to label from richtextbox Pin
Sokka9329-Mar-09 1:35
Sokka9329-Mar-09 1:35 
AnswerRe: How to transfer text to label from richtextbox Pin
Eddy Vluggen29-Mar-09 2:29
professionalEddy Vluggen29-Mar-09 2:29 
Question[Message Deleted] Pin
hkjghkj129-Mar-09 1:34
hkjghkj129-Mar-09 1:34 

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.