>** 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?