I have a VB 6 control file ( example. ctl ) file, my requirement is to change the properties of this file at runtime...basically some kinda bulk operations...(change the properties of all the ctl files )
This ctl file is part of a project..
Is it possible to change the properties for example
height = 100
width = 200
background = white
font = calibri
via code, for example using batch file or c# or vb ??...Is there a tool available already??