Menu

about hellow program!

salman
2008-02-19
2012-09-26
  • salman

    salman - 2008-02-19

    i m new into programming. i successfully installed Dev C++ and compiled and executed

    Hello program successfully. now my question is when i execute this exe file there appears

    a console window, how can i make it executed in windows application form rather than

    console.

     
    • salman

      salman - 2008-02-19

      i did select "Windows Application" option but still i get a console appplication. Dont know whats wrong?

       
    • keyvan eslami

      keyvan eslami - 2008-02-19

      When you start a new project, you go to File->New->Project. a window appears with the title "New project". In the "Basic" tab you'll see several types of application. For a Windows application you need to choose "Windows Application". probably you've chosen "Console Application" which shows your message in a DOS-like output.

       

Log in to post a comment.