Machsupport Forum

Mach Discussion => VB and the development of wizards => Topic started by: AMorris on August 06, 2008, 01:08:40 PM

Title: Pop up numeric keypad in VB
Post by: AMorris 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
Title: Re: Pop up numeric keypad in VB
Post by: poppabear 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
Title: Re: Pop up numeric keypad in VB
Post by: AMorris on August 07, 2008, 09:00:13 AM
Thank you,
I will give it a try