|
-
Nov 20th, 2003, 03:40 PM
#1
Thread Starter
Addicted Member
TextBox.Leave not working
Will anyone tell me why textbox1.leave() isn't working? Is this suppose to be equivlent to VB6's textbox.lostfocus()? I'm trying to get the focus off the textbox with Leave but it's got a blue underline under the code.
Any help is appreciated!
ljCharlie
-
Nov 20th, 2003, 03:45 PM
#2
Leave is an event. Try just calling the Focus method of another control on the form or the form itself.
-
Nov 20th, 2003, 03:49 PM
#3
Thread Starter
Addicted Member
Thank you very much! I thought Leave is an event because I did a search on the help and it said that Leave is the equivalent to VB6's lostfocus event.
Anyway, I'll learn to live with it then.
Thanks!
ljCharlie
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
|