
Q: tabbing not possible in modeless propertysheet / modeless dialog
Hi!
I've got the following configuration:
+ VC5.0 Servicepack 3
+ Windows NT 4.0 / Windows 95
+ MFC42.DLL
+ The code for the creation of both, the modeless dialog and the modeless
property sheet are located in an AppWizard generated DLL with MFC linked
dynamically to this DLL.
My Problem:
I am unable to get to the next control in tabbing order (btw. tabbing IS
enabled) by pressing the TAB key. Only the system beep is played. Also,
pressing the RETURN key results in a beep.
Here my question:
How can I bypass this behavior and enable TABBING between the controls??