.exe file execution

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

    .exe file execution

    In VB.NET, the output is a .exe file. Since I am new at VB, I am still only
    programming console applications. For a console applications, the only two
    ways I know of of executing it are to go to command prompt and type in:
    testrun.exe

    or, you can find the file in your computer and dbl click it. the first one
    is not practical if I want to take it to school, and the second always runs
    in a fullscreen mode. Is there anyway to set the default for running .NET
    console applications in a window format and not a fullscreen format? Thanks
    in advance.


  • Rick Rothstein

    #2
    Re: .exe file execution

    Almost everybody in this newsgroup is using VB6 or lower. While you may
    get a stray answer to VB.NET questions here, you should ask them in
    newsgroups devoted exclusively to .NET programming. Look for newsgroups
    with either the word "dotnet" or "vsnet" in their name.

    For the microsoft news server, try these newsgroups...

    microsoft.publi c.dotnet.genera l
    microsoft.publi c.dotnet.langua ges.vb
    microsoft.publi c.vsnet.general

    There are some others, but these should get you started.

    Rick - MVP



    "Hari" <harixseshadri@ yahoo.com> wrote in message
    news:Y_mdncTojY fSY4HcRVn-sw@adelphia.com ...[color=blue]
    > In VB.NET, the output is a .exe file. Since I am new at VB, I am still[/color]
    only[color=blue]
    > programming console applications. For a console applications, the only[/color]
    two[color=blue]
    > ways I know of of executing it are to go to command prompt and type[/color]
    in:[color=blue]
    > testrun.exe
    >
    > or, you can find the file in your computer and dbl click it. the first[/color]
    one[color=blue]
    > is not practical if I want to take it to school, and the second always[/color]
    runs[color=blue]
    > in a fullscreen mode. Is there anyway to set the default for running[/color]
    ..NET[color=blue]
    > console applications in a window format and not a fullscreen format?[/color]
    Thanks[color=blue]
    > in advance.
    >
    >[/color]

    Comment

    Working...