Thread: User Input without Dialog box?

  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    202

    User Input without Dialog box?

    Is there a way to get user input with a dialog box? The reason I ask is Im having trouble getting a dialog to display and the code for getting input from dialog boxes are very confusing. Anyhelp is greatly appreciated.

    Also I attached my code is you wanna see and maybe you can tell me why the dialog box wont come up for my about option.
    TIA,
    Isometric

  2. #2
    Registered User
    Join Date
    Nov 2001
    Posts
    202
    Please can anybody help me? Im kinda stuck without it :-(

  3. #3
    train spotter
    Join Date
    Aug 2001
    Location
    near a computer
    Posts
    3,868
    There is no break for your WM_COMMAND case/switch in the main callback.

    Watch the return's in the callbacks.

    Try changing the WM_INIT/WM_CREATE returning TRUE (in the about dlg callback) to return FALSE.
    Last edited by novacain; 11-22-2001 at 02:38 AM.
    "Man alone suffers so excruciatingly in the world that he was compelled to invent laughter."
    Friedrich Nietzsche

    "I spent a lot of my money on booze, birds and fast cars......the rest I squandered."
    George Best

    "If you are going through hell....keep going."
    Winston Churchill

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Parent of a BrowseForFolder dialog box
    By @nthony in forum Windows Programming
    Replies: 4
    Last Post: 01-08-2007, 02:54 PM
  2. Click button on dialog box to open window.
    By ooosawaddee3 in forum Windows Programming
    Replies: 1
    Last Post: 11-29-2002, 08:53 AM
  3. edit control in dialog box problems
    By Bajanine in forum Windows Programming
    Replies: 11
    Last Post: 11-11-2002, 06:55 PM
  4. Tab Controls - API
    By -KEN- in forum Windows Programming
    Replies: 7
    Last Post: 06-02-2002, 09:44 AM
  5. User Choosing Directory Dialog Box
    By Macromatt in forum Windows Programming
    Replies: 4
    Last Post: 01-19-2002, 11:57 PM