Hi,
This may not be the best place to post this, but here goes...
We have a ListView in icon mode, with an associated ImageList. To make
the layout look better, we are setting the position for each item. For a
range of values (on my machine ), the number that we set isn't the one that
comes back from the control...
For i = 0 To 65536
itemX.Left = i
If itemX.Left <> i Then
Beep --------> this line actually gets called
End If
Next
for i from 61440 to 65535 itemX.Left actually equals i-65536
Can anyone shed any light on this? Using win2k
Thanks Simon