Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3

Thread: Paste (ctrl V)

  1. #1
    Join Date
    Oct 2003
    Posts
    114

    Paste (ctrl V)

    Is there a method for pasting into the active box on the click of a button?
    I need a button that when clicked pastes the contents of the clipboad into a username and password box online (like roboform).

  2. #2
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137

    Keystroke.dll - Paste - SSL - Ctrl - Input Field - Intrigued

    I utilized Worm's Keystroke.dll to accomplish this example. (please note that Worm also created a function for us to use that makes it even easier to use his keystroke.dll (less typing). THANK YOU worm!


    Here is an example (.exe):

    http://www.amsuser.com/ams/examples/...&Intrigued.exe

    Here is the project file:

    http://www.amsuser.com/ams/examples/...&Intrigued.apz

    Did anyone have a probem with this working for them?
    Last edited by Intrigued; 08-08-2006 at 08:52 PM.
    Intrigued

  3. #3
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137
    I got messing with this offering more tonight and I realized that one could get better (deeper) access to Control Panel applets like the Display Properties. It would take some trial and error. But it definitely can be done (I did it a bit tonight).

    For example, you may use this code:

    Application.Minimize()

    SendKeys("{RMOUSECLICK 500 500}")

    ... to access the contextual menu (right-click popup menu) of the Desktop. (as long as nothing is at 500 500, maybe use 0 0 instead).

    Then you can use the page up, down, left, right, tab, enter options to get to where you need to go. Then you can even adjust settings.

    Pretty wild, interesting, and intriguing things there a going on.

    ;-)
    Intrigued

Similar Threads

  1. how i prass ctrl + v (Paste) whit a button?
    By lnd in forum AutoPlay Media Studio 6.0
    Replies: 3
    Last Post: 06-04-2006, 11:04 PM
  2. Replies: 7
    Last Post: 11-20-2005, 02:33 PM
  3. Paste Actions?
    By jordo2798 in forum AutoPlay Media Studio 4.0
    Replies: 3
    Last Post: 06-09-2003, 02:11 PM
  4. unable to paste after copy
    By elhuevon in forum AutoPlay Media Studio 4.0
    Replies: 3
    Last Post: 01-05-2003, 05:10 PM
  5. Can AMS do a "paste in place"?
    By a6106a in forum AutoPlay Menu Studio 3.0
    Replies: 3
    Last Post: 01-28-2002, 11:11 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