Results 1 to 2 of 2

Thread: Problem w/ hiding/showing objects

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 1999
    Posts
    52

    Post

    Here's the problem: I want to hide all the forms in a project until a certain key combination is pressed..if the key combo is right I want to be able to pop up a form. It seems that if the form is hidden then the KeyDown event doesn't respond. How can I make this work properly? Thanks in advance.
    -Adam

  2. #2
    Lively Member
    Join Date
    Jul 1999
    Posts
    99

    Post

    since the form doesn't have the focus, the KeyDown event is not sent to the form. maybe you could try implementing a hotkey in your project.

Posting Permissions

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



Click Here to Expand Forum to Full Width