|
-
Sep 13th, 2001, 02:01 PM
#1
Window vs. Dialog
What is the difference between a window and a dialog... except you use a dialog resources to create dialogs?
-
Sep 13th, 2001, 03:13 PM
#2
Monday Morning Lunatic
Dialogues are windows that are created internally by the CreateDialogParam function. They're created, then the child windows (controls) are created according to the template.
Basically, for things like options dialogues, use a dialogue, but for the main window of most programs you use a window.
See, it even works with common parlance
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Sep 13th, 2001, 03:47 PM
#3
Frenzied Member
Dialogues are much easier to use than windows created with CreateWindow and the app isn't any slower (like with MFC) so it is a good thing to use them.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|