paste data using function key

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • veer
    New Member
    • Jul 2007
    • 198

    paste data using function key

    hi all
    i want to create a program in which i want to use function key
    like F12, F11
    i mean to say when i press F11 or F12 a particular code is paste in text box.

    when i used this method in my own form text box it works
    but i want to use it another window like google search box or
    notepad. when i press F11 in notepad then my code should be pasted on that page

    pls help me


    varinder sharma
  • alexis4
    New Member
    • Dec 2009
    • 113

    #2
    If you want to listen to keys outside of your form, then you should search for low level keyboard hooks.

    Comment

    Working...