When you add a frame to a form which has a background on it, the frame looks funny. (attached picture) How can I fix it so that the frame color does not go past the border line?
Printable View
When you add a frame to a form which has a background on it, the frame looks funny. (attached picture) How can I fix it so that the frame color does not go past the border line?
Sorry the attachment did not show up. I'll try again.
You could set the borderStyle to None, and then draw a box around the frame. Other than that, I have found no way to get rid of that overflow.
Thanks!