Tag: C#.NET

Exporting PowerPoint Slides to Images in C#

This is a very simple Visual Basic source code to export all the slides from a PowerPoint presentation. This source code can export images in any specified image format like .jpg, .bmp or .gif. I wrote this function while I was working on my undergraduate project “PowerPoint to XML Interchangeability”. I had to make some sort of PowerPoint Viewer to view the slides so I wrote this function to export PowerPoint slides into image sequences so that I can display them into an image control and export the images at a temporary location.

Read More

Microsoft .NET – C# Programming

C# and .NET have a symbiotic relationship. Certain features in C# are tailored to complement the capabilities of .NET, and conversely, specific aspects of .NET are designed to align seamlessly with C#. However, it’s worth noting that .NET is versatile, aiming to accommodate a plethora of programming languages.

Read More