You could write out to a log file when the program starts up , writing out the username and machine, etc.
or you could do a similar thing to a database. Using a database you could see who is using it 'now' by removing their info from the table when they close the app.
Hope it helps
Matt