Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Another .NET Newby Question
Message
From
18/01/2005 00:24:15
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
00977955
Message ID:
00977956
Views:
36
>I have a VB.Net app. I have created a startup module. In it I create an instance of my Application object. In the app object I create other required objects such as the menu, toolbars, SQL Connection, etc.
>
>Problem is I can't see references to these other objects anwhere else except in the class I created them in.

Did you try:
Module Startup

  Public Shared oApplication As New AppObject

  Public Sub Main()

    oApplication.StartApp()

  End Sub

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