Posted by member 31609 on 2004-07-14 01:08:17 link
I think I see how that works...
DTopHeightAvailable = Available desktop space
DTopIconHeight = Space consumed by the icons
then we take those numbers and input them...
IconDeskDTopWrapCount = DTopHeightAvailable/DTopIconHeight
To find how many icons can fit in the given area. Cool that worked like a charm, thanks for the help.
DTopHeightAvailable = Available desktop space
DTopIconHeight = Space consumed by the icons
then we take those numbers and input them...
IconDeskDTopWrapCount = DTopHeightAvailable/DTopIconHeight
To find how many icons can fit in the given area. Cool that worked like a charm, thanks for the help.