News

I got this working inside of VB.NET with no problems, but I want to use VB6 because the control will load inside of IE without having to be hosted by IIS. So...I guess I have two questions.
I'm assuming this is most easily done with a treeview control inserted on the form and populated with GetDirectories() call.<BR><BR>So first...is there a better way to do this or am going about ...
Image-viewer applications should let users navigate through the images. A TreeView control works well; it lets you display a complete directory structure, retrieve a series of images, shrink them down ...