Dialogs filter messages for DlgProc unless specifid otherwise. Generic, using subclassing respond to WM_GETDLGCODE with DLGC_WANTALLKEYS http://msdn2.microsoft.com/en-us/library/ms633570.aspx
Here's MFC way: How To Trap Arrow Keys in an Edit Control of a Dialog Box http://support.microsoft.com/kb/104637 --- Raul Miller <[EMAIL PROTECTED]> wrote: > On Nov 13, 2007 9:14 AM, Eric Iverson <[EMAIL PROTECTED]> wrote: > > I don't think there is a way to do exactly what you are asking. In a J form > > the tab key is seen by the host as a request to move to the next control and > > is not see by J as an event. > > Put differently: J forms do not currently support event bubbling. > > (Correct if I am wrong?) > > Thanks, > > -- > Raul > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ____________________________________________________________________________________ Be a better pen pal. Text or chat with friends inside Yahoo! Mail. See how. http://overview.mail.yahoo.com/ ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
