as part of a large project (freeware) I'm working on, I find myself creating a freeware collection of tools (nxTools).
This collection will be released when complete.
I am releasing the first module (in source code form) in the hope that people can test it out on various versions of Windows etc. Of course if it is useful in its own right then all the better!

The nxTools_Resizing module allows for very very easy dynamic resizing of gadgets. You just issue a single command, e.g.
Code: Select all
nxTools_SetResize(#button1, #nxResize_AnchorAll)
nxTools_SetResize(#Editor1, #nxResize_AnchorLeft | #nxResize_AnchorRight)
The zip file contains the main include file (which details the two exported commands) and one demo program.
Please report any issues\bugs etc.
Download nxTools_Resize