Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!ucsd!ucbvax!dog.ee.lbl.gov!ux5.lbl.gov!kushner From: kushner@ux5.lbl.gov (Gary Kushner) Newsgroups: comp.os.os2.programmer Subject: Combo Box HELP Message-ID: <11277@dog.ee.lbl.gov> Date: 21 Mar 91 22:06:51 GMT Reply-To: kushner@ux5 (Gary Kushner) Organization: Lawrence Berkeley Laboratory Lines: 14 X-Local-Date: Thu, 21 Mar 91 14:06:51 PST I'm trying to get a message when a combo box loses the focus. Something like this is no problem with the text entry widget becuase it sends a message to its owner when its focus changes. (EN_SETFOCUS or EN_KILLFOCUS I think) However as fas as I can tell the Combox box sends no such message. I've looked a bit into the combo box and it seems to an object window that contains two children, one for the list box and one for text entry box . If I try and set the ownership of the text entry box to my client OS/2 freezes the system. Does anyone know of a way to tell if the a combo box looses focus? -thanks, Gary