Newsgroups: comp.windows.ms.programmer
Path: utzoo!utgpu!watserv1!watmath!hyper.hyper.com!bonneau
From: bonneau@hyper.hyper.com (Paul Bonneau)
Subject: Re: Notification of ComboBox Change???
Message-ID: <1991May24.155839.14120@hyper.hyper.com>
Reply-To: bonneau@hyper.UUCP (Paul Bonneau,,)
Organization: HyperCube Inc.
References: <6532@vela.acs.oakland.edu>
Date: Fri, 24 May 1991 15:58:39 GMT

In article <6532@vela.acs.oakland.edu> rdthomps@vela.acs.oakland.edu (Robert D. Thompson) writes:
>
>	Let's say I have some controls that I want to update/change
>	every time the user selects a different item in a
>	Combo-Box - how do I do it?
>
>	The SDK is not very clear on this, or perhaps  I am missing
>	something (I hope this isn't an FAQ)
>
The combobox will send its parent a WM_COMMAND with the
hiword of lParam set to CBN_SELCHANGE whenever the user
changes the selection.

cheers - Paul Bonneau.
