Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Startup program with application framework
Message
From
30/12/2005 02:58:59
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Startup program with application framework
Miscellaneous
Thread ID:
01081950
Message ID:
01081950
Views:
47
When "Enable application framework" is checked in the project properties Application page, we cannot select a startup program to be a module. We have to select a form. My startup program is having this:
Module Startup

    Sub Main(ByVal CmdArgs() As String)
        Dim loForm As New XMLConstructor

        ' See if we have a parameter
        If CmdArgs.Length > 0 Then

            ' If we are in auto mode
            If UCase(CmdArgs(0)) = "/AUTO" Then
                loForm.llAuto = True
            End If

        End If

        Application.Run(loForm)
    End Sub

End Module
How can I benefit of that in this situation?
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