Thread: How can I create a window application instead of a console one?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    GUI programming is a big step up from console applications.

    I'm sure there are few sites that describe it.

    In your case, you need a dialog box with a few radio buttons and a text entry field.

    Here's one tutorial:
    http://www.functionx.com/win32/Lesson01.htm

    --
    Mats
    Last edited by matsp; 11-29-2007 at 11:04 AM.
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Why only 32x32? (OpenGL) [Please help]
    By Queatrix in forum Game Programming
    Replies: 2
    Last Post: 01-23-2006, 02:39 PM
  2. input/output
    By dogbert234 in forum Windows Programming
    Replies: 11
    Last Post: 01-26-2005, 06:57 AM
  3. Output to console window...
    By alvifarooq in forum C++ Programming
    Replies: 2
    Last Post: 10-26-2004, 08:56 PM
  4. Getting rid of the console window in a glut application.
    By ganonl in forum Game Programming
    Replies: 0
    Last Post: 08-02-2004, 10:48 AM
  5. win32 apps compiled with GCC start console window!
    By Citrus538 in forum Windows Programming
    Replies: 5
    Last Post: 02-18-2002, 10:35 PM