Form Focus

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Maffyx
    New Member
    • Mar 2007
    • 6

    #1

    Form Focus

    I am working on a screenshot program in VB.net ( 2003 ) which simply takes a screenshot of the window and saves it to a file. I made the program so that it will go to the system tray and work from there. Well my problem is that when I send it to the system tray the form loses focus and will no longer pick up the Print Screen button presses. Is there any way I can make it detect these without having to have focus?
  • willakawill
    Top Contributor
    • Oct 2006
    • 1646

    #2
    Hi, If you have a TSR (terminate and stay resident) program running in the background it is possible to access it by means of interrupts. If you google these words you should find examples. Good luck

    Comment

    Working...