RE: win32lib: Tabbing between controls in/not in a group
- Posted by "Andrew Hall" <barnacle83-euforum at yahoo.com> Jul 07, 2004
- 568 views
Don wrote: <snip> > Blurb: > IsDialogMessage > > Although the IsDialogMessage function is intended for modeless dialog > boxes, you can use it with any window that contains controls, enabling > the windows to provide the same keyboard selection as is used in a dialog > box. > > When IsDialogMessage processes a message, it checks for keyboard messages > and converts them into selection commands for the corresponding dialog > box. For example, the TAB key, when pressed, selects the next control or > group of controls, and the DOWN ARROW key, when pressed, selects the next > control in a group. <snip> Don, excellent find! It sounds like a good addition. Andrew