Paste what's on your clipboard thread


Recommended Posts

I'm at work :)

loop=0;
foreach(PointF p in points)
{
	if(loop > 1 && loop < numRows)
	{
		pen.Color = Color.FromArgb(220,220,220);
		newGraphics.DrawLine(pen,p.X,110,p.X,10);
	}
	if(loop > 0 && loop <= numRows)
	{
		pen.Color = Color.Black;
		newGraphics.DrawLine(pen,p.X,108,p.X,113);

		newGraphics.TranslateTransform(p.X,115);
		newGraphics.RotateTransform(45.0f);
		stringFormat.Alignment = StringAlignment.Near;
		stringFormat.LineAlignment = StringAlignment.Near;
		newGraphics.DrawString(String.Format("{0:MMM} \'{0:yy}",Convert.ToDateTime(dt.Rows[loop-1][0])),font,brush,0,0,stringFormat);
		newGraphics.ResetTransform();
	}
	loop++;
}

Link to comment
Share on other sites

deepfreeze

Hey, I'm messin' with that at work.

the "exploit they're vulnerabilities" in my first post was on my clipboard, and was actually a grammar lesson in another thread (someone was being an idiot).

Thats still on my clipboard though.

Link to comment
Share on other sites

Mondeo ST220

:laugh:....what the...

Amazing car and ownage :devil:

Maxthon (why i copied that :woot:

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.