Re: Getting key input to edit/combo controls on custom dialog.
  Home FAQ Contact Sign in
comp.os.mswindows.programmer.win32 only
 
Advanced search
POPULAR GROUPS

more...

comp.os ... win32 Profile…
 Up
Re: Getting key input to edit/combo controls on custom dialog.         


Author: Christian ASTOR
Date: May 16, 2008 07:44

On 16 mai, 14:02, k.bramh...@googlemail.com wrote:
> I have tried picking up the WM_GETDLGCODE message. This is being send
> to my dialog procedure. The return value of a dialog procedure is a
> BOOL so how can I return the values that are indicated in the MS
> documentation like DLGC_WANTALLKEYS (which has a value of 4)?
>

WM_GETDLGCODE is handled by subclassing controls.
But I don't understand when you say "What does not work is text
entry..."
Nothing is needed to enter text into Edit controls (fortunately..)
no comments