• Visual Studio C#
    0 replies, posted
Why does visual studio designer cast numbers to byte and then to int again? [code]this.txt1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(170)))), ((int)(((byte)(170))))); [/code]
Sorry, you need to Log In to post a reply to this thread.