Hi,
I have a C# winform main application running hosting main form. now i want to popup a small winform to show some status but it should lock itself to mainforms to the center of title bar. now I want it to stick there for some duration till i close it from code. it should not take focus (i guess it is not mdi so this should be default) and should allow user to do other action on main form.
sorry for such a brief stack..:)
thanks in advance.