Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How can i find the length of the text in textbox in the pixel (n pixel ) With thanks MHF
Hello, The "Graphics.MeasureString(string, font)" method is what you are looking for. http://msdn2.microsoft.com/de-de/library/6xe5hazb(VS.80).aspx[^] All the best, Martin
Hello, I found an article here on CP which will answer your question even better: http://www.codeproject.com/cs/media/measurestring.asp[^] All the best, Martin