home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / mswindo / programm / misc / 1757 < prev    next >
Encoding:
Internet Message Format  |  1992-09-09  |  1.0 KB

  1. 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+
  2. From: dh4h+@andrew.cmu.edu (David A Hanekamp)
  3. Newsgroups: comp.os.ms-windows.programmer.misc
  4. Subject: Custom Controls and Tabstop
  5. Message-ID: <gefi7lG00UhW49I7Yk@andrew.cmu.edu>
  6. Date: 9 Sep 92 21:49:37 GMT
  7. Article-I.D.: andrew.gefi7lG00UhW49I7Yk
  8. Organization: Sophomore, Math/Computer Science, Carnegie Mellon, Pittsburgh, PA
  9. Lines: 11
  10.  
  11. I'm writing a program in BC++ 3.1 with a dialog box that contains some
  12. custom controls that I wrote myself.  I give these controls the
  13. WS_TABSTOP style, and that works.  However, all my controls are added to
  14. the end of the control list.  Thus the tab sequence is kinda out of
  15. order.  Does anyone know a way to fix this?  If there were a way that I
  16. could put my custom class's name in the .RC file (at the places where I
  17. want the tabstops) that would solve it, but the microsoft resource
  18. compiler doesn't allow this.  
  19.   Any help will be appreciated.
  20.  
  21.   Dave
  22.