Page 1 of 1

BUTTON

PostPosted: Tue Mar 11, 2008 8:45 am
by avista
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,

PostPosted: Tue Mar 11, 2008 9:17 am
by Antonio Linares
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.

PostPosted: Thu Mar 13, 2008 10:19 am
by avista
Working good,
Thanks,

Best regards,