Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Console is showing up with GUI

Console is showing up with GUI

Scheduled Pinned Locked Moved C#
helpquestion
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    muteb
    wrote on last edited by
    #1

    Hi I have problem with console when i run my GUI. I starts to show itself for no reason with GUI. Is there any possible way that I can just run my GUI without the console?

    L P 2 Replies Last reply
    0
    • M muteb

      Hi I have problem with console when i run my GUI. I starts to show itself for no reason with GUI. Is there any possible way that I can just run my GUI without the console?

      L Offline
      L Offline
      Luc Pattyn
      wrote on last edited by
      #2

      You get a Console when you either ask for one using explicit code, or when you specify a Console App (which will happily let you create and show Forms as well). What did you do? Which using statements did you get automatically, and which ones did you add? What are your project settings? what is in your static Main() method? :)

      Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum

      Please use < PRE > tags for code snippets, it preserves indentation, and improves readability.

      M 1 Reply Last reply
      0
      • L Luc Pattyn

        You get a Console when you either ask for one using explicit code, or when you specify a Console App (which will happily let you create and show Forms as well). What did you do? Which using statements did you get automatically, and which ones did you add? What are your project settings? what is in your static Main() method? :)

        Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum

        Please use < PRE > tags for code snippets, it preserves indentation, and improves readability.

        M Offline
        M Offline
        muteb
        wrote on last edited by
        #3

        I actually I'm working with group and I'm just collecting their application and implement it as one application.

        1 Reply Last reply
        0
        • M muteb

          Hi I have problem with console when i run my GUI. I starts to show itself for no reason with GUI. Is there any possible way that I can just run my GUI without the console?

          P Online
          P Online
          PIEBALDconsult
          wrote on last edited by
          #4

          You likely have the project set to console app, set it to windows app.

          M 1 Reply Last reply
          0
          • P PIEBALDconsult

            You likely have the project set to console app, set it to windows app.

            M Offline
            M Offline
            muteb
            wrote on last edited by
            #5

            thank you very much. yupe the setting was in the console app.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups