PDA

View Full Version : How to make TAB key working in MS Flex


gurudhiman
03-31-04, 06:11 PM
Hi,

Does anyone know how to make TAB key working in MS Flex grid in Visual Basic 6? Please let me know.

Thanks
Dhiman

mangeshdeshmane
02-18-05, 06:39 AM
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