Click to See Complete Forum and Search --> : CView Alway on top


fcoulomb
April 8th, 1999, 02:07 PM
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

Jignesh Patel
April 8th, 1999, 03:38 PM
Try SetWindowPos on the childframe of the CView.

i.e

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

HTH

Jignesh