Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is FlatStyle still supported?
Message
From
06/12/2005 12:39:13
 
 
To
All
General information
Forum:
ASP.NET
Category:
Migration
Title:
Is FlatStyle still supported?
Miscellaneous
Thread ID:
01075410
Message ID:
01075410
Views:
58
In one class, after having converted that to VS 2005, I see that the compiler shows some unknown references in the code under FlatStyle.System. What should I do to resolve that?
Imports System.Windows.Forms
Imports System.Drawing

<ToolboxBitmap(GetType(Label))> _
Public Class LXLabel
    Inherits System.Windows.Forms.Label

    Public Sub New()
        Me.FlatStyle = FlatStyle.System
    End Sub

End Class
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
Next
Reply
Map
View

Click here to load this message in the networking platform