Is it possible to cascade the ppt slide show window and my application using C# code.
- by Anand
I have created an application that looks like a news ticker. It suppose to run on a machine which has PPT slide show running on it always. I have set
this.TopMost = true
So the ticker application overlaps the PPT. But I want that the ticker application as well as the ppt are seen together. This is possible only if I can cascade the applications.
Can someone please help?