Hi...
how to make the keyboard insert button work just like ms word in textbox?
Tks
Printable View
Hi...
how to make the keyboard insert button work just like ms word in textbox?
Tks
???
IMHO that is a function provided by the OS, in other words it should work in a textbox! Please describe your problem with more details.
i'm using getkeystate(vbkeyinsert) to check is it the insert button on or off. When its on and type a word in textbox it will overwrite the next letter and if its off it will slide the next letter. But in my case it doesn't effect at all.
did you check it without your code? I checked it on a VBA-Textbox, however I think it should woirk in VB6 as well! Just put a Textbox on an Form and run it. Now try to write in that TextBox (with and wihout INS ).
Hi opus thanks for your reply, but still not working.
Anyway, after searching in forums finally i found the code
http://www.vbforums.com/showthread.p...ghlight=inskey