| View previous topic :: View next topic |
| Author |
Message |
rasputin@thepub.co.za Guest
|
Posted: Sun Jul 20, 2003 9:21 am Post subject: Formatting a Disk in WinXP using Delphi |
|
|
G'Day
Wonder if you can assist. I am wanting to call the XP Format dialog
box. Any code, VCLs or ideas. Cheap please ..... for nothing.
Regards
John
[email]john (AT) futurenet (DOT) co.za[/email]
|
|
| Back to top |
|
 |
Peter Holm Guest
|
Posted: Sun Aug 03, 2003 1:45 pm Post subject: Re: Formatting a Disk in WinXP using Delphi |
|
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
[email]rasputin (AT) thepub (DOT) co.za[/email] wrote:
ˇ>> G'Day
ˇ>>
ˇ>> Wonder if you can assist. I am wanting to call the XP Format
dialog
ˇ>> box. Any code, VCLs or ideas. Cheap please ..... for nothing.
ˇ>>
ˇ>> Regards
ˇ>>
ˇ>> John
ˇ>> [email]john (AT) futurenet (DOT) co.za[/email]
<
function SHFormatDrive(hWnd : HWND;
Unidad : Word;
fmtID : Word;
Opciones : Word) : Longint stdcall; external
'Shell32.dll' name 'SHFormatDrive';
Cheers Peter Holm.
- --
que sabe>
Hugo René Ortiz (Mx).
< http://www.telefonica.net/web/lapateria >
< http://es.geocities.com/peterholm_dkes >
<< Collaborative Intrusion Detection join http://www.dshield.org >>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (MingW32) - WinPT 0.7.96rc1
Comment: Encripted with GnuPG Id: 0x919B33E2
iD8DBQE/KHGKOADmLJGbM+IRAq5rAKDNrdfhp+cVuix5AvGQgfCBfVV22wCeLDqw
cd5pCWoRvlX3tGflENjXJiE=
=cqSr
-----END PGP SIGNATURE-----
|
|
| Back to top |
|
 |
|