Q: tabbing not possible in modeless propertysheet / modeless dialog 
Author Message
 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??



Mon, 15 Jan 2001 03:00:00 GMT  
 Q: tabbing not possible in modeless propertysheet / modeless dialog


Fri, 19 Jun 1992 00:00:00 GMT  
 Q: tabbing not possible in modeless propertysheet / modeless dialog
Hi Peter,

You need to look at IsDialogMessage()

Jon

Lately it occurs to me what a long strange trip it's been ...

Quote:

>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??



Mon, 15 Jan 2001 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Modeless dialog shall not be modeless !

2. Modeless PropertySheet - TAB weirdness

3. Modeless PropertySheet in Dialog App

4. Modal modeless dialog or propertysheet

5. Modeless propertysheet and buttons to create dialogs

6. Modeless PropertySheet on a Modal Dialog

7. Modeless PropertySheet in a Dialog

8. PropertySheet/Pages as Modeless Dialog in DLL, PreTranslateMessage problem

9. Modeless property sheet in a modeless dialog box

10. ATL Dialog Template - Modal/Modeless Tab Stop Behaviour

11. Problem with TAB control and a MODELESS dialog in a ATL COM DLL

12. Problem with TAB control and a MODELESS dialog in a ATL COM DLL

 

 
Powered by phpBB® Forum Software