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

C#

 
Questionget device context size Pin
thepersonof20-May-06 6:44
thepersonof20-May-06 6:44 
AnswerRe: get device context size Pin
leppie20-May-06 7:17
leppie20-May-06 7:17 
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 
Why not show "+" in TreeList?
My code:

TLNode tln1 = new TLNode(1, treeList1.Nodes, "name1", "123"); Ok!
treeList1.Nodes.Add(tln1);
TLNode tln2 = new TLNode(2, treeList1.Nodes, "name2", "123"); Ok!
treeList1.Nodes.Add(tln2);
TLNode tln3 = new TLNode(3, treeList1.Nodes[0].Nodes, "name3", "123"); not show
treeList1.Nodes[0].Nodes.Add(tln3);
TLNode tln4 = new TLNode(4, treeList1.Nodes[0].Nodes, "name4", "123"); not show
treeList1.Nodes[0].Nodes.Add(tln4);

public class TLNode : TreeListNode
{
String Title;
String Url;
public TLNode(int id, TreeListNodes owner, String title, String url) : base(id, owner)
{
Title = title;
Url = url;
}
...
}
Please help.

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 
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 

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.