replacement for FileListBox...

  • Thread starter Thread starter Just Me
  • Start date Start date
J

Just Me

Is there available DotNet code to replace the VB6 FileListBox and
DirListBox, keeping the original appearances?

Thanks in advance for any help
 
Just me,

While not using the VB comptible namespace (which you should avoid in my
opinion) only by building it yourself using a listbox.

Cor
 
Just Me said:
Is there available DotNet code to replace the VB6 FileListBox and
DirListBox, keeping the original appearances?

These controls are still available as part of
"Microsoft.VisualBasic.Compatibility.dll". However, I would not use them
because there is no guarantee that this library will be available in future
versions of VS.NET. Use OpenFileDialog/FolderBrowserDialog instead.

You will find a "replacement" for the DirListBox here:

<URL:http://download.microsoft.com/download/8/0/3/8038df53-4450-409a-a293-f8f1d0cc0efb/DirListBox.msi>
 

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