Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inherited property does not set to itself
Message
From
22/01/2005 17:41:47
 
 
To
22/01/2005 17:28:27
General information
Forum:
ASP.NET
Category:
Class design
Miscellaneous
Thread ID:
00979501
Message ID:
00979689
Views:
23
>#Region? Is that different in VB than in C#?

I don't know. But, this section is normally collapsed so I never saw it. It starts with something like this:
#Region " Web Services Designer Generated Code "

    Public Sub New()
        MyBase.New()

        'This call is required by the Web Services Designer.
        InitializeComponent()

        'Add your own initialization code after the InitializeComponent() call
        cLogin = "Login"
        cUrl = Framework.FileFunction.GetIni(Me.cStartupDirectory + "\Main.ini", "System", "Server")
        cTempDir = Framework.FileFunction.GetIni(Me.cStartupDirectory + "\Main.ini", "System", "Temp")
        cData = Framework.FileFunction.GetIni(Me.cStartupDirectory + "\Main.ini", "System", "Data")
        cErrorDir = Framework.FileFunction.GetIni(Me.cStartupDirectory + "\Main.ini", "System", "ErrorDir")

    End Sub
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