Drive/Folder/File list

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Elmo Watson

    #1

    Drive/Folder/File list

    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?



  • Herfried K. Wagner [MVP]

    #2
    Re: Drive/Folder/File list

    "Elmo Watson" <sputnik75043@N o.Spam.Yahho.co m> schrieb:[color=blue]
    > 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?[/color]

    Typically the classes 'FolderBrowserD ialog', '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.

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://classicvb.org/petition/>

    Comment

    Working...