Visual Studio Express 2013, AdvancedHMI v3.99a
If I create a BasicButton(BasicButton1) on a form, I can change the BackColor. But then if I copy that button, creating a new instance(BasicButton2) , and then change the BackColor of the new instance(BasicButton2), then the new instance(BasicButton2) reverts back to the originally created (BasicButton1) BackColor after a build or test run.
But then if I close the solution and visual studio, then start visual studio and the solution, the Backcolor for BasicButton2 returns to the last BackColor I set.
What could be going on?. It slows down the programming process?.