I have a very basic VS C# project built on a Dynamics GP windows form. The usual color change code does not work.
Is there something different that has to be done for a Dynamics GP windows form to change the background color?
private void frmARCreditCheckSummary_Load(object sender, EventArgs e)
{
this.BackColor = System.Drawing.Color.Red;
}
*This post is locked for comments
I have the same question (0)