CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Bring to top

  1. #1
    Guest

    Bring to top

    In my app i have a few pitcure boxes placed directly upon each other and a combo box. What I would like to do is If a person clicks on box three then box 3 will be moved to the top of all the other boxes, etc. Anyone know how I could do this. Thanks, Nate


  2. #2
    Join Date
    Apr 2000
    Location
    South Carolina,USA
    Posts
    2,210

    Re: Bring to top

    look at the Zorder method

    John G

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

Featured