The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: petezl on January 17, 2005, 10:30:46 PM

Title: Getting text length from control
Post by: petezl on January 17, 2005, 10:30:46 PM
I was looking through the APi for something to play around with and came across WM_GETTEXTLENGTH.
I wonder why it is not used very often?
Peter.

[attachment deleted by admin]
Title: Re: Getting text length from control
Post by: thomasantony on January 18, 2005, 07:13:22 AM
Hi,
    We usually use GetWindowTextLength which in turn, sends the message to the window.

Thomas Antony