The BackColor and ForeColor properties of controls are used to change the foreground and the background colors of the controls. Here is how to change the color of a button. Same method applies to all the controls and forms.Private button1.BackColor = System.Drawing.Color.Blue.
Set Color of a Control or Form programmatically using VB.Net
Hide a DataGrid column using VB.NET