README.md
December 5, 2022 ยท View on GitHub
Description
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.
More Info
Form control properties.
Something about forms and controls.
A saved XMl file.
| Submitted On | 2004-01-02 04:23:02 |
| By | Hans Blaauw |
| Level | Beginner |
| User Rating | 3.7 (11 globes from 3 users) |
| Compatibility | VB 6.0 |
| Category | Graphics |
| World | Visual Basic |
| Archive File | Formdesign168943122004.zip |
API Declarations
Private Declare Function SetPixelV Lib "gdi32" (ByVal hDC As Long, _
ByVal X As Long, ByVal Y As Long, ByVal crColor As Long) As Long