Antonio,
The explanation below demonstrates what I mean. It works fine on win16 but as previuously discussed the process win32 is handling focusing it's totally diferent:
b:bgotfocus := {... configure buttons in the window etc. to recognize this browse is active (focused)}
c:bgotfocus := {same for the seconed browse, it configures all the buttons in the window to know that this is the active browse.}
The problem is that every time I click a button it always gives the focus to the first browse before it runs the ACTION of the button although the second it's focused before clikc the button.
Antonio