Re: Unique computer data

[ Follow Ups ] [ Post Followup ] [ Return To Messageboard ] [ FAQ ]


Posted by Rich on September 12, 2003 at 16:08:18:

In Reply to: Re: Unique computer data posted by Kevin Wilson on September 12, 2003 at 08:44:58:


>** Visual Basic Code **
>
>Dim objGUID As Object
>Dim strGUID As String
>Set objGUID = CreateObject("Scriptlet.TypeLib")
>strGUID = Left(objGUID.GUID, 38)
>Set objGUID = Nothing
>
Wouldn't the GUID change each time the computer restarted?. 
I need a code that couldn't be changed and no computer has the same code...If that's possible?




Follow Ups:



Post A Followup

Name:

E-Mail:

Subject:

Message:


Optional Link URL:

Link Title:

Optional Image URL:


   



[ Follow Ups ] [ Post Followup ] [ Return To Messageboard ] [ FAQ ]