View Single Post
  #3 (permalink)  
Old 07-08-2009, 6:49 PM
cactscool cactscool is offline
VB.NET Forum Newbie
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Jul 2009
Age: 41
Posts: 2
Reputation: 0
cactscool is on a distinguished programming path ahead
Default

I figured it out in a un-related google search about drawstring

i just use

e.Graphics.DrawString(subItm.Text, drawFont, drawBrush, e.Bounds)
Reply With Quote