home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / mswindo / programm / tools / 1753 < prev    next >
Encoding:
Internet Message Format  |  1992-12-20  |  1.4 KB

  1. From: galenr@hpgrla.gr.hp.com (Galen Raben)
  2. Date: Wed, 16 Dec 1992 16:59:32 GMT
  3. Subject: Re: VB option buttons inside frames?
  4. Message-ID: <54540002@hpgrla.gr.hp.com>
  5. Organization: Hewlett-Packard, Greeley, CO
  6. Path: sparky!uunet!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!sdd.hp.com!hpscit.sc.hp.com!hplextra!hpfcso!hpgrla!galenr
  7. Newsgroups: comp.os.ms-windows.programmer.tools
  8. References: <bsm.5.0@utrcv1.res.utc.com>
  9. Lines: 18
  10.  
  11. In comp.os.ms-windows.programmer.tools, bsm@utrcv1.res.utc.com (Brian S. McCarthy) writes:
  12.  
  13. >I'm writing an application in Visual Basic 1.0.  I need to have more than 
  14. >one group of option buttons on the form at the same time.  The "Microsoft 
  15. >Visual Basic Programmers' Guide" says, on page 129:
  16.  
  17. >"Note  If you want to create more than one group of option buttons, you 
  18. >must place some of them inside frames or picture boxes.  All the option 
  19. >buttons inside any given frame constitute a separate group, as do all the 
  20. [...]
  21. >I followed these instructions exactly.  When I try to click on any of the 
  22. >option buttons inside my frames or picture boxes, nothing at all happens.
  23.  
  24. Was this at design-time or run-time?  The option buttons don't change in
  25. design time.  If you are having trouble during run-time you might check
  26. the "enabled" property of your option buttons, beyond this I dunno -
  27. they've always worked for me (even with no code attached)...
  28. - Galen -
  29.