Hi!
Try this:
- create listview control and name it LW
- paste this code:
'-----------------------------------------------------------------
Private Sub Form_Load()
Dim MyShell As She...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21265216.html
Zones:
Visual BasicDate Answered: 01/11/2005 Grade: A Views: 0
Hi!
If I use:
Dim shl As Shell32.Shell
Dim shlFolder As Shell32.Folder
Set shl = New Shell
Set shlFolder = shl.NameSpace(Shell32.ssfDRIVES)
it will set shlFolder to show...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21274369.html
Zones:
Visual BasicDate Answered: 01/14/2005 Grade: A Views: 0
I have referenced and been using the browseforrolder function and i have it so it can see files but i need to take it one step further and have it only recognize certain file types
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20644752.html
Zones:
Visual BasicDate Answered: 06/11/2003 Grade: A Views: 0
Based on this article,
http://www.codeproject.com/csharp/compresswithwinshellapics.asp?df=100&forumid=227893&exp=0&select=1459781
I can use the shell32 dll to zip files from an entire folder
...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_22097165.html
Zones:
.NETDate Answered: 12/20/2006 Grade: A Views: 155