Advertisement

1 - 4 of 4 containing alltags:("shell32") (0 seconds)
 
 
 
Hi! Try this:  - create listview control and name it LW  - paste this code: '----------------------------------------------------------------- Private Sub Form_Load()     Dim MyShell As She...
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...
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
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 ...
Zones: .NETDate Answered: 12/20/2006 Grade: A Views: 155
  • 1