Backspace key not working
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I have created an Ocx control in vb.This control has a textbox to serach the text entered in it.After entering the text anyone can delete the entered text using backspce key.I mean to say the i have traced the backspace key using it's ASCII value as 8 and it works fine.But when i attach this ocx control to my browser like yahoo and Google toolbar, then now backspace key doesn't work ie.it doesn't delete text.Could anyone help me please?:(