Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!caen!spool.mu.edu!uunet!math.fu-berlin.de!unido!rwthinf!slcdec!hippo!f1.n6000.z2.fidonet.org!p27.f30.n147.z1.fidonet.org!Gary_Capps From: Gary_Capps@p27.f30.n147.z1.fidonet.org (Gary Capps) Newsgroups: comp.windows.ms.programmer Subject: Dialog Box Message-ID: Date: 29 May 91 22:07:15 GMT Article-I.D.: f1.funpack118016 Reply-To: Gary_Capps%p27.f30.n147.z1@hippo.dfv.rwth-aachen.de (Gary Capps) Organization: "Fribbit me thud, crash, and mumble" -- Norman, OK Lines: 13 Comment-To: Aaron_Akman@f1.n6000.z2.fidonet.org (Aaron Akman) In a message of <23 May 91 19:33:28> Aaron Akman wrote to All: AA>When calling ``DialogBox()'' the 3rd parameter is the parent of the AA>dialog box. Normally, thats the main window. Has anyone tried making AA>a Dialog Box within a Dialog Box? Like this: AA> AA> DialogBox(hInst, "inner box", hDlg, lpfnInnerDlgProc); Yup. It works just fine. gc