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

  1. From: galenr@hpgrla.gr.hp.com (Galen Raben)
  2. Date: Wed, 16 Dec 1992 16:40:47 GMT
  3. Subject: Re: Visual Basic 1.0 frame problem
  4. Message-ID: <54540001@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: <1992Dec15.141608.13565@ramsey.cs.laurentian.ca>
  9. Lines: 22
  10.  
  11. In comp.os.ms-windows.programmer.tools, barry@ramsey.cs.laurentian.ca (Barry G. Adams) writes:
  12.  
  13. > I have been trying to create a frame in VB 1.0 and then put some
  14. > option buttons on it. First I design the frame and then I put
  15. > the option buttons on it. However, as soon as I click on the frame
  16. > at design time the option buttons disappear behind the frame and
  17. > the only way to get them back seems to be to use tab. Everything
  18. > works fine at run time.
  19. [...]
  20. > Barry Adams (barry@ramsey.cs.laurentian.ca)
  21.  
  22. When you "put the option buttons on it" are you dragging them in from
  23. elsewhere?  In order to get VB to properly associate option buttons
  24. on a particular frame (form or picture object) the option button must
  25. be created WITHIN the frame.  Click on the option button tool once, then
  26. draw the option button within (or on) your frame (click, drag, release)...
  27.  
  28. Apologies for the "back to basics" response, however it is easy to use
  29. the shortcut double click on a tool to create the option buttons - but
  30. it doesn't propery associate the button with any frame (except your
  31. primary form)...  Hope this helps...
  32. - Galen -
  33.