How to run C# console application output in silent mode

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alextki
    New Member
    • Apr 2007
    • 1

    How to run C# console application output in silent mode

    I have a C# console application, it gives the output as xyz.exe.. when i click this it will run with the command window.. how do i hide this command window when i click that exe.
  • shahjapan
    New Member
    • Apr 2007
    • 63

    #2
    I am to searching for the solution of same problem. :(

    Comment

    • Plater
      Recognized Expert Expert
      • Apr 2007
      • 7872

      #3
      Uhh, having a console application kind of implies that you wanted the console.
      Try making a non-console application for that?

      Comment

      • apatil
        New Member
        • Apr 2009
        • 1

        #4
        Run console application output in silent mode.

        Go to the Properties of the C# .Net project and set the output type to Windows Application. Your console application will now run in silent mode.

        Thank you.
        -Aditya

        Comment

        • NitinSawant
          Contributor
          • Oct 2007
          • 271

          #5
          मिल गया की नही??

          Create new windows application and in that keep the visibility of the windows form hidden....

          Comment

          Working...