I find that tabbing between controls acts differently in Win32 and X64.
I have a maine page with three property sheets. In the main page there is a %RS and two %`RS controls.
Within the propert sheets there are various %RF controls and a few %RF controls and a %RB.
When the program opens, the cursor is positioned at the first control in the first property sheet. After entering data, I 'TAB' to the second control etc.
In win32, the cursor jumps to the next control in the property sheet, as expected and desired.
In x64, when 'Tab' is pressed, the cursor jumps to the %RS control in the main page and stays there with no change no matter how many times 'TAB' is pressed.
Has there been a change in X64? The win32 response is as expected.