|
-
Nov 5th, 2007, 05:33 PM
#1
Re: What gets selected, when the project is run?
@RodDog, your way will make it "look normal" but all controls are disabled, you will need code to enable them.
I think the OP wants no control gets focus when open the form but they must be enabled as normal and ready to be clicked.
By default, as LaVolpe said, the first enabled control (in tab order), if any, will receive focus when the form open, if no enabled control the form will receive focus.
-
Nov 5th, 2007, 05:35 PM
#2
Re: What gets selected, when the project is run?
 Originally Posted by anhn
@RodDog, your way will make it "look normal" but all controls are disabled, you will need code to enable them.
I think the OP wants no control gets focus when open the form but they must be enabled as normal and ready to be clicked.
By default, as LaVolpe said, the first enabled control (in tab order), if any, will receive focus when the form open, if no enabled control the form will receive focus.
That code would just be
Frame1.Enabled = True
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
|