Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » Tab key and Caps Lock key problem in dialog derived CExtResizableDialog Collapse All
Subject Author Date
L Freddi Jun 16, 2009 - 8:21 PM

I have a dialog derived CExtResizableDialog.


In a dialog control Tab key don’t work.


And user push caps lock key, dilog page disappear.


Please help me ASAP.

Technical Support Jun 17, 2009 - 9:14 AM

If the tab key does not work in your dialogs, the message pre-translation is broken. If your dialog implements the PreTranslateMessage() virtual method and it does not invoke the parent class method, the dialog has no chance to handle the tab key pressing.