Results 1 to 4 of 4

Thread: [RESOLVED] Frame and Label

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Nov 2006
    Posts
    736

    Resolved [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.

  2. #2
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    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.

  3. #3
    "Digital Revolution"
    Join Date
    Mar 2005
    Posts
    4,471

    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.

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Nov 2006
    Posts
    736

    Re: Frame and Label

    woohoo

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width