I cannot set the color of a line that I draw (programmatically in c++). What I have tried so far is using code of the following form;
[pointer to my shape object]->Fill->ForeColor = color
For the color value I have tried pretty much everything I can think of and also anything that I could find on the web that seemed like it might work. I have not had any luck though. Anybody have experience setting a line's color this?