Display Format drive dialog using SHFormatDrive API
Display Format drive dialog using SHFormatDrive API
Rate Display Format drive dialog using SHFormatDrive API
(2(2 Vote))
' Drive values A = 0, B = 1, etc
'To quick format drive with default capacity
'To Format A drive
SHFormatDrive hWnd, 0, 0, 0
'To Format B drive
'SHFormatDrive hWnd, 1, 0, 0
'To Format C drive
'SHFormatDrive hWnd, 2, 0, 0
'and so on.
'For command line use
'rundll32.exe shell32.dll,SHFormatDrive
End
End Sub
Display Format drive dialog using SHFormatDrive API Comments
No comments yet — be the first to post one!
Post a Comment