Hi,
I have an old VB5 app which I'd like to bring over to .NET. Most of the code is simple enough to port, but the designer is using what looks to be either an old COM or MFC widget to display directories in a drop down with a tree view under it and then a list of files under that.
I can do the list of files (not that hard really), but the tree view and treeview filer thing I'm not to sure on.
I've attached a file to this posting so you can see what I'm trying to replicate. It looks pretty much like an open file dialog, but not as a dialog.
Any help or advice would be useful
I have an old VB5 app which I'd like to bring over to .NET. Most of the code is simple enough to port, but the designer is using what looks to be either an old COM or MFC widget to display directories in a drop down with a tree view under it and then a list of files under that.
I can do the list of files (not that hard really), but the tree view and treeview filer thing I'm not to sure on.
I've attached a file to this posting so you can see what I'm trying to replicate. It looks pretty much like an open file dialog, but not as a dialog.
Any help or advice would be useful
Comment