Path: utzoo!attcan!telly!lethe!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!olivea!uunet!mcsun!ukc!icdoc!qmw-cs!borkoles From: borkoles@cs.qmw.ac.uk (Borkoles) Newsgroups: comp.windows.ms.programmer Subject: Combo boxes in Actor Summary: Where are my messages? Message-ID: <3176@sequent.cs.qmw.ac.uk> Date: 13 Dec 90 15:13:56 GMT Organization: Computer Science Dept, QMW, University of London, UK. Lines: 13 Expires: References: Sender: Followup-To: Distribution: Keywords: I have been assuming that I could recieve the messages corresponding to the list box message for 'user has made a selection' and 'user has double clicked a selection' for combo boxes as well. But it doesn't work. The code for list boxes says that if the long word recieved by WM_COMMAND (translated to command() message by WindowsObject) has its high word set to 2 then the user has made a selection (2 for double click and 1 for single I think). But the only messages that command() gets for combo boxes have the high word set to 3,4 and 7 (get focus, drop box etc.). What is happening, any suggestions? The combo boxes are much neater than a list box. What am I doing wrong? Is there a 'fix' for this?