
howto change tab order at runtime?
Quote:
>I'm creating a CFormView dynamically, and I need the ability to change the
>tab order of the controls on the form
Steve,
The tab order is the z-order of the controls (that have the WS_TABSTOP
style). Use SetWindowPos to alter the z-order.
Dave
--
MVP VC++ FAQ: http://www.mvps.org/vcfaq
My address is altered to discourage junk mail.
Please post responses to the newsgroup thread,
there's no need for follow-up email copies.