Is it possible to define a BUTTON which will be active only by presing with mouse, i dont want to be focuset but keyboard , i mean with ENTER or TAB key ....
Reagards,
Is it possible to define a BUTTON which will be active only by presing with mouse, i dont want to be focuset but keyboard , i mean with ENTER or TAB key ....
Reagards,
You may try to remove the WS_TABSTOP style from the Class TButton.
If it works then you may add a new DATA lTabStop so other buttons may work the standard way except the ones where you don't want Tab stop.
Working good,
Thanks,
Best regards,