Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BackColor does not work
Message
From
23/08/2010 09:58:56
 
 
To
23/08/2010 09:11:44
General information
Forum:
ASP.NET
Category:
Forms
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01477913
Message ID:
01477931
Views:
40
This support is no longer supported in VS 2010. Basically, we have to set the Parent property of the label to the PictureBox. And, worst, the Parent property is not even in the designer. And, worst, if you have it into a TabControl, everything get lost as far as the location.

So, I had to do this:
        ' Adjust support for VS 2010
        Label1.Parent = LxPictureBox3
        Label1.BackColor = Color.Transparent
        Label1.BringToFront()
        Label1.Location = New Point(180, 192)
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform