|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
i can't get number...i can't get number to displaying in row..i got junk character ....
Dim sdBrush3 As SolidBrush = New SolidBrush(Color.Black) Dim myFont3 As Font = New Font(familyName:="Verdana", emSize:=30, style:=FontStyle.Bold, unit:=GraphicsUnit.Pixel) For i = 1 To 10 For j = 38 To 596 Step 62 g.DrawString(i, myFont3, Brush:=sdBrush3, x:=j - i, y:=615) Next j Next i i wanted number to ddiaplying from from 1 to 10 in row "Supra" <supr***@rogers.com> schrieb: Replace 'i' with 'CStr(i)' or 'i.ToString()'.>i can't get number to displaying in row..i got junk character .... >[...] > g.DrawString(i, myFont3, Brush:=sdBrush3, x:=j - i, y:=615) -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/>
DataReader in Excel (Better Post than the last)
Update for VS .NET 2003? Compiler errors due to temp file inconsistencies ?? Remove items from listbox How to use Regex to Parse this String Object reference not set to an instance of an object. How to get assembly file info? cast sortedlist value as hashtable Prevent User Entering New Values in ComboBox Optimization |
|||||||||||||||||||||||