|
-
Nov 23rd, 2006, 06:20 PM
#1
Thread Starter
Fanatic Member
[RESOLVED] Frame and Label
Hi
got another question and this has haunted me for all the time i been using vb infact i avoid using label and frames because of it but i want to finally lay this to rest
if i add a label in a frame area it cant be seen i tired sending frame to back bringing label forward but nothing changes.
-
Nov 23rd, 2006, 06:21 PM
#2
Re: Frame and Label
Select the label, hit Ctrl+X, select the frame, hit Ctrl+V.
You have to paste objects into the frame, you can't just move them in.
-
Nov 23rd, 2006, 06:24 PM
#3
Re: Frame and Label
Yup, the frame is a control container (like a PictureBox).
If you're adding a new label to the form from the ToolBox, you can just drag it onto the frame. But if you are moving an existing label into a PictureBox you'll have to do as TimeShifter said.
-
Nov 23rd, 2006, 06:31 PM
#4
Thread Starter
Fanatic Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|