G
Guest
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
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