Hi All,
I have a virtual keypad - say 0-9, when i press the buttons i want the sequence of keypresses to appear in a textbox. at the moment when i type them in they just overwrite each other. i want them to step along similar to a calculator?
any ideas - currently i use:
(its on another pc so im guessing here)!
command1_click
text1.textbox.c aption
end sub
anyway that bit work where it goes into the text box but like i say the first chR$ just overwrites as i choose a different key!!!
I have a virtual keypad - say 0-9, when i press the buttons i want the sequence of keypresses to appear in a textbox. at the moment when i type them in they just overwrite each other. i want them to step along similar to a calculator?
any ideas - currently i use:
(its on another pc so im guessing here)!
command1_click
text1.textbox.c aption
end sub
anyway that bit work where it goes into the text box but like i say the first chR$ just overwrites as i choose a different key!!!
Comment