S
Starbuck
Can anyone show me a pure .net equivelent of the VB6 Fix procedure as below
Function vbfix(ByVal ct As Char, ByVal e As DataGridcstrCellEventArgs, ByVal
g As System.Drawing.Graphics) As Double
vbfix = Fix(Math.Ceiling(g.MeasureString(ct, e.TextFont, 20,
StringFormat.GenericTypographic).Width))
End Function
Thanks
Function vbfix(ByVal ct As Char, ByVal e As DataGridcstrCellEventArgs, ByVal
g As System.Drawing.Graphics) As Double
vbfix = Fix(Math.Ceiling(g.MeasureString(ct, e.TextFont, 20,
StringFormat.GenericTypographic).Width))
End Function
Thanks
