D
Derek Hart
How would I list colors at runtime for System.Drawing.Color - I want to give
the user a list of choices at runtime, such as
System.Drawing.Color.AliceBlue (as an example of one color). I could
recreate this list in a database table and pull from it, but is there a way
to do this in code, to get a full list (for use in a combo, or however I
want to). It would even be useful to programmatically get this list once to
place it into a table. A lot of choices to recreate.
Derek
the user a list of choices at runtime, such as
System.Drawing.Color.AliceBlue (as an example of one color). I could
recreate this list in a database table and pull from it, but is there a way
to do this in code, to get a full list (for use in a combo, or however I
want to). It would even be useful to programmatically get this list once to
place it into a table. A lot of choices to recreate.
Derek