I am converting an application using mshflexgrid from vb6 to vb.net.
I had used a routine to resize the row height.
It originally had the text:
'Get the height of the text in the textbox
HeightOfLine = frmGrid.TextHeight(frmGrid.Text1.Text)
vb.net complains that textheight is not a valid property? Any suggestions as to how I can complete this updrade?
I had used a routine to resize the row height.
It originally had the text:
'Get the height of the text in the textbox
HeightOfLine = frmGrid.TextHeight(frmGrid.Text1.Text)
vb.net complains that textheight is not a valid property? Any suggestions as to how I can complete this updrade?