Skip to Content
0
Former Member
May 31, 2008 at 02:08 PM

SAP 2007A non SAP window C# goes behind SAP how to show first time?

27 Views

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.