Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Startup program with application framework
Message
De
30/12/2005 02:58:59
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Startup program with application framework
Divers
Thread ID:
01081950
Message ID:
01081950
Vues:
46
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform