General .NETFor general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums. If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category.
** PLEASE BE SPECIFIC WITH YOUR QUESTION **
When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the General .NET section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
Need help to create a .net web/win application to show pptx (power point) slides
Hi All,
I am planning to develop a .net Web/Win (which is easier to develop) application on VS-2005 or 2008 and .Net Framework 2.0 or 3.5 with C#. In my project I wanted to implement MS-PowerPoint Slide Show in one of the .aspx page or win form. The feature should be similar to media player where we have Play, Pause, Next and Previous button. The page will be split into two main panels, left side pane will show all the slides and right side pane will display the content when user clicks on a slide. It will also have a auto play option. The left panel will have two tabs one showing the thumbnail view and the other should the outline view.
If there is any example or demo please kindly let me know so that I could start my project. If you could show me a code it will be of great help.