Thread: C# Question
View Single Post
Old 03-17-2009, 09:00 AM   #2 (permalink)
jaeusm
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default Re: C# Question

You can use whatever control you want. If you have a list of data in your text file, then a list box sounds like a reasonable choice. If it's a paragraph, then no, it doesn't make sense to display it as a list.
jaeusm is offline