Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!rex!uflorida!gatech!purdue!haven!mimsy!mojo!burgoyne From: burgoyne@eng.umd.edu (John R. Burgoyne) Newsgroups: comp.windows.ms.programmer Subject: Processing directional arrow keys with a dialog box. Message-ID: <1991Feb5.235023.4209@eng.umd.edu> Date: 5 Feb 91 23:50:23 GMT Sender: news@eng.umd.edu (C-News) Distribution: na Organization: College of Engineering, University of Maryland, College Park Lines: 11 I want to process directional arrow keys when a dialog box has the focus. 1) When does windows send a WM_GETDLGCODE message? 2) If I return DLGC_WANTARROWS, will windows subsequently send WM_KEYDOWN messages to my dialog function? 3) Is there a way to process keystrokes if a dialog control has the input focus? Robert