C#

Explore C# tutorials, source code examples, and in-depth articles. This section covers everything from basic C# syntax and .NET fundamentals to complex project development, making it the perfect resource for practicing clean and functional code.

Microsoft .NET

All About Microsoft .NET

The Microsoft .NET, more commonly known as simply the .NET Framework, is a software development platform created by Microsoft. The

Basic presentation

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.

Scroll to Top