Hello Guest it is April 19, 2024, 09:41:15 PM

Author Topic: Pop up numeric keypad in VB  (Read 6511 times)

0 Members and 1 Guest are viewing this topic.

Pop up numeric keypad in VB
« on: August 06, 2008, 01:08:40 PM »
I'm sure this has come up before. Does anyone know of code to have a numeric keypad pop up when you click on a text box, enter a value in the keypad and have that value display in the text box and become a named variable?
I have been searching all over and can't find anything.
I am using VB6.
Thanks

Offline poppabear

*
  • *
  •  2,235 2,235
  • Briceville, TN, USA
    • View Profile
Re: Pop up numeric keypad in VB
« Reply #1 on: August 06, 2008, 09:02:15 PM »
Yea, there is a program I use (it is Free Ware), called "click and Type".

You put it in a button like:

Shell("C:\Program Files\Click-N-Type\Click-N-Type.exe")

Here is the website for the software, but I also attached the .exe for your convienance.

http://cnt.lakefolks.org/

file attached  "CNTzip.zip"

Scott
fun times
Re: Pop up numeric keypad in VB
« Reply #2 on: August 07, 2008, 09:00:13 AM »
Thank you,
I will give it a try