I want to make a form ( mdichild=false ) as top most form in my application.
even if any other mdichild form is loaded , this topmost form should not hide.
i am using the api function ,
SetWindowPos Me.hWnd, HWND_TOPMOST, 0, 0, 100, 100, SWP_NOACTIVATE
i am using SWP_NOACTIVATE . still the focus shifts from the other form.
the top most window only contain labels and don't have a title bar.
Any suggestions
