Which message is being used when I retrieve the contents of a Text Box using Normal Vb commands?
I tried subclassing, but it doesn't sends WM_GETTEXT message to the TextBox. Instead, it sends a message with a value of 4110. This message is also sent only once untill you change the contents of the text Box.