Click here to Skip to main content
15,921,793 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
Task : I have to show One Title "Welcome" with Bounce effect on form load.

So It is possible that create slide in Power Point and apply as background.

Or

Is there any other way to complete the task.


Thanks
Posted

1 solution

There are PPT player ActiveX components (like this one: http://www.viscomsoft.com/products/powerpointviewer/index.html[^]), but I strongly discourage you, to use something like this only for a banner. You have several options
- Use an animated gif (see: http://www.vcskicks.com/csharp_animated_gif.php[^])
- Use flash instead of PowerPoint (only a little bit better, but easier to deploy), see: http://ahmedessawy.googlepages.com/Interop.ShockwaveFlashObjects.dll[^]
- The best at last: use WPF (either for the whole app, or as embedded frame), since you have whole framework support. See: http://blogs.msdn.com/b/wpfsdk/archive/2006/05/30/animating-xaml-clip-art--part-2.aspx[^] and http://msdn.microsoft.com/en-us/library/system.windows.media.animation.bounceease.aspx[^]
 
Share this answer
 
Comments
Kuldeep B 24-Dec-12 10:59am    
Thanks I like to go with Flash...
Thank u Very much
PurryJoh 3-May-17 9:28am    
To add another alternative for consideration:
- Use C# / VB.NET library for PowerPoint, with it you can use your existing presentation files and for instance convert them into an image which you could use as background.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900