Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 This possible alternative to asp the site code
 New Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

AHMEDHHH1
Junior Member

Egypt
105 Posts

Posted - 07 July 2016 :  12:22:58  Show Profile  Reply with Quote

This possible alternative to asp the site code

System.Management
Dim ProcessorID As New ManagementObjectSearcher("SELECT * FROM Win32_processor")
Dim CPUID As ManagementObject
For Each CPUID In ProcessorID.Get()
A = Trim((CPUID("processorId").ToString()))
If A <> "" Then
MsgBox("You are not authorized to use the Software on this site", MsgBoxStyle.Critical, "Warning")

Me.Dispose()
End If

Next

HuwR
Forum Admin

United Kingdom
20579 Posts

Posted - 08 July 2016 :  04:43:52  Show Profile  Visit HuwR's Homepage
?
Go to Top of Page

AHMEDHHH1
Junior Member

Egypt
105 Posts

Posted - 08 July 2016 :  07:25:24  Show Profile
This code number bring ProcessorID either in Visual Basic asp.net
I want to edit the code to run on Snitz form 2000

Go to Top of Page

HuwR
Forum Admin

United Kingdom
20579 Posts

Posted - 08 July 2016 :  07:49:03  Show Profile  Visit HuwR's Homepage
What exactly are you trying to achieve, it is very unlikely that you would be able to access this information from a browser without installing an application on the client due to security.
Go to Top of Page

AHMEDHHH1
Junior Member

Egypt
105 Posts

Posted - 08 July 2016 :  09:34:35  Show Profile
ok Thanks
I thought runs on localhost browser
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.54 seconds. Powered By: Snitz Forums 2000 Version 3.4.07