Click here to Skip to main content
15,921,660 members
Home / Discussions / C#
   

C#

 
GeneralRe: Collections Advice Please? Pin
itlee16-Jul-08 21:18
itlee16-Jul-08 21:18 
QuestionRe: Collections Advice Please? Pin
Luc Pattyn16-Jul-08 8:54
sitebuilderLuc Pattyn16-Jul-08 8:54 
AnswerRe: Collections Advice Please? Pin
itlee16-Jul-08 23:26
itlee16-Jul-08 23:26 
QuestionPredictive Search within C# Windows Form? Pin
tkrn16-Jul-08 4:32
tkrn16-Jul-08 4:32 
QuestionRe: Predictive Search within C# Windows Form? Pin
Paul Conrad16-Jul-08 4:41
professionalPaul Conrad16-Jul-08 4:41 
AnswerRe: Predictive Search within C# Windows Form? Pin
Ian Uy16-Jul-08 5:08
Ian Uy16-Jul-08 5:08 
GeneralMessage Removed Pin
16-Jul-08 5:35
tkrn16-Jul-08 5:35 
GeneralRe: Predictive Search within C# Windows Form? Pin
Ian Uy16-Jul-08 5:55
Ian Uy16-Jul-08 5:55 
I don't know if this is the proper way to do it but I usually do it this way.

1. Create a Datatable
2. Fill the Datatable with the column of interest (Select COLUMN from Table)
3. Use a foreach loop to go thru each row
4. Use a StringBuilder to append those rows
5. Attatch the StringBuilder to the textbox.

I usually doesn't any encounter a very long initialization time using this method. I used it in one of my OPAC projects.

It is said that the most complex structures built by mankind are software systems. This is not generally appreciated because most people cannot see them. Maybe that's a good thing because if we saw them as buildings, we'd deem many of them unsafe.

GeneralMessage Removed Pin
16-Jul-08 8:40
tkrn16-Jul-08 8:40 
GeneralRe: Predictive Search within C# Windows Form? Pin
Luc Pattyn16-Jul-08 8:57
sitebuilderLuc Pattyn16-Jul-08 8:57 
Questionlistbox item colour Pin
arkiboys16-Jul-08 3:23
arkiboys16-Jul-08 3:23 
AnswerRe: listbox item colour Pin
Luc Pattyn16-Jul-08 3:53
sitebuilderLuc Pattyn16-Jul-08 3:53 
GeneralRe: listbox item colour Pin
arkiboys16-Jul-08 3:58
arkiboys16-Jul-08 3:58 
GeneralRe: listbox item colour Pin
Luc Pattyn16-Jul-08 4:12
sitebuilderLuc Pattyn16-Jul-08 4:12 
GeneralRe: listbox item colour Pin
arkiboys16-Jul-08 4:15
arkiboys16-Jul-08 4:15 
JokeRe: listbox item colour Pin
Paul Conrad16-Jul-08 9:39
professionalPaul Conrad16-Jul-08 9:39 
AnswerRe: listbox item colour Pin
0x3c016-Jul-08 3:55
0x3c016-Jul-08 3:55 
GeneralRe: listbox item colour Pin
arkiboys16-Jul-08 4:07
arkiboys16-Jul-08 4:07 
GeneralRe: listbox item colour Pin
0x3c016-Jul-08 4:22
0x3c016-Jul-08 4:22 
GeneralRe: listbox item colour Pin
arkiboys16-Jul-08 20:59
arkiboys16-Jul-08 20:59 
QuestionTreeview Event Pin
Agweet16-Jul-08 3:20
Agweet16-Jul-08 3:20 
AnswerRe: Treeview Event Pin
Jimmanuel16-Jul-08 4:45
Jimmanuel16-Jul-08 4:45 
QuestionEmbeded resources Pin
hadad16-Jul-08 1:38
hadad16-Jul-08 1:38 
AnswerRe: Embeded resources [modified] Pin
enginço16-Jul-08 2:14
enginço16-Jul-08 2:14 
AnswerRe: Embeded resources Pin
Thomas Stockwell16-Jul-08 4:40
professionalThomas Stockwell16-Jul-08 4:40 

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.