It can save control properties to an XML file through XPath. With this code it is also possible to change a form layout (designing) at runtime.
Inputs
Form control properties.
Assumes
Something about forms and controls.
Returns
A saved XMl file.
API DeclarationsPrivate Declare Function SetPixelV Lib "gdi32" (ByVal hDC As Long, _
ByVal X As Long, ByVal Y As Long, ByVal crColor As Long) As Long