Thanks Grant but where this function is declared? Delphi reports:
"Undeclared identifier :'LockWindowUpdate' "

Grant Brown wrote:

Hi Simeon,

LockWindowUpdate(Handle);
try
 {Do your stuff here}
finally
 LockWindowUpdate(0);
end;


_______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

Reply via email to