Click here to Skip to main content
15,909,645 members
Home / Discussions / C#
   

C#

 
Questionvisual commonet for angle... Pin
barak1604873-Mar-07 17:20
barak1604873-Mar-07 17:20 
Questionone textbox - bind to 2 fields Pin
Glen Harvy3-Mar-07 15:18
Glen Harvy3-Mar-07 15:18 
Questionfaster way to adjust contrast????? Pin
samreengr83-Mar-07 11:21
samreengr83-Mar-07 11:21 
AnswerRe: faster way to adjust contrast????? Pin
Christian Graus3-Mar-07 23:29
protectorChristian Graus3-Mar-07 23:29 
GeneralRe: faster way to adjust contrast????? Pin
samreengr85-Mar-07 8:19
samreengr85-Mar-07 8:19 
AnswerRe: faster way to adjust contrast????? Pin
Vasudevan Deepak Kumar4-Mar-07 5:06
Vasudevan Deepak Kumar4-Mar-07 5:06 
Questionpopulating a Treeview in c# [modified] Pin
Starzfighter3-Mar-07 10:55
Starzfighter3-Mar-07 10:55 
AnswerRe: populating a Treeview in c# Pin
Abisodun3-Mar-07 12:04
Abisodun3-Mar-07 12:04 
FYI - your link does not work.
I'm not clear on Rule_Prio or Level but here's one thought:

Make sure the list is sorted such that the parent nodes come before child nodes. e.g. in your list "HeavyTruck" is listed before "Truck" has been added to "Vehicle".
Use Typename to find the parent node.
Add current item as child to parent node.

It is relatively slow since you must find the parent for each addition.

Good Luck.
GeneralRe: populating a Treeview in c# Pin
Starzfighter4-Mar-07 0:33
Starzfighter4-Mar-07 0:33 
GeneralRe: populating a Treeview in c# Pin
Abisodun4-Mar-07 2:21
Abisodun4-Mar-07 2:21 
Questiondynamically generate the copy of background Pin
sushantkaura3-Mar-07 9:50
sushantkaura3-Mar-07 9:50 
Generalcollection class Pin
needhelpinnet3-Mar-07 9:44
needhelpinnet3-Mar-07 9:44 
GeneralRe: collection class Pin
Not Active3-Mar-07 10:20
mentorNot Active3-Mar-07 10:20 
GeneralRe: collection class Pin
needhelpinnet3-Mar-07 12:28
needhelpinnet3-Mar-07 12:28 
QuestionWord or Excel , get opened file name Pin
Muhammad Nauman Yousuf3-Mar-07 8:00
Muhammad Nauman Yousuf3-Mar-07 8:00 
QuestionSystem.Drawing.Bitmap byte[] Pin
KainPlan3-Mar-07 7:25
KainPlan3-Mar-07 7:25 
AnswerRe: System.Drawing.Bitmap byte[] Pin
Wayne Phipps3-Mar-07 8:03
Wayne Phipps3-Mar-07 8:03 
GeneralRe: System.Drawing.Bitmap byte[] Pin
KainPlan3-Mar-07 8:26
KainPlan3-Mar-07 8:26 
AnswerRe: System.Drawing.Bitmap byte[] Pin
.armin3-Mar-07 11:16
.armin3-Mar-07 11:16 
GeneralRe: System.Drawing.Bitmap byte[] Pin
KainPlan3-Mar-07 14:33
KainPlan3-Mar-07 14:33 
GeneralRe: System.Drawing.Bitmap byte[] Pin
KainPlan3-Mar-07 19:37
KainPlan3-Mar-07 19:37 
Question How to force an IE window to be opened on link click from axWebBrowser Pin
vedmack3-Mar-07 6:21
vedmack3-Mar-07 6:21 
QuestionManaged & Unmanaged objects classification... Pin
Shy Agam3-Mar-07 5:36
Shy Agam3-Mar-07 5:36 
AnswerRe: Managed & Unmanaged objects classification... Pin
Guffa3-Mar-07 6:00
Guffa3-Mar-07 6:00 
GeneralRe: Managed & Unmanaged objects classification... Pin
Shy Agam3-Mar-07 6:03
Shy Agam3-Mar-07 6:03 

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.