![]() |
| Sponsored Links (We share ad revenue): |
|
|
Re: Peripheral Information |
|
Half Man, Half Amazing
![]()
Latest Blog Post:
North Lake Union Posts: 2,917
Name: Forrest Croce
Location: Seattle, WA
|
From the server, or the client?
|
|
|
|
|
|
Re: Peripheral Information |
|
Junior Talker
Posts: 4
Name: Vincent
|
from the client
|
|
|
|
|
|
Re: Peripheral Information |
|
Half Man, Half Amazing
![]()
Latest Blog Post:
North Lake Union Posts: 2,917
Name: Forrest Croce
Location: Seattle, WA
|
You need to make a custom browser to accomplish that. It doesn't have to be a replacement for IE or Firefox; a toolbar might have access to that info. Or something like Google Earth.
But there's no code you can write on the server side to make the common web browsers give that kind of information up. You can get at a lot of it without wmi, but asp.net code runs on the server, and to look at that data, you need to get your code to run on the client side. |
|
|
|
|
|
Re: Peripheral Information |
|
Half Man, Half Amazing
![]()
Latest Blog Post:
North Lake Union Posts: 2,917
Name: Forrest Croce
Location: Seattle, WA
|
Sorry; it's pretty rare to see a non-web site question here, so I assumed.
The DriveInfo class in System.IO will get you disc space, type, and other info. Environment.GetLogicalDrives is another place to look for drive info. The Environment static class exposes some basics, but not to the level you're looking for: processor count but not speed, netbios machine name, et cetera. By unique ID, I'm guessing you mean the MAC ID? This is a bit of a hack/workaround, but in the registry, under HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\SYSTEM\Cen tralProcessor, there's a node for each chip on the host. Each of these has a ~MHz entry. I'll have to ping a few resources to get some thoughts on the rest; it's not the type of development I typically do. |
|
|
|
| Sponsored Links (We share ad revenue): |
| Thread Tools | |
|
|
| Webmaster Resources Marketplace: |
| Software Development Company | Webhosting.UK.com |
| Web Templates | Text Link Brokers | Stock Photos |