Do console apps have a load event?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sally

    Do console apps have a load event?

    I'm unfamiliar with console apps.
    Can i have a Load event in it like you can for web and
    windows project templates.

    thank you.

  • Gabriel Lozano-Morán

    #2
    Re: Do console apps have a load event?

    Console apps need to have exactly one entry point.

    More info:



    Gabriel Lozano-Morán

    "sally" <anonymous@disc ussions.microso ft.com> wrote in message
    news:186a01c539 02$7d98f060$a40 1280a@phx.gbl.. .[color=blue]
    > I'm unfamiliar with console apps.
    > Can i have a Load event in it like you can for web and
    > windows project templates.
    >
    > thank you.
    >[/color]


    Comment

    • sally

      #3
      Re: Do console apps have a load event?

      thank you.

      so thats a no then.....

      Comment

      • Chris Dunaway

        #4
        Re: Do console apps have a load event?

        Even though there is not a load event in a console app, just create a
        Load method and call that as the first inside main. That should work
        just as well.

        Comment

        Working...