Dear All,
Do you know some equivalent function of C++'s GetTextExtent() function in Visual Basic .NET?
Any help or advice you may have will be very much appreciated.
Thanks in advance.
Regards,
Owen/
Printable View
Dear All,
Do you know some equivalent function of C++'s GetTextExtent() function in Visual Basic .NET?
Any help or advice you may have will be very much appreciated.
Thanks in advance.
Regards,
Owen/
U can use MeasureString method of the Graphics object.
Hope this will help you
Thanks kabayan! It was indeed a big help.
Regards,
Owen/