home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / mswindo / programm / tools / 1713 < prev    next >
Encoding:
Text File  |  1992-12-15  |  1.6 KB  |  43 lines

  1. Newsgroups: comp.os.ms-windows.programmer.tools
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!usc!sol.ctr.columbia.edu!ira.uka.de!yale.edu!yale!actcnews!sun1x!charongw.res.utc.com!bsm
  3. From: bsm@utrcv1.res.utc.com (Brian S. McCarthy)
  4. Subject: VB option buttons inside frames?
  5. Message-ID: <bsm.5.0@utrcv1.res.utc.com>
  6. Keywords: VB, option buttons
  7. Lines: 30
  8. Sender: news@sun1x.actc.res.utc.com
  9. Nntp-Posting-Host: 192.19.3.94
  10. Organization: United Technologies Research Center
  11. Date: Tue, 15 Dec 1992 18:25:43 GMT
  12.  
  13. Hi,
  14.  
  15. I'm writing an application in Visual Basic 1.0.  I need to have more than 
  16. one group of option buttons on the form at the same time.  The "Microsoft 
  17. Visual Basic Programmers' Guide" says, on page 129:
  18.  
  19. "Note  If you want to create more than one group of option buttons, you 
  20. must place some of them inside frames or picture boxes.  All the option 
  21. buttons inside any given frame constitute a separate group, as do all the 
  22. option buttons inside a picture box.  When creating a separate group this 
  23. way, always draw the frame or picture box first, then draw the option 
  24. buttons."
  25.  
  26. I followed these instructions exactly.  When I try to click on any of the 
  27. option buttons inside my frames or picture boxes, nothing at all happens.
  28.  
  29. What do I need to do to make two or more separate groups of option buttons 
  30. work?
  31.  
  32.  
  33. ---------------------------------------
  34. Any opinions expressed here are mine alone,
  35. and are not those of my employer or anyone else.
  36.  
  37. Brian McCarthy
  38. United Technologies Research Center
  39. East Hartford, Connecticut
  40. (203)727-7638
  41. bsm@utrc.utc.com
  42. ---------------------------------------
  43.