home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / programm / misc / 4803 < prev    next >
Encoding:
Internet Message Format  |  1993-01-10  |  865 b 

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