View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike[_113_] Mike[_113_] is offline
external usenet poster
 
Posts: 40
Default Identify a change in computers

I need to reset some database variables when my program goes on to a
different computer. Is there a way to detect this change. I get can get the
user name via API GetUserName, but many user names are the same (Joe,
Pete...). I can't find an API that will identify a specific computer (like a
serial number).
Any ideas?

thanks