Click here to Skip to main content
15,887,027 members
Home / Discussions / C#
   

C#

 
QuestionTreeView Control - selecting and deselectig node Pin
ankushmn24-Apr-06 23:03
ankushmn24-Apr-06 23:03 
AnswerRe: TreeView Control - selecting and deselectig node Pin
J4amieC24-Apr-06 23:19
J4amieC24-Apr-06 23:19 
AnswerRe: TreeView Control - selecting and deselectig node Pin
ankushmn25-Apr-06 3:03
ankushmn25-Apr-06 3:03 
QuestionText water mark and Image water mark on a picture Pin
AmitSumit24-Apr-06 23:02
AmitSumit24-Apr-06 23:02 
AnswerRe: Text water mark and Image water mark on a picture Pin
alexey N24-Apr-06 23:20
alexey N24-Apr-06 23:20 
GeneralRe: Text water mark and Image water mark on a picture Pin
AmitSumit25-Apr-06 21:08
AmitSumit25-Apr-06 21:08 
QuestionLDAP & domino Pin
AnhTin24-Apr-06 21:40
AnhTin24-Apr-06 21:40 
QuestionTreeView Control problem Pin
ankushmn24-Apr-06 20:51
ankushmn24-Apr-06 20:51 
If I have a TreeView and fill it with nodes and then decide to change one of
the node's font styles to bold, the end of the text in that node gets
chopped off. It seems like the TreeView isn't taking the NodeFont's style
into account when calculating the width of the text. Here's the code to
make it happen on a node named treeNode in a TreeView named treeView:

treeNode.NodeFont = new Font(treeView.Font, FontStyle.Bold);

AnswerRe: TreeView Control problem Pin
J4amieC24-Apr-06 21:38
J4amieC24-Apr-06 21:38 
AnswerRe: TreeView Control problem Pin
Robert Rohde24-Apr-06 21:52
Robert Rohde24-Apr-06 21:52 
GeneralRe: TreeView Control problem Pin
J4amieC24-Apr-06 22:27
J4amieC24-Apr-06 22:27 
GeneralRe: TreeView Control problem Pin
ankushmn24-Apr-06 22:51
ankushmn24-Apr-06 22:51 
AnswerRe: TreeView Control problem Pin
Josh Smith25-Apr-06 3:28
Josh Smith25-Apr-06 3:28 
QuestionSimple XML Exercise plz Help! Pin
rockxuyenmandem24-Apr-06 20:44
rockxuyenmandem24-Apr-06 20:44 
AnswerRe: Simple XML Exercise plz Help! Pin
sathish s24-Apr-06 20:56
sathish s24-Apr-06 20:56 
GeneralRe: Simple XML Exercise plz Help! Pin
rockxuyenmandem25-Apr-06 0:17
rockxuyenmandem25-Apr-06 0:17 
AnswerRe: Simple XML Exercise plz Help! Pin
alwz_nikhil4-May-06 23:26
alwz_nikhil4-May-06 23:26 
QuestionHow do i print the items inmy listbox because im making a receipt in POS? Help pls Pin
RookieProgrammer24-Apr-06 20:02
RookieProgrammer24-Apr-06 20:02 
AnswerRe: How do i print the items inmy listbox because im making a receipt in POS? Help pls Pin
J4amieC24-Apr-06 21:40
J4amieC24-Apr-06 21:40 
GeneralRe: How do i print the items inmy listbox because im making a receipt in POS? Help pls Pin
Naveed Kamboh25-Apr-06 0:47
Naveed Kamboh25-Apr-06 0:47 
GeneralRe: How do i print the items inmy listbox because im making a receipt in POS? Help pls Pin
J4amieC25-Apr-06 1:02
J4amieC25-Apr-06 1:02 
QuestionHow to jump inbetween XML file reading Pin
alwz_nikhil24-Apr-06 19:54
alwz_nikhil24-Apr-06 19:54 
AnswerRe: How to jump inbetween XML file reading Pin
alexey N24-Apr-06 20:02
alexey N24-Apr-06 20:02 
QuestionHow do i print the items in Listbox? Pin
RookieProgrammer24-Apr-06 19:20
RookieProgrammer24-Apr-06 19:20 
AnswerRe: How do i print the items in Listbox? Pin
Naveed Kamboh25-Apr-06 0:44
Naveed Kamboh25-Apr-06 0:44 

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.