|
-
May 12th, 2005, 10:56 AM
#1
Thread Starter
Member
Controls Tab Order
Hi
I have an edit control on a form which has been created in visualC++.NET. I am having trouble setting up some kind of tab order or focus order on this form. Basically, when the form is loaded I want the edit control to be active with its contents highlighted, thus allowing the user to easily append to the current text or immediately start typing over current text.
Any ideas?
Thank You
-
May 12th, 2005, 12:53 PM
#2
Re: Controls Tab Order
The form editor should have a way of setting the tab order. So does the dialog editor. Just make sure that the edit control is the first in the tab order and it should automatically receive focus.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
May 13th, 2005, 03:18 AM
#3
Thread Starter
Member
Re: Controls Tab Order [RESOLVED]
Thanks
Just had to look a little harder, I'm used to the VB dialog editor. Got my first C++ GUI working.
Cheers
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
|