Application initialization event?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



I need to program a one-time application initialization event for a windows
form app, similar to what one might do in global.asa were one programming a
web app.

Our scenario is that we are using .NET remoting with a Win32 client to a
remote HTTP server. I need to invoke the remoting.config file once per user
session. Were this a web app, we would simply program Application_OnStart
as follows:

Sub Application_Start(ByVal sender As Object, ByVal e As EventArgs)

RemotingConfiguration.Configure(HttpContext.Current.Request.PhysicalApplicat
ionPath & "\remoting.config")

End Sub


Is there an equivalent global event for Win32? Which files do I have to add
to my Win32 client project?

TIA.
mark



.



Relevant Pages

  • Re: Application Flow / security issues
    ... You won't need a special service account. ... If the use case of the app is basically to have a user log in and then loop ... I just checked with corp. and if I want to do delegation I have to ask ... - You are using integrated windows auth in your web app ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: MSAccess to Web App
    ... Online banking is really not in any way analogous to what you're ... proposing for your app. ... be happy with a web app, since they don't have to install ... there is the reality of support that comes into play. ...
    (comp.databases.ms-access)
  • Re: Help - async/defer javascript ordering
    ... graphic displaying while things load. ... That depends on what the app is. ... If it is a Web app, ... PHP scripts into head and body. ...
    (comp.lang.javascript)
  • Re: N-Tier Design Question?
    ... organizes and maintains all functionality for a single user of your app. ... An application, whether it is an executable or a web app, is never ... custom Server Controls for various functionality. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Updating an old application
    ... There might be some third party tools that claim doing Access VBA code conversion. ... Most importantly, you need to decide which type of .NET app you want to go, Win formor Wweb app. ... I do not think SQL Server will run on plain Mac (if you do web app, you do not need run SQL Server on user computer, though). ...
    (microsoft.public.vstudio.general)