Hi There,
I need some help in VB 6. I have a textbox wherein I need to validate the data entered after the TAB key is pressed. Using KeyDown, KeyUp and KeyPress does not get me the KeyAscii of the Tab Key. It works fine with the Enter Key but the Tab Key doesn't work. Is there any function where I could get the LastKey Pressed so I could place a check on the TAB key in my Validate event. Or is there any other possible way I could try out?