|
-
April 8th, 1999, 02:07 PM
#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
-
April 8th, 1999, 03:38 PM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|