Subj : Re: Create main window from dialog resource by using CreateWndowEx() function To : borland.public.cpp.borlandcpp From : "akuma" Date : Sat Nov 01 2003 02:36 pm Using DialogBox() to create dialog is a child window of the main window. The Dialog Box function to handle message is different from Windows Procedure. If I want a dialog resource to become a main window, that is it can handle main window message as the windows created by CreateWindow() function, how to do that? .