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

Thread: zorder

  1. #1
    Join Date
    Dec 1999
    Posts
    13

    zorder

    Hello,
    i have a "SSTab" object and a listview object.
    how can i change dinamiquely the zorder of objects?
    i would want to bring to front the listwiew object dinamiquely

    thank you for yours responses,
    philippe gendreau


  2. #2
    Join Date
    May 1999
    Location
    Omika, Japan
    Posts
    729

    Re: zorder

    With SS Tab you dont code based on Z-Order. It automatically positions the controls, as far as i know. Each tab is a Container, in itself. So in the design mode, place different controls on seperate tabs, and they will show up the same way in run mode also. Just now i did a trial, and i worked for me w/o any touble.

    RK

  3. #3
    Join Date
    Dec 1999
    Posts
    13

    Re: zorder

    Hello,
    thank you for your response but i wanted do change the zorder dinamiquely
    and not in the design.
    but now i find the solution: each object have a property zorder.

    Best regards,
    philippe gendreau




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