CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2000
    Location
    canada
    Posts
    60

    "Send to back" or "Bring to front" in run time

    Hi,

    i would like to know how to send to back or bring to front a frame in run time.

    Thanks in advance.

    "the opposition of the opposites is the engine of becoming"

  2. #2
    Join Date
    Jul 2001
    Posts
    7

    Re: "Send to back" or "Bring to front" in run time

    Use ZOrder method of Frame object.


  3. #3
    Join Date
    Aug 2001
    Location
    Alberta, Canada
    Posts
    10

    Re: "Send to back" or "Bring to front" in run time


    object.ZOrder 0 'Brings to front
    object.ZOrder 1 'Sends to back





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