User Profile

Collapse

Profile Sidebar

Collapse
chrizstone
chrizstone
Last Activity: Dec 4 '09, 03:21 PM
Joined: Nov 13 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • chrizstone
    replied to Merge Powerpoint presentations
    in .NET
    Hi Guys, that Code for Merging Single Slides works perfect for me! But one Problem! My single Slides do have a Template( Background, Font, etc...)...

    When i merge the Slides the merge.ppt dont have this Template! How can i fix this?
    See more | Go to post

    Leave a comment:


  • chrizstone
    replied to PowerPoint Table C#
    in .NET
    No One? Can anybody help me?
    See more | Go to post

    Leave a comment:


  • chrizstone
    started a topic PowerPoint Table C#
    in .NET

    PowerPoint Table C#

    Hi Guys,

    What i want to do is:

    I want to create a Slide programmaticall y where a Table is on it! Here“s my Code:

    Code:
    String strTemplate;
                strTemplate = template;
                String tableSlide = @"C:\Temp\TableSlide_" + guid.ToString();
    
    	        PowerPoint.Application objApp;
    	        PowerPoint.Presentations objPresSet;
    	        PowerPoint._Presentation
    ...
    See more | Go to post
No activity results to display
Show More
Working...