Results 1 to 2 of 2

Thread: Label needs to be topmost control....

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 1999
    Posts
    309

    Post

    I want to display a label on top of a listview. but when I try it goes behind the listview...

  2. #2
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649

    Post

    The label and image controls are not dirived from any of Windows own controls but created by VB itself. This make them "windowless" and can't be ontop of a window control (a control that has a hWnd property).

    What you can do, however, is to put the label in a container object, like a PictureBox and put the PictureBox ontop of the ListView control.

    Good luck!

    ------------------
    Joacim Andersson
    [email protected]
    [email protected]
    www.YellowBlazer.com




    [This message has been edited by Joacim Andersson (edited 01-20-2000).]

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