Atlantic Oak

Blog

11. A Complete List Of MIME Types

All of the MIME types included by default with IIS 7.

12. A free Graphical User Interface for the Regsvr32 utility.

Windows has always lacked a graphical user interface for the Regsvr32 program. Although this is not a problem with the vast majority of Windows end-users, it is of great concern to us developers who have to struggle with the omnipresent "Dll Hell", when developing ActiveX controls. We've created a free C++ (MFC) utilty that allows you to register and unregister components using a graphical interface.

13. Error: "You do not have sufficient privileges to complete this installation for all users of the machine"

When trying to install certain .msi files on newer Windows operating systems you might get the following error: "You do not have sufficient privileges to complete this installation for all users of the machine. Log on as administrator and then retry this installation". This article explains how to circumvent the error.

14. A Hatch Drawing Brush for WPF in Visual Basic .Net

WPF lacks the implementation of a class similar to the System.Drawing.HatchBrush that was present in Windows Forms. This Visual Basic .Net code shows you how to implement your own Hatch Drawing Class in WPF.

×