Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2005
    Posts
    572

    ther is a guide for work whit a windows clipboard??

    i need to copy data from the internet whit CTRL+C and i wont to press a button in AMS6 and the text data paste to a input text in AMS6. i need a guide to this code, the ams6 guide dont help my needs.
    plase help my

  2. #2
    Join Date
    Jan 2000
    Posts
    2,002
    - Go to Project > Plugins from within AMS60
    - Check the checkbox beside "Clipboard"
    - Click OK
    - Go into the On Click events for the button that you want to attach this action to
    - Put in the following code:

    Code:
    if(Clipboard.IsTextAvailable())then
    	strText = Clipboard.GetText();
    	-- Now do whatever you want with the clipboard text
    end
    - Replace the line "-- Now do whatever you want with the clipboard text" with whatever it is you want to do wiht the text.

  3. #3
    Join Date
    Oct 2005
    Posts
    572

    Wink Thank you i dident know the clipboard is a plaugin

    Thank you i dident know the clipboard is a plaugin and i searching it in the ams6 help file.
    Thank you again

Similar Threads

  1. The Wierdest Windows clipboard Question
    By nigeldude in forum AutoPlay Media Studio 6.0
    Replies: 9
    Last Post: 05-25-2006, 06:14 PM
  2. INFO: JET and MDAC (Complete) Runtime Notes
    By Desmond in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 11-28-2003, 08:35 AM
  3. INFO: JET 4.0 SP7-SP8 Runtime Notes
    By Desmond in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 11-28-2003, 08:34 AM
  4. INFO: Setup Factory and the Windows Installer
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-22-2002, 10:38 AM
  5. HOWTO: Install Files to the Windows Directory
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 09-18-2002, 02:33 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