I had some problems with a code snippet in Win2000, traced it down
to a CopyRect(a, b) call, changed it to "a.nLeft = b.nLeft", etc,
instead and the problem disappeared.
Strange, IMHO. The code worked fine as it was in Win98. Has anyone
else stumbled on this one before, or am I just imaginating things?
------------------
to a CopyRect(a, b) call, changed it to "a.nLeft = b.nLeft", etc,
instead and the problem disappeared.
Strange, IMHO. The code worked fine as it was in Win98. Has anyone
else stumbled on this one before, or am I just imaginating things?
------------------
Comment