Click here to Skip to main content
15,903,736 members
Home / Discussions / C#
   

C#

 
GeneralRe: Uses SQL to update into MS Access Pin
mav.northwind28-Nov-04 20:24
mav.northwind28-Nov-04 20:24 
GeneralRe: Uses SQL to update into MS Access Pin
Heath Stewart28-Nov-04 20:55
protectorHeath Stewart28-Nov-04 20:55 
GeneralRe: Uses SQL to update into MS Access Pin
Vasudevan Deepak Kumar28-Nov-04 23:15
Vasudevan Deepak Kumar28-Nov-04 23:15 
Generalweb service design question Pin
parrot12328-Nov-04 19:39
parrot12328-Nov-04 19:39 
GeneralRe: web service design question Pin
Heath Stewart28-Nov-04 20:59
protectorHeath Stewart28-Nov-04 20:59 
GeneralRe: web service design question Pin
parrot12329-Nov-04 8:48
parrot12329-Nov-04 8:48 
GeneralfileListBox Pin
miracle_monster28-Nov-04 19:27
miracle_monster28-Nov-04 19:27 
GeneralRe: fileListBox Pin
Heath Stewart28-Nov-04 21:40
protectorHeath Stewart28-Nov-04 21:40 
There is no FileListBox class in .NET. Please be more specific about what you mean.

If you want to fill a ListView with files, then create an instance of the ListView class, set whatever properties you want on it (like ListView.View = View.Details for a columnar view), and enumerate files within a directory.

You can do that using the DirectoryInfo class, which you instantiate with a given directory path, then call GetFiles to enumerate the files, each of which will be referenced by a FileInfo class (along with their attributes, sizes, etc.).

If you search or browse this site's articles you can find several examples of enumerating files and displaying them in a myriad of controls including the ListView control.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralRe: fileListBox Pin
miracle_monster29-Nov-04 10:20
miracle_monster29-Nov-04 10:20 
GeneralRe: fileListBox Pin
Heath Stewart29-Nov-04 14:53
protectorHeath Stewart29-Nov-04 14:53 
GeneralRe: fileListBox Pin
miracle_monster29-Nov-04 18:00
miracle_monster29-Nov-04 18:00 
GeneralRe: fileListBox Pin
miracle_monster29-Nov-04 18:26
miracle_monster29-Nov-04 18:26 
GeneralMaximize your web form Pin
Sled Dog28-Nov-04 18:06
Sled Dog28-Nov-04 18:06 
GeneralRe: Maximize your web form Pin
Heath Stewart28-Nov-04 21:37
protectorHeath Stewart28-Nov-04 21:37 
GeneralUsing SortedList to store my own struct Pin
jborden28-Nov-04 17:16
jborden28-Nov-04 17:16 
GeneralRe: Using SortedList to store my own struct Pin
Nick Parker28-Nov-04 17:34
protectorNick Parker28-Nov-04 17:34 
GeneralFocus Problem!! Pin
Moon Boy28-Nov-04 17:13
Moon Boy28-Nov-04 17:13 
GeneralRe: Focus Problem!! Pin
Heath Stewart28-Nov-04 21:31
protectorHeath Stewart28-Nov-04 21:31 
GeneralBack propogation (AI)needed Pin
kasimalla28-Nov-04 17:00
kasimalla28-Nov-04 17:00 
GeneralRe: Back propogation needed Pin
Heath Stewart28-Nov-04 21:22
protectorHeath Stewart28-Nov-04 21:22 
GeneralRe: Back propogation needed Pin
J4amieC29-Nov-04 0:55
J4amieC29-Nov-04 0:55 
GeneralRe: Back propogation needed Pin
tom_dx29-Nov-04 1:30
tom_dx29-Nov-04 1:30 
GeneralAuto-Hide as in VS.Net 2003 control. Pin
stan2828-Nov-04 16:20
stan2828-Nov-04 16:20 
QuestionWord cutting (not English) ? Pin
god4k28-Nov-04 15:48
god4k28-Nov-04 15:48 
AnswerRe: Word cutting (not English) ? Pin
Heath Stewart28-Nov-04 21:20
protectorHeath Stewart28-Nov-04 21:20 

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.