I tried some time ago to write a VB6 addin that would allow me to copy some or all attributes to a control at design time.
Say i have a control that i have set fonts, colour , col count row count etc,
I wanted to a way to read in all attributes of say a control and store them under that control name, ie (picturebox, textbox,msflexgrid)
I then have this control set as i need.
Then say i have a control or array of controls that i want to change attributes with one click ( obviously not the control name)
I can then select all controls (ie all picturebox's) and from my pop up addin change all attributes that i select.
does anyone already know of some code that does this. otherwise i will try again from scratch.
tks
Say i have a control that i have set fonts, colour , col count row count etc,
I wanted to a way to read in all attributes of say a control and store them under that control name, ie (picturebox, textbox,msflexgrid)
I then have this control set as i need.
Then say i have a control or array of controls that i want to change attributes with one click ( obviously not the control name)
I can then select all controls (ie all picturebox's) and from my pop up addin change all attributes that i select.
does anyone already know of some code that does this. otherwise i will try again from scratch.
tks