MY setfocus function had been acting wierd and i was wondering if anyone else has encountered this problem. In my program,when a user enters incorrect data, it deletes the data in that textbox and then i do this
VB Code:
text1.setfocus
It deletes the current text fine but then set's the focus on the textbox below the one i put in the code. It also put the mouse on highlight so hen i move the mouse, it highlights whatever's in the lower textbox. It's not a huge problem but is annoying, could anyone help?
