Background En Textbox Con Transparencia


Subject: Background En Textbox Con Transparencia
Buenas tardes,
estoy realizando un desarrollo y me interesaría poder aplicar una cierta transparencia a un control Textbox:
rgba(207, 74, 60,0.4)

Pero veo que Color no implementa la función RGBA, existe alguna forma de hacer esto?

Saludos y gracias.

Profile PM  
Subject: Re: Background En Textbox Con Transparencia
Prueba esto:

Dim iColorFondo As Integer = Color.SetRGB(207, 74, 60, 4)

Label1.Background = iColorFondo

En fin pruebalo y me cuentas...

Saludos.

Last edited by gambafeliz on Monday, 08 June 2020, 21:22; edited 1 time in total
Profile PM  

Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Design by DiDiDaDo

Generation Time: 0.1291s (PHP: -37% SQL: 137%)
SQL queries: 24 - Debug Off - GZIP Enabled