Is possible that when my clients open my CD with my AMS presentation, I could be notified in some way, and know which client is?
thanks
Professional Software Development Tools
Is possible that when my clients open my CD with my AMS presentation, I could be notified in some way, and know which client is?
thanks
ok, to test if your disk is in the drive you could use something like this called from a timer every 1 min or so
by client do you mean the user ??Code:MyDiskName="Test" NameInDrive=Drive.GetInformation(_SourceDrive).DisplayName if NameInDrive == MyDiskName then -- your disk is in the drive else -- your disk is not in the drive end
if so then you need to make your app send you the users details, via email, ftp, ams+mysql, php+mysql or however suites your app, there are plenty of examples on the forum for all of the above.
Open your eyes to Narcissism, Don't let her destroy your life!!