Results 1 to 3 of 3

Thread: Controls Tab Order

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2004
    Posts
    60

    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

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594

    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.

  3. #3

    Thread Starter
    Member
    Join Date
    Sep 2004
    Posts
    60

    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
  •  



Click Here to Expand Forum to Full Width