openfile dialog

tomos2

Newcomer
Joined
Apr 15, 2005
Messages
9
Location
Peterborough UK
i have an open file dialog in which i always want to open the first file. is there anyway to select the first file every time without having to manually select it. does anyone know how to this??

thanks in advance guys!!

Tomos
 
The point of an OpenFileDialog is to allow the user to browse for a file to open, if you want the user to just select a folder then you could use the FolderBrowser instead.
 
ah nice one, that's a start, at least i can target better now :D thanks.

my application loads a series of .txt files and distributes the data into various files. how do i tell it to look at, say, 'file x', and once it's done with 'file x', move on to 'file y' until there are no more files of that type/extension?

cheers, Tom : :confused:
 
Back
Top