by Hans Blaauw (1 Submission)
Category: Graphics
Compatability: Visual Basic 5.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating:
(3 Votes)
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.
Code 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
Download Formdesigner (418 KB)