home *** CD-ROM | disk | FTP | other *** search
- From: galenr@hpgrla.gr.hp.com (Galen Raben)
- Date: Wed, 16 Dec 1992 16:40:47 GMT
- Subject: Re: Visual Basic 1.0 frame problem
- Message-ID: <54540001@hpgrla.gr.hp.com>
- Organization: Hewlett-Packard, Greeley, CO
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!sdd.hp.com!hpscit.sc.hp.com!hplextra!hpfcso!hpgrla!galenr
- Newsgroups: comp.os.ms-windows.programmer.tools
- References: <1992Dec15.141608.13565@ramsey.cs.laurentian.ca>
- Lines: 22
-
- In comp.os.ms-windows.programmer.tools, barry@ramsey.cs.laurentian.ca (Barry G. Adams) writes:
-
- > I have been trying to create a frame in VB 1.0 and then put some
- > option buttons on it. First I design the frame and then I put
- > the option buttons on it. However, as soon as I click on the frame
- > at design time the option buttons disappear behind the frame and
- > the only way to get them back seems to be to use tab. Everything
- > works fine at run time.
- [...]
- > Barry Adams (barry@ramsey.cs.laurentian.ca)
-
- When you "put the option buttons on it" are you dragging them in from
- elsewhere? In order to get VB to properly associate option buttons
- on a particular frame (form or picture object) the option button must
- be created WITHIN the frame. Click on the option button tool once, then
- draw the option button within (or on) your frame (click, drag, release)...
-
- Apologies for the "back to basics" response, however it is easy to use
- the shortcut double click on a tool to create the option buttons - but
- it doesn't propery associate the button with any frame (except your
- primary form)... Hope this helps...
- - Galen -
-