hello !
look , for example i have 2 textboxes in my vb form, i want that when i press enter key the focus move from 1st textbox to 2nd textbox , i use this code on my every control to move focus
if e.keychar = chr(keys.enter) then
textbox2.focus ()
endif
can any one help me to make a function to do same action when i press enter the focus move on next control , this sort of coding take so much time , :( please help me
Best Regards
M.Waqas Aslam