Now this is funny.
Spine.cx Archive
2005
In a .NET windows forms application, paste this code into one of your windows' code files:
protected override void OnPaint(PaintEventArgs e)
{
base.OnPaint( e );
this.SpecialSecret( e.Graphics );
}
public void SpecialSecret(Graphics g)
{
g.Cle...