Is it possible to set the opacity of a button or textbox? I know that you can set the opacity for a form, but I m not so sure about a button or textbox.
I was wondering when I write Shared ReadOnly Variable As DataType = New DataType() Or alternatively Shared ReadOnly Variable As New DataType() Is it lazy loaded or as the instance initializes? ...