developing an applicaiton that has non SAP windows. C#, Visual Studio 2005
The window displays when a SAP menu is clicked.
The window however goes behind SAP application , and will show only if teh user clicks on it ( or cicks on teh task bar where its shown)
I want to show it first time .
I have tried setting TopMost = true; in C# window but no use. ( even then the TopMost does not seem very stable on SAP as well, since the window again "seems" to go behind when clicked elsewhere)
any ideas would help.
Thanks in advance.