c++ and winapi:WS_TABSTOP issue

  • From: Tyler Littlefield <tyler@xxxxxxxxxxxxx>
  • To: programmingblind@xxxxxxxxxxxxx
  • Date: Tue, 16 Mar 2010 18:01:00 -0600

Hello all,
I have a quick question; I've created a couple buttons and set the WS_TABSTOp 
style on them, but I'm unable to tab around unless I put
if (!IsDialogMessage(hwnd,msg))
{
TranslateMessage(&msg);
}
around the translation. Is there another way of doing this?
I know there's a better way of setting it, and with that check my menubars 
behave oddly.

                Thanks,
Tyler Littlefield
        http://tds-solutions.net
        Twitter: sorressean

__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind

Other related posts:

  • » c++ and winapi:WS_TABSTOP issue - Tyler Littlefield