Results 1 to 3 of 3

Thread: capture double click

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2005
    Posts
    144

    capture double click

    I need to possibly capture the double click event on a form. Before you roll your eyes read on. I do not want to write out 125 possible click event handlers. So, if i can capture the double click event on each form, determine if the double click was executed on a text box i could open a user control - allow the user to use a larger text box version of the control and enter or read the contents of the box. Right click would work too.

    As you may remember i have lots of controls on several forms. to save space i thought about removing all the text boxes designed for notes. several note boxes are located on each form. what would be a good way of hiding the box - opening the box - hiding the box when done? and saving its contents into my file (i can do that but thought i'd throw it in.)

  2. #2

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jul 2005
    Posts
    144

    Re: capture double click

    Sorry, VB6.0

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