Unwanted tab stops

Post Reply
User avatar
xProgrammer
Posts: 464
Joined: Tue May 16, 2006 7:47 am
Location: Australia

Unwanted tab stops

Post by xProgrammer »

Hi Antonio

I would like to be able to control the order of tab stops on a dialog, but although possible that would involve quite an amount of work.

I can achieve pretty much what I want if I can make some widgets merely pass the focus on to the next widget "automatically".

I am wondering if this can be done via their LostFocus method. Can we expose a GotFocus event and in it call the LostFocus method and pass focus to the next widget, or alternatively call the GotFocus method of the next widget? Would either of these approaches work?

Would you please give this some thought and let me know if there is a reasonable way forward.

Thanks
Doug
(xProgrammer)
Post Reply