Hi,
How to accept Color from TextBox control and display as a BackColor to Form using Windows Application?
I applied with
Me.BackColor = Color.Red
Here, I don't understand how to read value instaed "Red"
This way
Color red = Color.FromName("Red");
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.