|
-
Jan 4th, 2011, 02:22 AM
#1
Thread Starter
Junior Member
[RESOLVED] Keyboard insert button
Hi...
how to make the keyboard insert button work just like ms word in textbox?
Tks
-
Jan 4th, 2011, 04:39 AM
#2
Re: Keyboard insert button
???
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.
You're welcome to rate this post!
If your problem is solved, please use the Mark thread as resolved button
Wait, I'm too old to hurry!
-
Jan 4th, 2011, 11:57 AM
#3
Thread Starter
Junior Member
Re: Keyboard insert button
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.
-
Jan 5th, 2011, 12:28 AM
#4
Re: Keyboard insert button
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 ).
You're welcome to rate this post!
If your problem is solved, please use the Mark thread as resolved button
Wait, I'm too old to hurry!
-
Jan 5th, 2011, 12:29 PM
#5
Thread Starter
Junior Member
Re: Keyboard insert button
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|