CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Location
    California, USA
    Posts
    34

    how to define Tab order for user-defined CEdit Ctrl?

    I've a bundle of CEdit controls in my client (CView) area, how would I define tab order for these CEdit controls like they do in the dialog box.



  2. #2
    Join Date
    Jun 1999
    Posts
    315

    Re: how to define Tab order for user-defined CEdit Ctrl?

    tab order is defined by order of creation and the WS_TABSTOP window style

    miked

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

Featured