From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, INVALID_MSGID,MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ffa808f2a3d381e4 X-Google-Attributes: gid103376,public From: guru_upya@yahoo.com Subject: Re: Win32ADA Edit Control Notification Date: 1999/05/06 Message-ID: <7gsq1s$eml$1@nnrp1.deja.com>#1/1 X-Deja-AN: 474835455 References: <%fGV2.672$4S.363025@WReNphoon3> X-Http-Proxy: 1.0 x15.dejanews.com:80 (Squid/1.1.22) for client 206.159.169.108 Organization: Deja News - The Leader in Internet Discussion X-Article-Creation-Date: Thu May 06 19:20:35 1999 GMT Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.07 [en] (WinNT; I) Date: 1999-05-06T00:00:00+00:00 List-Id: In previous versions of Windows, the notification code was in HIWORD(lParam) for EN_KILLFOCUS. For the EN_CHANGE and ... UPDATE it is as follows in MFC EN_CHANGE idEditCtrl = (int) LOWORD(wParam); // identifier of edit control hwndEditCtrl = (HWND) lParam; // handle of edit control Hope this helps, In article <%fGV2.672$4S.363025@WReNphoon3>, sbarber@snet.net (Shawn Barber) wrote: > I tried to use an edit control for the first time in a piece of software I > am developing. I can't seem to > trap the EN_CHANGE and the EN_UPDATE messages. I have been able to trap the > EN_SETFOCUS > and EN_KILLFOCUS messages. I need some new things to try. I've tried > checking the high word of > the wParam of a WM_SYSCOMMAND with no luck. > > Shawn Barber > SBarber@Sikorsky.com > > **** Posted from RemarQ - http://www.remarq.com - Discussions Start Here (tm) **** > -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own