Results 1 to 8 of 8

Thread: label unstable in panel control

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Nov 2009
    Posts
    22

    label unstable in panel control

    I've in my program label+panel+image_control

    The label size varies according to the included data and I've to show it programatically as soon as the user move the cursor over the image (using the mousemove event), but unfortunately the label seems to be unstable as it appears in different locations in my form & sometimes hanging although i specify the location to appear in.

    How show the frame in front of the panel even though the frame sometimes may cross the limits of the panel control???

  2. #2
    PowerPoster keystone_paul's Avatar
    Join Date
    Nov 2008
    Location
    UK
    Posts
    3,327

    Re: label unstable in panel control

    How show the frame in front of the panel
    hmmm... what frame? you only mention a label + panel + image_control

    Can you post the relevant parts of your code - labels don't just randomly choose their locations so I'm guessing there's some issue around either the code positioning the label or possibly something to do with auto-positioning using anchor?

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Nov 2009
    Posts
    22

    Re: label unstable in panel control

    the panel=frame

    Actually the label is invisible but once the mouse moves over the image the label appears like popup @ the location of the image

    Please note that I have many images in the panel distributed in different places inside. some images are beside the edge of the panel so I can't ensure the label to be totally appear inside the panel!

    Please help

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Nov 2009
    Posts
    22

    Question Re: Label unstable in panel control



    Please help urgently

  5. #5
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Re: label unstable in panel control

    A screen shot will speak better
    Please mark you thread resolved using the Thread Tools as shown

  6. #6

    Thread Starter
    Junior Member
    Join Date
    Nov 2009
    Posts
    22

    Re: label unstable in panel control

    Name:  panel.jpg
Views: 112
Size:  39.8 KB

    the panel appeared in light blue & other controls included inside the panel in yellow
    the popup appeared in red should appears when the mouse come over any of the controls inside the panel.

    for example when the mouse comes on control "a" the popup appears inside the panel but for control "b" it appeared away in other place in the form and somtimes the popup hangs, so I need to overcome this issue regardless the position of the control inside the panel

    Thanks

  7. #7
    Learning .Net danasegarane's Avatar
    Join Date
    Aug 2004
    Location
    VBForums
    Posts
    5,853

    Re: label unstable in panel control

    Is that a label ?
    Please mark you thread resolved using the Thread Tools as shown

  8. #8

    Thread Starter
    Junior Member
    Join Date
    Nov 2009
    Posts
    22

    Re: label unstable in panel control

    yes it's a label

    sorry for inconvenience but I just simulate the problem on power point but it's quit similar
    to my program...

    I need to overcome the problem of showing the label away from the mouse cursor as explained above

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