Quote:
|
Originally Posted by gurudhiman
Hi,
Does anyone know how to make TAB key working in MS Flex grid in Visual Basic 6? Please let me know.
Thanks
Dhiman
|
with msflexgridcontrol use key_press() event.
use tab key's ascii value.
1. locate the position i.e. row(),col()
2. with keypress event change col() value i.e. xcol=xcol+1 and row value
remain same
try and replay,
thanks