PDA

Click to See Complete Forum and Search --> : frame and label


toraj
Dec 5th, 1999, 06:43 PM
mabe silly !!

is there any way to put label1 on a frame1
i can do that with other like text1,
option1,check1 but have problem with label1
always frame is top and labnel hide under
frame .

thanx

Andy Collyer
Dec 5th, 1999, 06:51 PM
highlight the label, right click, "cut". Then click your frame, right click, "paste". The label should then be inside your frame.

AndyC

Serge
Dec 5th, 1999, 07:30 PM
Or initially, when you try to drop the control on the form, instead of double clicking on that control, select the control and draw it on the container (Picturebox, Frame etc).

------------------

Serge

Software Developer
Serge_Dymkov@vertexinc.com
Access8484@aol.com
ICQ#: 51055819 (http://www.icq.com/51055819)

Juan Carlos Rey
Dec 6th, 1999, 10:04 AM
Never double click when tring to put a label onto a frame or a tab! VB has that bad habit: to set controls directly onto the form instead.

Ruchi
Dec 6th, 1999, 10:57 AM
Double-click the frame. Click a label only one time (don't double-click), as Juan Carlos Rey says. Place the mouse curson in the frame and drag your mouse. A label should be in the frame now.


Ruchi