|
-
January 17th, 2001, 02:39 PM
#1
IDE Question
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!
-
January 17th, 2001, 03:15 PM
#2
Re: IDE Question
no you can't the double click on the control takes you to that controls default property.
-
January 17th, 2001, 05:41 PM
#3
Re: IDE Question
>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).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|