![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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. |
#3
| |||
| |||
|
|
You can change all sorts of properties for your forms including the starting window state. In the form properties menu I think its called "window state", set it to normal and then size the form however you want. "Hari" wrote: 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. |
#4
| |||
| |||
|
|
Sorry for my incredible stupidity, but where could I find the form properties menu? Is it some I have to code into my program, or do I have to select it from the toolbar or in the Control Panel? Once again, I apologize for the inconvenience im causing you. "Ryan Brown" <RyanBrown (AT) discussions (DOT) microsoft.com> wrote in message news:9CC0E0EE-E4B6-4D7D-A2CB-45711514D7C3 (AT) microsoft (DOT) com... You can change all sorts of properties for your forms including the starting window state. In the form properties menu I think its called "window state", set it to normal and then size the form however you want. "Hari" wrote: 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. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |