Monday, June 03, 2013

If It Ain't Broke...Don't Fix It!

Today, I have to update a AutoCAD block counting program of mine. As part of the update, I am moving the C# code to Visual Studio 2010. Sadly, I occasionally print code as a reference and for some reason, it always prints in black.

A quick Google search revealed that VS 2010 does NOT print in color by default. You need to install an extension to print in color.

The question is WHY!?!

Anyway, here is the link to downloading the extension: http://www.codequake.com/post/How-to-print-in-color-with-Visual-Studio-2010-Lets-install-Color-Printing-extension.aspx



Aujourd'hui, je dois mettre à jour un petit program qui compte des blocs dans un dessin AutoCAD. avant de mettre à jour le code C#, je vais migrer le projet vers Visual Studio 2010. Malheureusement, de temps en temps j'imprime du code comme référence et pour une raison quelconque, le code s'imprime toujours en noir.

Google me dit que VS 2010 imprime toujours en noir. Pour imprimer ne couleur, il faut installer un extension.

Je me pose la question suivante: POURQUOI!?!

Voici le lien pour comment installer l'extension: http://www.codequake.com/post/How-to-print-in-color-with-Visual-Studio-2010-Lets-install-Color-Printing-extension.aspx

No comments: