An Overview of C#
C# is a new programming language specifically designed for Microsoft .NET Framework. C# is significant in two respects. It is […]
C# is a new programming language specifically designed for Microsoft .NET Framework. C# is significant in two respects. It is […]
The Microsoft .NET, more commonly known as simply the .NET Framework, is a software development platform created by Microsoft. The
This is a simple C# program that returns the current date and time in various formats. This program uses the DateTime.Now property to get the current date and time.
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.