Source wurde am 15.07.2007 aus der MMJ-Quellcodesammlung (Dietmar Horn) in die Babyklappe auf XProfan.Com abgelegt: Formatierdialog mit Parametern aufrufen Lauffähig ab Profan-Version 5.0 PRFellow-Vorlage Autor: Thomas Hölzer Die Funktion SHFormatDrive (Systemdialog zur LW-Formatierung) ohne rundll32.exe nutzen Parameter 1: Handle des aufrufenden Fensters Parameter 2 : Vorgewähltes Laufwerk : SHFMT_DRV_A = 0 SHFMT_DRV_B = 1 usw. (geht auch mit ZIP-LW!) Parameter 3: SHFMT_ID_DEFAULT = $FFFF Parameter 4: Vorgewählte Formatierungsoption: SHFMT_OPT_QUICKFORMAT = 0 SHFMT_OPT_FULLFORMAT = 1 SHFMT_OPT_SYSONLY = 2 Rückgabe: SHFMT_ERROR = -1 : Fehler SHFMT_CANCEL = -2 :Benutzer hat Schließen gewählt SHFMT_NOFORMAT = -3 : Keine Formatierung durchgeführt Def SHFormatDrive(4) !SHELL32,SHFormatDrive Beispiel Quickformat für LW A: Cls Print SHFormatDrive(%hwnd,0,$FFFF,0) WaitInput
Session-Cookies