README.md

December 5, 2022 ยท View on GitHub

Formdesigner

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 On2004-01-02 04:23:02
ByHans Blaauw
LevelBeginner
User Rating3.7 (11 globes from 3 users)
CompatibilityVB 6.0
CategoryGraphics
WorldVisual Basic
Archive FileFormdesign168943122004.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