On July 27, 2003 11:34 pm, Jonathan Wilson wrote: > And also, said examples store the status bar height for later use > (presumably because calling IsWindowVisible and GetWindowRect multiple > times is slower than saving it and reusing it later)
I'd have to agree with Dmitry -- this looks like the sort of premature optimization that complicates things needlessly. I had the same gut reaction -- just use GetWindowRect when you need that info. -- Dimi.
