Platforms to show: All Mac Windows Linux Cross-Platform

FAQ.A toolbox call needs a rect - how do I give it one?

Answer: Fill a memoryblock like this:
Example
Dim MB As Memoryblock
MB = NewMemoryBlock(8)
MB.Short(0) = window1.Top
MB.Short(2) = window1.Left
MB.Short(4) = window1.Height+window1.Top // bottom
MB.Short(6) = window1.Width+window1.Left // right

The biggest plugin in space...