Click here to Skip to main content
15,907,329 members
Home / Discussions / C#
   

C#

 
GeneralRe: Speech programming Pin
TheEagle6-May-06 16:44
TheEagle6-May-06 16:44 
QuestionCreate a thread-safe timer? Pin
Erikerikerikerikerassa30-Apr-06 2:08
Erikerikerikerikerassa30-Apr-06 2:08 
AnswerRe: Create a thread-safe timer? Pin
Ravi Bhavnani30-Apr-06 3:05
professionalRavi Bhavnani30-Apr-06 3:05 
GeneralRe: Create a thread-safe timer? Pin
Erikerikerikerikerassa30-Apr-06 3:43
Erikerikerikerikerassa30-Apr-06 3:43 
GeneralRe: Create a thread-safe timer? Pin
Ravi Bhavnani30-Apr-06 3:53
professionalRavi Bhavnani30-Apr-06 3:53 
GeneralRe: Create a thread-safe timer? Pin
leppie30-Apr-06 7:20
leppie30-Apr-06 7:20 
GeneralRe: Create a thread-safe timer? Pin
Ravi Bhavnani30-Apr-06 7:37
professionalRavi Bhavnani30-Apr-06 7:37 
Questionneed help to pain a picture Pin
f_o_x30-Apr-06 2:02
f_o_x30-Apr-06 2:02 
AnswerRe: need help to pain a picture Pin
CWIZO30-Apr-06 4:15
CWIZO30-Apr-06 4:15 
AnswerRe: need help to pain a picture Pin
Guffa30-Apr-06 5:50
Guffa30-Apr-06 5:50 
Questionvedio files Pin
walaa ibraheem30-Apr-06 0:56
walaa ibraheem30-Apr-06 0:56 
Questionaccessing shared folder in windows application Pin
WCup29-Apr-06 22:15
WCup29-Apr-06 22:15 
AnswerRe: accessing shared folder in windows application Pin
Ravi Bhavnani30-Apr-06 0:52
professionalRavi Bhavnani30-Apr-06 0:52 
QuestionType.Missing and Missing.Value Pin
adityap29-Apr-06 20:55
adityap29-Apr-06 20:55 
AnswerRe: Type.Missing and Missing.Value Pin
Dave Doknjas30-Apr-06 13:45
Dave Doknjas30-Apr-06 13:45 
QuestionProblem in setting icon to TreeView Control Pin
freshonlineMax29-Apr-06 20:27
freshonlineMax29-Apr-06 20:27 
Hello Friends
From 2 days ago i'm trying to show icons for treeview nodes programmatically. but i was failed.
I have an ImageList with 2 16*16 icons.
I have a TreeView Control too.
I'm writing codes like below and I can see nodes, But i can't see any icon, I searched so many references in WebPages,but they confused me.
<br />
treeView1.ImageList = imageList1;<br />
for (int i = 0; i < 4; ++i)<br />
{<br />
TreeNode n = new TreeNode("Node with image " + i.ToString());<br />
n.ImageIndex = 0;<br />
n.SelectedImageIndex = 1;<br />
treeView1.Nodes.Add(n);<br />
}	<br />

Please help me.
Thank You.


-- modified at 5:12 Sunday 30th April, 2006
AnswerRe: Problem in setting icon to TreeView Control Pin
tarasn29-Apr-06 22:39
tarasn29-Apr-06 22:39 
GeneralRe: Problem in setting icon to TreeView Control Pin
freshonlineMax29-Apr-06 23:17
freshonlineMax29-Apr-06 23:17 
AnswerRe: Problem in setting icon to TreeView Control Pin
Ravi Bhavnani30-Apr-06 0:55
professionalRavi Bhavnani30-Apr-06 0:55 
AnswerRe: Problem in setting icon to TreeView Control Pin
S. Senthil Kumar30-Apr-06 3:29
S. Senthil Kumar30-Apr-06 3:29 
GeneralRe: Problem in setting icon to TreeView Control Pin
freshonlineMax30-Apr-06 23:04
freshonlineMax30-Apr-06 23:04 
QuestionWhere are these namespaes? Pin
mehrdadc4829-Apr-06 20:13
mehrdadc4829-Apr-06 20:13 
AnswerRe: Where are these namespaes? Pin
CWIZO29-Apr-06 23:26
CWIZO29-Apr-06 23:26 
AnswerRe: Where are these namespaes? Pin
S. Senthil Kumar30-Apr-06 3:30
S. Senthil Kumar30-Apr-06 3:30 
QuestionNull reference exception Pin
lagumaster29-Apr-06 18:32
lagumaster29-Apr-06 18:32 

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.