Problem With Label

jothis

Active Member
Licensed User
hi,

I added a image As Background Of Form. And I added A Label To The Form But It Appear With A Background Color Iwant To Remove The Label's Background Color Is it Possible?

Jothis
:sign0085:
 

dlfallen

Active Member
Licensed User
Longtime User
In the IDE designer, select the label and then check the box next to "transparant".

Or, in Sub App Start, insert the line "label1.Transparent = True".
 

jothis

Active Member
Licensed User
But The Problem Is Still Exist

I used this but it is not working
I attached My code
 
Top