27 Jun
2007
27 Jun
'07
5:03 p.m.
Anatoly Lyutin wrote:
/*********************************************************************** * LockWindowUpdate (USER32.@) + * + * Enables or disables choosen window.
This isn't quite correct. LockWindowUpdate prevents or allows painting to the window. It doesn't prevent user input, which is what "disable" suggests (c.f. EnableWindow). -- Rob Shearman