Each windows forms control now has a property UseCompatibleTextRendering, that determines if GDI+ or GDI is used to draw text. Setting the property to false will make the control use GDI for drawing text which should lock better and localize better. The
Read More...