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
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