Is it possible to cascade the ppt slide show window and my application using C# code.
Posted
by Anand
on Stack Overflow
See other posts from Stack Overflow
or by Anand
Published on 2010-05-11T12:49:20Z
Indexed on
2010/05/11
12:54 UTC
Read the original article
Hit count: 257
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?
© Stack Overflow or respective owner