I have a VB.NET form with a red background and white text. I want to change the opacity of the background (not the text) to 50%; How can i do this?
Use the Form.Opacity property.
Form.Opacity
Excerpt from the MSDN link:
Dim instance As Form Dim value As Double value = instance.Opacity instance.Opacity = value
Source: https://habr.com/ru/post/1305145/More articles:can the length of two xml lists be defined as mandatory for peers? - listLimit attribute based element values - xmlHow to use attribute value as discriminator to select polymorphic XML type? - polymorphismCannot view dropdown in Excel VBA - excel-vbaConnect monitor to monitor - c ++How to handle BL cache for multiple web applications? - c #How to check xml node value in XSD against its neighbor xml node value - xmlNamespace Conflict Resolution - c ++Java apache poi sets cell formula - javaCryastl reports do not recognize that a new parameter has been added to a report stored in proc - stored-proceduresAll Articles