home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!usc!sdd.hp.com!hp-cv!ogicse!das-news.harvard.edu!cantaloupe.srv.cs.cmu.edu!crabapple.srv.cs.cmu.edu!andrew.cmu.edu!dh4h+
- From: dh4h+@andrew.cmu.edu (David A Hanekamp)
- Newsgroups: comp.os.ms-windows.programmer.misc
- Subject: Custom Controls and Tabstop
- Message-ID: <gefi7lG00UhW49I7Yk@andrew.cmu.edu>
- Date: 9 Sep 92 21:49:37 GMT
- Article-I.D.: andrew.gefi7lG00UhW49I7Yk
- Organization: Sophomore, Math/Computer Science, Carnegie Mellon, Pittsburgh, PA
- Lines: 11
-
- I'm writing a program in BC++ 3.1 with a dialog box that contains some
- custom controls that I wrote myself. I give these controls the
- WS_TABSTOP style, and that works. However, all my controls are added to
- the end of the control list. Thus the tab sequence is kinda out of
- order. Does anyone know a way to fix this? If there were a way that I
- could put my custom class's name in the .RC file (at the places where I
- want the tabstops) that would solve it, but the microsoft resource
- compiler doesn't allow this.
- Any help will be appreciated.
-
- Dave
-