Re: c# program execution
From: Junaid Hussain (junaid.hussain_at_gmail.com)
Date: 11/23/04
- Next message: WXS: "Provider properties + IExtenderProvider"
- Previous message: Gerry O'Brien [MVP]: "Re: new to C#, look for a good book..."
- In reply to: Emmanuel: "Re: c# program execution"
- Next in thread: Ian Griffiths [C# MVP]: "Re: c# program execution"
- Reply: Ian Griffiths [C# MVP]: "Re: c# program execution"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 23 Nov 2004 14:32:29 GMT
Hi,
How can I create a Windows Application. I am compiling my program from the
command prompt by ;
csc pool.cs,
Thanks once again
"Emmanuel" <z> wrote in message
news:Odnh6GV0EHA.1264@TK2MSFTNGP12.phx.gbl...
> Hello Junaid,
>
> This is because you have created a "Console Application" C# project
> instead of a "Windows Application" C# project.
> That's why you get the command prompt window.
>
>
> Emmanuel
>
>
> "Junaid Hussain" <junaid.hussain@gmail.com> wrote in message
> news:CZEod.77$hR6.42@newsfe2-gui.ntli.net...
>> Hi,
>> I have been developing a game using C#. When I execute the .exe program
>> file, I get a console/command prompt open up alongside the actual program
>> as you may know. This console is invaluable for debugging purposes,
>> however I want to know if there is any way of stopping the console from
>> appearing, so that in my final version of the game I have just my program
>> running.
>>
>> Thanks in advance,
>> Junaid
>>
>
>
- Next message: WXS: "Provider properties + IExtenderProvider"
- Previous message: Gerry O'Brien [MVP]: "Re: new to C#, look for a good book..."
- In reply to: Emmanuel: "Re: c# program execution"
- Next in thread: Ian Griffiths [C# MVP]: "Re: c# program execution"
- Reply: Ian Griffiths [C# MVP]: "Re: c# program execution"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|