Updates
Test Page
private string QueryOperatingSystem(string type)
{
string oo = null;
ManagementObjectSearch search =
new ManagementObjectSearch("SELECT * FROM Win32_OperatingSystem");
foreach(ManagementObject obj in search.Get())
{
oo = obj[Type].ToString();
}
return oo;
}
Misc Links, Resources
Upperhost best web hostingHobby Projects
Under development:feedpixel.com - Feeding Your Pixels :-)
Sexy URL!
TAXI CMS Booking System
WebShop, Project Manager, Support System.
Recommended
- Consider Big John Design for your more difficult coding requirements. Accessibility is a given. Fast bug-busting a speciality.CSS Guru.
- DHTMLgoodies
- coder24.com



