G
Guest
In VB6 there was a function for the WindowsForm called TextWidth. This function when called passing a string you would return the width of the string as it will be displayed on your screen. With this I was able to appropriately set the controls width property with the contents of its text property. Making the text to be displayed in its entirety without being cutoff.
Is there a VB.NET equivalent? I looked around for this function and it no longer exists. Is there a system class that would do the same for me
Thanks...
Is there a VB.NET equivalent? I looked around for this function and it no longer exists. Is there a system class that would do the same for me
Thanks...