Click here to Skip to main content
16,005,162 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to end a program Pin
cue_ball15-Sep-05 19:58
cue_ball15-Sep-05 19:58 
GeneralRe: How to end a program Pin
Vikram A Punathambekar15-Sep-05 20:15
Vikram A Punathambekar15-Sep-05 20:15 
AnswerRe: How to end a program Pin
g00fyman15-Sep-05 23:13
g00fyman15-Sep-05 23:13 
Questionhow Pass form values from one page to the next. Pin
mohd rafi15-Sep-05 18:17
mohd rafi15-Sep-05 18:17 
AnswerRe: how Pass form values from one page to the next. Pin
Guffa15-Sep-05 19:08
Guffa15-Sep-05 19:08 
QuestionHow to show data in DataGrid on PPC Pin
KT19823815-Sep-05 17:16
KT19823815-Sep-05 17:16 
AnswerRe: How to show data in DataGrid on PPC Pin
Alomgir Miah15-Sep-05 17:45
Alomgir Miah15-Sep-05 17:45 
QuestionString Search on a Treeview Pin
jhrbek15-Sep-05 16:06
jhrbek15-Sep-05 16:06 
I'm tring to think of a fast way to perform a string search on a treeview. I'm reading in a hierarical CSV file and inserting it into a tree for easy viewing. For some elements of my code I need to find "needle" in this giant haystack. I've thought of extending the treeview to integrate with a ternary search tree of some sort, but that seems really complicated to me. Linear searches of the tree seem like a really bad idea considering my CSV is in upwards of 9,000 lines. It's a lot of data so I need a fast way to search. I'd prefer to have an array with the keys indexed as unique strings. Good/bad idea? I'm pretty new to c# and this is proving much more difficult than I thought it would.

Any suggestions or examples would be greatly appreciated!!
AnswerRe: String Search on a Treeview Pin
jhrbek15-Sep-05 17:00
jhrbek15-Sep-05 17:00 
GeneralRe: String Search on a Treeview Pin
Alomgir Miah15-Sep-05 17:56
Alomgir Miah15-Sep-05 17:56 
Questioncode complies blows sky high on button OK click Pin
Anonymous15-Sep-05 15:51
Anonymous15-Sep-05 15:51 
AnswerRe: code complies blows sky high on button OK click Pin
Christian Graus15-Sep-05 15:54
protectorChristian Graus15-Sep-05 15:54 
GeneralRe: code complies blows sky high on button OK click Pin
Anonymous15-Sep-05 16:34
Anonymous15-Sep-05 16:34 
GeneralRe: code complies blows sky high on button OK click Pin
Christian Graus15-Sep-05 16:55
protectorChristian Graus15-Sep-05 16:55 
GeneralRe: code complies blows sky high on button OK click Pin
Anonymous15-Sep-05 18:18
Anonymous15-Sep-05 18:18 
GeneralRe: code complies blows sky high on button OK click Pin
Christian Graus18-Sep-05 10:57
protectorChristian Graus18-Sep-05 10:57 
AnswerRe: code complies blows sky high on button OK click Pin
Guffa15-Sep-05 19:18
Guffa15-Sep-05 19:18 
Questioncan't get variable into Watch Window? Pin
Anonymous15-Sep-05 14:18
Anonymous15-Sep-05 14:18 
AnswerRe: can't get variable into Watch Window? Pin
Christian Graus15-Sep-05 14:20
protectorChristian Graus15-Sep-05 14:20 
QuestionProblem with database Pin
kavicky15-Sep-05 13:49
kavicky15-Sep-05 13:49 
AnswerRe: Problem with database Pin
Christian Graus15-Sep-05 14:23
protectorChristian Graus15-Sep-05 14:23 
QuestionEvent handlers in multi-threaded apps Pin
brucemo15-Sep-05 13:32
brucemo15-Sep-05 13:32 
AnswerRe: Event handlers in multi-threaded apps Pin
brucemo15-Sep-05 13:57
brucemo15-Sep-05 13:57 
GeneralRe: Event handlers in multi-threaded apps Pin
brucemo15-Sep-05 14:35
brucemo15-Sep-05 14:35 
AnswerRe: Event handlers in multi-threaded apps Pin
Judah Gabriel Himango15-Sep-05 15:27
sponsorJudah Gabriel Himango15-Sep-05 15:27 

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.