Results 1 to 5 of 5

Thread: Output window

  1. #1

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    Output window

    Everytime I run my app and then close it, this stupid "output" window pops up and stays down there. It's so annoying that everytime that I run a program I have to close it
    Anyone else having the same problem? I hope there is a way to disable it. anyone can help?
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  2. #2

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    *bump*
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  3. #3
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    compile your app as a win32 app and the console window wont even come up.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  4. #4

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    I dont really understand what that means
    I'm just making a windows application and I run it with F5
    Can you explain
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  5. #5
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    well you have three..well actually 4...things you can compile to.

    exe-a standard console exe..you can still show windows forms.
    dll - A library..duh
    winexe- a windows exe with console windows.
    module - some kind of assembly you can patch into your app.

    the first 1 is the default compile and when you run your exe a conole window comes up. Now I dont understand why Visual Studio does this one by default if you create a windows form project(maybe it does maybe it doesnt. I cant be sure as I dont use VS) but if you look for the project properties, see if their is an option for what the compile target is and makle sure it is winexe not just exe.

    This is all dependent of course on that I understood what you are asking.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width