
First up - how can I programmatically change the colour of the font? I have a dropdown combo box with names of colours. I'd like for the name of each colour to be coloured in with the respective colour, or at the least all the text inside that combo box being the currently selected colour.
Second up - I'd like a picture on the form which changes depending upon the selection of another dropdown box. It's a selection of factions, and the picture is going to be the logo of the currently selected faction. I've looked at static image but can't find any way to dynamically change its image. It's just a straight bmp/png I need, nothing fancy.
Thank you.