Visual Basic Code , VB.NET Code
Find Code:
  All
  VB
  VB.NET
  ASP
  ASP.NET
  Snippets
  Popular
  Submit Code
  Forums
  Articles
  Tips
  Links
  Books
  Contest
  Mailing List
  Link to us
 Home >> Author

 All submissions by: "Theodore Dinozzo"

File or Folder DialogVersion: VB 2010
Author: Theodore DinozzoSubmitted: 10/26/2011Views: 8806
Use this class to show a file or folder dialog like this: To let the user find a winrar file do this: Dim i As Dialogs i = New Dialogs("Please Find a WinRar file", "WinRar Files |*rar") i.FileDialog() To let him find a fold ...more>>

Copying Folders With All ContentsVersion: VB 2010
Author: Theodore DiNozzoSubmitted: 7/17/2011Views: 12413
Copying Folders With All Contents Including Other Folders. VB.net 2010 does not have a built in code to copy full folders with their contents but olny files(one by one)!!! So I created my own code to do that.
Page 1 of  1

Go to page: 1