Hi, im making a tool used to Skin controls. Im trying to make it so a user
can change any property they want by passing the property in....for example
Public Sub ChangeProperty( Byval Prop as Propert, byval Value as Object)
now obviously that doesnt work because Property isnt a type...how can i do
this? thanks
--
-iwdu15
can change any property they want by passing the property in....for example
Public Sub ChangeProperty( Byval Prop as Propert, byval Value as Object)
now obviously that doesnt work because Property isnt a type...how can i do
this? thanks
--
-iwdu15
Comment