H
heidstar pacific
i need a vba property or method that will return an
identifier that is unique to the computer that the
application is running on - in other words, a number or
string that belongs to that particular computer, and not
to any other computer in the world.
the purpose of this is so that i can program the
application to run only on that particular computer, so
that it cannot be pirated onto other computers (don't
worry about the details of that, i have it all figured
out, and just need a computer unique identifier for my
idea to work).
alternatively, an identifier that is unique to the windows
or office registration would do, because i don't mind if
the application is copied onto other computers that are
covered by the same windows or office registration,
because that means that it will still belong to the same
customer.
(the productcode property will not do, because all but the
first eight digits of the product code are identical - and
the first eight digits are far from unique)
(the environ command will not work, because the required
variable is not automatically in the environment - it was
not in my environment)
identifier that is unique to the computer that the
application is running on - in other words, a number or
string that belongs to that particular computer, and not
to any other computer in the world.
the purpose of this is so that i can program the
application to run only on that particular computer, so
that it cannot be pirated onto other computers (don't
worry about the details of that, i have it all figured
out, and just need a computer unique identifier for my
idea to work).
alternatively, an identifier that is unique to the windows
or office registration would do, because i don't mind if
the application is copied onto other computers that are
covered by the same windows or office registration,
because that means that it will still belong to the same
customer.
(the productcode property will not do, because all but the
first eight digits of the product code are identical - and
the first eight digits are far from unique)
(the environ command will not work, because the required
variable is not automatically in the environment - it was
not in my environment)