Drive/Folder/File list

  • Thread starter Thread starter Elmo Watson
  • Start date Start date
E

Elmo Watson

I'm just now changing over to VB.net - I used VB6 for years - - but, now
with the advent of 2.0 - I like the new stuff -
So - all that aside - -

in VB6, there was a Drive List/FolderList and File List control - - - - -
I know this is kind of old looking technology - but I don't really see a
replacement like or better than it - - what controls are normally used in
their places, now, with VB.Net?
 
Elmo Watson said:
in VB6, there was a Drive List/FolderList and File List control - - - - -
I know this is kind of old looking technology - but I don't really see a
replacement like or better than it - - what controls are normally used in
their places, now, with VB.Net?

Typically the classes 'FolderBrowserDialog', 'OpenFileDialog', and
'SaveFileDialog' are used instead. However, note that these components
cannot be used as controls which are placed on a form's surface, they are
independent dialogs.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top