I have a problem that I can't figure out.
Working with a single Dialog (I use the CreateDialogIndirect function) is no problem when it comes to processing the Tab/Shift Tab keys.
The problem I have is geting windows to correctly process the Tab key when I have embeded a Dialog as a Child within another Dialog and both have buttons on them.
Should I try to pass the messages from the Child Dialog to the Parent or use IsDialogMessage with both Dialogs ?
Has anyone attempted to do this ?
Working with a single Dialog (I use the CreateDialogIndirect function) is no problem when it comes to processing the Tab/Shift Tab keys.
The problem I have is geting windows to correctly process the Tab key when I have embeded a Dialog as a Child within another Dialog and both have buttons on them.
Should I try to pass the messages from the Child Dialog to the Parent or use IsDialogMessage with both Dialogs ?
Has anyone attempted to do this ?
Comment