Click to See Complete Forum and Search --> : IDE Question


debuke
January 17th, 2001, 01:39 PM
can you turn off following action?

1. when the user double clicks on a control on the form, the sub/function is automatically generated and your cursor is placed there?

tia!

dfwade
January 17th, 2001, 02:15 PM
no you can't the double click on the control takes you to that controls default property.

Bruno
January 17th, 2001, 04:41 PM
>the sub/function is automatically generated
This won't happen if you doubleclick on shape control. Some users even put shape control on the form to avoid this.

If you are deleting this 'Sub'/'End Sub' pair of lines, well, you don't have to do this; This empty procedure lines are automatically deleted when you press F5 (Run).