Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
VB VB (1648)
VB.net VB.net (736)
C# C# (15)
ASP.net ASP.net (779)
ASP ASP (41)
VC++ VC++ (25)
PHP PHP (0)
JAVA JAVA (4)
JScript JScript (5)
  Database
» SQL Server (708)
» ORACLE (5)
» MySQL (0)
» DB2 (0)
Automation
» C/C++/ASM (11)
» Microcontroller (1)
» Circuit Design (0)
OS/Networking
» Networking (5)
» Unix/Linux (1)
» WinNT/2k/2003 (8)
Graphics
» Flash (0)
» Maya (0)
» 3D max (0)
» Photoshop (0)
Links
» ASP.net (2)
» PC Interfacing (1)
» Networking (4)
» SQL Server (4)
» VB (23)
» VB.net (4)
» VC (3)
» HTML/CSS/JavaScript (10)
Tools
» Regular Expr Tester
» Free Tools

 

This is a link to a different site Determining Free Disk Space in Win95/Win98 with GetDiskFreeSpace
Total Hit (814) The routine presented here to determine a drive's available disk space will return incorrect results on volumes over 2 gigabytes, as supported by the FAT32 partitions implemented in Windows95 OEM Service Pack 2, Windows 98 (without FAT32 conversion) and NT4. See the comments section following the co ....Read More
Rating
This is a link to a different site Determining Free Disk Space on a Fat32 (or NTFS) Drive
Total Hit (1765) The routine presented here will return the correct free and used disk sizes on volumes over 2 gigabytes as supported by the FAT32 partitions implemented in Windows95 OEM Service Pack 2, aka OSR2, and in Windows 98 where the Fat32 drive conversion has been made, or on NTFS partitions on NT4, Windows ....Read More
Rating
This is a link to a different site Determining if a Floppy Drive is Ready
Total Hit (1184) Visual Basic provides a few ways to test for the readiness of a removable drive both with intrinsic methods and with the assistance of the API. Each method has its advantages. Most developers are familiar with the first method around since VB1 - performing a simple Dir() against the drive, trappin ....Read More
Rating
This is a link to a different site How to Enumerate Available System Drives
Total Hit (814) Here's how to determine a system's installed drives and their type.
Rating
This is a link to a different site How to Determine if a Specific Drive Exists
Total Hit (1220) Here is a simple means of determining whether a specific drive exists on the target system
Rating
This is a link to a different site How to Obtain a System's CD-ROM Drive Information
Total Hit (1197) This code demonstrates how to determine the first CD-ROM on the target system, and obtain information about it.
Rating
This is a link to a different site Retrieving Drive Information Using GetDiskFreeSpace and GetDiskFreeSpaceEx
Total Hit (1512) Until Windows OSR2 hit the streets, the world was simple and only the rarest and most expensive hard drives ever exceeded 2 gigabytes; in fact, a 300-400 megabyte drive was considered high tech. Windows 95 provides the GetDiskFreeSpace API to return information about the physical drive, and GetVolum ....Read More
Rating
This is a link to a different site Invoking Chkdsk using WMI
Total Hit (1217) Besides returning system information, the Windows Management Instrumentation classes also expose methods that can be called from VB. In addition, the WMI supports the executing of SQL-style calls to retrieve specific information.
Rating
This is a link to a different site Obtaining Logical Disk Information using WMI
Total Hit (1222) Windows Script Host is built into Microsoft Windows 98, 2000, ME and XP. If you are running Windows 95 or NT4, you can download Windows Script Host from the Microsoft Windows Script Technologies Web site at http://msdn.microsoft.com/scripting/. Some information is not returned on non-NT-based system ....Read More
Rating
This is a link to a different site Using DeviceIoControl to Obtain Physical Drive Information
Total Hit (1768) Win NT/Win2000 developers have access to a unique API that provides low-level system information - DeviceIoControl. This example succeeds only when it runs on Windows NT/Windows 2000/Windows XP, for two reasons: «LI»The standard device input/output control codes are available only on Windows N ....Read More
Rating
This is a link to a different site An API 'DriveExists' Routine
Total Hit (1233) For the API purest, here's a tiny function that simply returns True if a specified drive exists, or False if not. Using GetLogicalDriveStrings, its a simple matter of retrieving all the available drives, then performing a case-insensitive Instr() against the result to determine if the passed drive ....Read More
Rating
This is a link to a different site Using GetDiskFreeSpaceEx on 32-bit Windows
Total Hit (1326) This page presents four key wrapper routines for the data returned by the GetDiskFreeSpaceEx API. It works on both Win95 and Win95 OSR2, as well as Win98, NT4 Windows 2000 and Windows XP. By checking for the proc address of the GetDiskFreeSpaceExA API in kernel32.dll, which will only return a valid ....Read More
Rating


Recommanded Links

 

Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.