vishalmarya
Programmer
- Aug 19, 2001
- 28
i want to make a form ( mdichild=true ) 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 , but no success ,
SetWindowPos Me.hWnd, HWND_TOPMOST, 0, 0, 100, 100, SWP_NOACTIVATE
Any Suggestions.