Hello,
Is there a way to have access to the text buffer of an Edit box from it
hwnd. I can use SetWindowText, but this function triggers the control to be
painted with the new text. I want to change the text in the underlying edit
box without displaying the new text.
Thanks for your help.
Martin Richter [MVP] - 11 Mar 2005 07:57 GMT
Hallo Sam!
> Is there a way to have access to the text buffer of an Edit box from it
> hwnd. I can use SetWindowText, but this function triggers the control to be
> painted with the new text. I want to change the text in the underlying edit
> box without displaying the new text.
This is not possible.
The control will always show whats in it.

Signature
Martin Richter [MVP] WWJD
"In C we had to code our own bugs. In C++ we can inherit them."
FAQ : http://www.mpdvc.de
Samples: http://www.codeguru.com http://www.codeproject.com