Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2008
    Posts
    1

    notification when CD is open/executed

    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

  2. #2
    Join Date
    May 2006
    Posts
    5,380
    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

    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
    by client do you mean the user ??

    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!!

Similar Threads

  1. notification area
    By dorkauf89 in forum AutoPlay Media Studio 6.0
    Replies: 3
    Last Post: 01-17-2008, 02:17 PM
  2. Event Notification
    By mmiron in forum TrueUpdate 2.0
    Replies: 2
    Last Post: 08-14-2007, 07:57 AM
  3. Update Notification Design Question (Challenge)
    By nsti in forum TrueUpdate 2.0
    Replies: 1
    Last Post: 08-30-2006, 08:51 AM
  4. SUF6.0.0.2 -- installer hangs.
    By jassing in forum Setup Factory 6.0
    Replies: 4
    Last Post: 12-19-2001, 11:28 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts