No equivalent control

A

Al

VB6 is not supported or its support will be discontinued - I hear that
pretty often.
For VB 2005 development some controls from VB6 have no equivalent, for
instance DriveListBox and DirListBox.
MSDN says that OpenFileDialog and SaveFileDialog (.Net components) have all
the features to open or save the file.
Or DriveListBox and DirListBox can be used via
Microsoft.VisualBasic.Compatibility library.

I have 2 question:
1. If I use Microsoft.VisualBasic.Compatibility approach, what will happen
when VB6 will be discontinued totally? Will be
Microsoft.VisualBasic.Compatibility library discontinued as well? Or it's
independant from VB6 stuff and will be alive until something new comes?

2. If I use OpenFileDialog and SaveFileDialog then how do I make them work
as old DriveListBox and DirListBox worked, i.e. they are displayed on the
screen initially, not after click on the button or something like that?

Al
 

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

Top