Click here to Skip to main content
15,892,161 members
Home / Discussions / C#
   

C#

 
Questiontwain or isis Pin
cmarmr20-May-06 5:45
cmarmr20-May-06 5:45 
AnswerRe: twain or isis Pin
OmegaCD20-May-06 13:35
OmegaCD20-May-06 13:35 
QuestionGUI API wrapper? Pin
Jonas Beckeman20-May-06 4:59
Jonas Beckeman20-May-06 4:59 
AnswerRe: GUI API wrapper? Pin
Rei Miyasaka20-May-06 8:53
Rei Miyasaka20-May-06 8:53 
GeneralRe: GUI API wrapper? Pin
Jonas Beckeman20-May-06 13:43
Jonas Beckeman20-May-06 13:43 
QuestionQuestion by TreeList Pin
Dima Filipiuk20-May-06 3:41
Dima Filipiuk20-May-06 3:41 
AnswerRe: Question by TreeList Pin
NaNg1524120-May-06 7:21
NaNg1524120-May-06 7:21 
GeneralRe: Question by TreeList [modifed] Pin
Dima Filipiuk20-May-06 8:09
Dima Filipiuk20-May-06 8:09 
This code don't show all item

TLNode tln1 = new TLNode(1, treeList1.Nodes, "name1", "123");
TLNode tln2 = new TLNode(2, tln1.Nodes, "name2", "123");
tln1.Nodes.Add(tln2);
// treeList1.Nodes.Add(tln1);
TLNode tln3 = new TLNode(3, tln1.Nodes, "name3", "123");
tln1.Nodes.Add(tln3);
TLNode tln4 = new TLNode(4, tln1.Nodes, "name4", "123");
tln1.Nodes.Add(tln4);


And this code show 1 item "name1", and "+" don't show.

TLNode tln1 = new TLNode(1, treeList1.Nodes, "name1", "123");
TLNode tln2 = new TLNode(2, tln1.Nodes, "name2", "123");
tln1.Nodes.Add(tln2);
treeList1.Nodes.Add(tln1);
TLNode tln3 = new TLNode(3, tln1.Nodes, "name3", "123");
tln1.Nodes.Add(tln3);
TLNode tln4 = new TLNode(4, tln1.Nodes, "name4", "123");
tln1.Nodes.Add(tln4);


My be write same code for me, please. I don't know how to do this.
I have VS 2005 + MSDN(+DevExpress) but i am russin. My english is weak(feeble).
Thank you ever so much.


-- modified at 14:10 Saturday 20th May, 2006
GeneralRe: Question by TreeList Pin
Dima Filipiuk20-May-06 9:33
Dima Filipiuk20-May-06 9:33 
QuestionDateTime Pin
| Muhammad Waqas Butt |20-May-06 2:17
professional| Muhammad Waqas Butt |20-May-06 2:17 
AnswerRe: DateTime Pin
Talal Sultan20-May-06 2:34
Talal Sultan20-May-06 2:34 
GeneralRe: DateTime Pin
Mohmmad Rezazadeh20-May-06 6:05
professionalMohmmad Rezazadeh20-May-06 6:05 
AnswerRe: DateTime Pin
Stefan Troschuetz20-May-06 2:55
Stefan Troschuetz20-May-06 2:55 
QuestionAdd a shortcut of an exe on IE explorer standard button Pin
AmitSumit20-May-06 1:10
AmitSumit20-May-06 1:10 
QuestionTool strip progress bar implementaion in a browser Pin
praveenqwe20-May-06 0:47
praveenqwe20-May-06 0:47 
GeneralRe: Tool strip progress bar implementaion in a browser Pin
User 171649220-May-06 3:55
professionalUser 171649220-May-06 3:55 
Questionconverting html file into text file Pin
Rizwan Rathore19-May-06 23:49
Rizwan Rathore19-May-06 23:49 
AnswerRe: converting html file into text file Pin
coolestCoder20-May-06 0:41
coolestCoder20-May-06 0:41 
GeneralRe: converting html file into text file Pin
Rizwan Rathore20-May-06 0:50
Rizwan Rathore20-May-06 0:50 
GeneralRe: converting html file into text file Pin
coolestCoder20-May-06 0:59
coolestCoder20-May-06 0:59 
AnswerRe: converting html file into text file Pin
Ravi Bhavnani20-May-06 5:25
professionalRavi Bhavnani20-May-06 5:25 
QuestionHow to Set Master-Detail in C#2005 ? Pin
hdv21219-May-06 23:44
hdv21219-May-06 23:44 
Questionmessagebox with yes or no using c# in asp.net Pin
ayyp19-May-06 23:39
ayyp19-May-06 23:39 
AnswerRe: messagebox with yes or no using c# in asp.net Pin
CWIZO20-May-06 0:53
CWIZO20-May-06 0:53 
GeneralRe: messagebox with yes or no using c# in asp.net Pin
ayyp20-May-06 0:57
ayyp20-May-06 0:57 

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.