home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!spool.mu.edu!torn!utgpu!utorvm!ryevm.ryerson.ca!acps0974
- Organization: Ryerson Polytechnical Institute
- Distribution: na
- Date: Saturday, 9 Jan 1993 12:13:51 EST
- From: Marc Zimmermann <ACPS0974@RyeVm.Ryerson.Ca>
- Message-ID: <93009.121351ACPS0974@RyeVm.Ryerson.Ca>
- Newsgroups: comp.os.ms-windows.programmer.misc
- Subject: Tabbing between controls in a *window*
- Lines: 13
-
- I've got a number of EDIT controls in an MDI child window (some multiline,
- some not). The problem is that when the user hits TAB, I get a beep if I'm in
- a single-line EDIT and a physical tab inserted if in a multiline EDIT. What
- I want is to be able to move to the next EDIT control when the user hits tab
- (or even RETURN).
-
- Using WS_TABSTOP and WS_GROUP has no effect because these controls aren't
- in a dialog box.
-
- Any ideas?
-
- Joseph Janakovic
- STARCO International, Inc.
-