Advertisement
ASP_Volume2 .JS files #39305

xbkToolBar

The xbkToolBar provides a horizontal or vertical tool bar system look and feel. Designed for cross browser and cross platform.

AI

AI Summary: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Source Code
original-source
Upload
<style type="text/css">
<!--
.style11 {font-family: Arial, Helvetica, sans-serif; font-size: 10; font-weight: bold; }
.style13 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
.style23 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
-->
</style>
<p><BR>
 <BR>
 <BR>
 <BR>
 <BR>
 <BR>
 <BR>
 <BR>
<BR>
<BR>
<BR>
<BR>
</p>
<table width="612" border="0">
 <tr>
 <td width="538" class="style23"><span class="style13">using System;</span></td>
 </tr>
 <tr>
 <td class="style23">using System.Management; </td>
 </tr>
 <tr>
 <td class="style23">... </td>
 </tr>
 <tr>
 <td class="style23">ManagementObject disk = new </td>
 </tr>
 <tr>
 <td class="style23">ManagementObject("win32_logicaldisk.deviceid="c:""); </td>
 </tr>
 <tr>
 <td class="style23">disk.Get();</td>
 </tr>
 <tr>
 <td class="style23">Console.WriteLine("Logical Disk Size = " + disk["Size"] + " bytes"); </td>
 </tr>
 <tr>
 <td class="style23">Console.WriteLine("Logical Disk FreeSpace = " + disk["FreeSpace"] + " <br>
bytes"); </td>
 </tr>
 <tr>
 <td class="style23"> </td>
 </tr>
 <tr>
 <td class="style23"> </td>
 </tr>
</table>
<p> </p>
</html>
Original Comments (3)
Recovered from Wayback Machine