M
Mevar81
Anyone know if is it possible to create dinamically a
struct?For example I want to set the color of a button
while at runtime, and to set it's ForeColor property I
need to read a Xml file where I store the property value
of the button.The color is a System.drawing.Color
struct.Anyone know how to create a struct from a string
that rappresent the struct (for example a string like
Color.AliceBlue).Thanks to everybody
struct?For example I want to set the color of a button
while at runtime, and to set it's ForeColor property I
need to read a Xml file where I store the property value
of the button.The color is a System.drawing.Color
struct.Anyone know how to create a struct from a string
that rappresent the struct (for example a string like
Color.AliceBlue).Thanks to everybody