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

    CView Alway on top

    I would like to known if it is possible to make a CView always on top in an MDI application. I try with SetWindowPos and it looks like this fonction is ignore if the CView is
    a child Window in an MDI. The CView is a child Window in my MDI application

    Francois Coulombe
    Labvolt

  2. #2
    Join Date
    Apr 1999
    Posts
    3

    Re: CView Alway on top

    Try SetWindowPos on the childframe of the CView.

    i.e

    (CView*)->GetParent()->SetWindowPos(...)

    HTH

    Jignesh


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