Thread: Best Practice? (Dialog vs .. Not Dialog?)

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Chief Code Coloniser!
    Join Date
    Apr 2005
    Posts
    121
    When dealing with a straight GUI, it's totally up to you! Dialogs can be build from resources, and straight windows are generally "coded" instead of created from a resource.

    So it's not necessarily about what's better or worse in this case, it's more about what makes sense for the program you're building.

    Do I need a dialog
    Only you can answer that
    Last edited by TheColonial; 04-09-2005 at 04:03 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 9
    Last Post: 02-13-2008, 02:59 PM
  2. Edit controls of a dialog from another dialog...
    By Snake in forum Windows Programming
    Replies: 9
    Last Post: 07-01-2005, 02:18 PM
  3. make Child Dialog not Popup?
    By Zeusbwr in forum Windows Programming
    Replies: 5
    Last Post: 04-08-2005, 02:42 PM
  4. Getting the position of a dialog without parent on the screen
    By stormbringer in forum Windows Programming
    Replies: 1
    Last Post: 08-27-2003, 02:59 AM
  5. Tab Controls - API
    By -KEN- in forum Windows Programming
    Replies: 7
    Last Post: 06-02-2002, 09:44 AM