hy..i want to change the background color of whole slide, but i am failed to change the slide color, i am doing this way and it
changes the shapes color not whole slide color
objPresentation.Slides[2].Background.Fill.ForeColor.RGB = Color.Blue.ToArgb();how can i do this?
!~~~Prince~~~!