ASP.NET · WinForms

Using Microsoft Office's OCR Engine

The Microsoft Office Document Imaging library that is provided with Office 2003 and Office 2007, has Optical Character Recognition (OCR) that can extract text and layout from image files. Read More ›

WinForms

Retrieving Icons From Executables

I found this code somewhere on the web two years ago. It basically gets the large (32 x 32 pixels) and small (16 x 16 pixels) icons of an executable. Read More ›

ASP.NET · WinForms

Get a Video File's Details Using Windows

I searched alot for a way to get details of a video file, without the need of a third party component. Im developing a video library on my free time, and I wanted the user Read More ›

ASP.NET · WinForms

An MD5 Hash of a String

MD5 hashing can be used as a quick and easy way to check if a string was changed or not. I created a class to let me get the hash or verify it with 1 Read More ›

ASP.NET

My 'Contact Us' Idea

I thought of this solution when I was developing a website, and I was testing the contact us page. It was supposed to send an email with the details the user filled. But the emails were always late. So I created a table in the database of the application and saved the sent data there. Read More ›

ASP.NET · WinForms

My 'Hello, World!

Since this is the first post in a programming blog I think a Hello World program in Winforms and ASP.NET is a good idea. Read More ›