سورس کد بدست اورن فضای خالی درایور (ویژوال بیسیک 6) - نسخه قابل چاپ +- Parsi Coders (http://parsicoders.com) +-- انجمن: Software Development Programming (http://parsicoders.com/forumdisplay.php?fid=37) +--- انجمن: Visual Basic Programming (http://parsicoders.com/forumdisplay.php?fid=39) +---- انجمن: Visual Basic 6 (http://parsicoders.com/forumdisplay.php?fid=44) +---- موضوع: سورس کد بدست اورن فضای خالی درایور (ویژوال بیسیک 6) (/showthread.php?tid=2427) |
سورس کد بدست اورن فضای خالی درایور (ویژوال بیسیک 6) - Amin_Mansouri - 06-16-2012 با سورس زیر میتونید فضای خالی یک درایو رو بدست اورید. english: You can use this block of code and the kernal32 library to find out the amount of free disk space you have on your hard drive. Declarations: کد: Declare Function GetDiskFreeSpace Lib "kernel32" Alias "GetDiskFreeSpaceA" کد: Dim info As DiskInformation |