We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

TRANSPARENT IN VB.NET

Hello Praveen Ramesh I type This sentence 1) Label1.BackColor = System.Drawing.Color.Transparent 2) Label1.BackColor = Color.FromArgb(0, Me.BackColor) The Two Way Dont succeed Eli

3 Replies

RP Ramesh Praveen Syncfusion Team June 30, 2003 04:54 PM UTC

I believe you should also set the FlatStyle to Standard for the Label. Regards, Praveen


EL ELI-SHAUL July 1, 2003 01:48 PM UTC

> I believe you should also set the FlatStyle to Standard for the Label. > > Regards, > Praveen Hello Regards Praveen I set the FlatStyle to standard and it's not working if you can to run my program and try to find solution thank you very much for your help


RP Ramesh Praveen Syncfusion Team July 1, 2003 03:32 PM UTC

Eli, Looking at your code, there seems to be some logical issues. You should move all your DrewDemo to OnPaint override in the Form. Don't update the Label's BackColor then like you do in DrewDemo. -Praveen

Loader.
Live Chat Icon For mobile
Up arrow icon