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
Printable View
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
highlight the label, right click, "cut". Then click your frame, right click, "paste". The label should then be inside your frame.
AndyC
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
[email protected]
[email protected]
ICQ#: 51055819
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.
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