How to show Format Dialog
Posted on January 5, 2009
1 2 3 4 5 6 | 'File/Folder Handling - How to show Format Dialog Option Explicit 'To show Format Dialog Call Shell("rundll32.exe shell32.dll, SHFormatDrive") |
1 2 3 4 5 6 | 'File/Folder Handling - How to show Format Dialog Option Explicit 'To show Format Dialog Call Shell("rundll32.exe shell32.dll, SHFormatDrive") |