473,757 Members | 2,066 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Numeric Pad Control

Is there a Numeric Pad Control somewhere, something like the one that
Quicken uses for entering decimal numbers?
Nov 21 '05 #1
9 3293

"Bruce A. Julseth" <br***********@ attglobal.net> wrote in message
news:%2******** *******@TK2MSFT NGP15.phx.gbl.. .
Is there a Numeric Pad Control somewhere, something like the one that
Quicken uses for entering decimal numbers?


Ain't got no reponse on this query. Am I to assume no one knows about such a
control?

Thanks...

Bruce
Nov 21 '05 #2
Bruce,

Probably not from Quick is that a kind of french hamburger?

Mostly it is better to describe what you want to get an answer than to tell
only like WhatEver or to show a link where it is showed.

I hope this helps?

Cor
Nov 21 '05 #3

"Cor Ligthert" <no************ @planet.nl> wrote in message
news:uo******** ******@TK2MSFTN GP10.phx.gbl...
Bruce,

Probably not from Quick is that a kind of french hamburger?

Mostly it is better to describe what you want to get an answer than to tell only like WhatEver or to show a link where it is showed.

I hope this helps?

Cor


Okay.. I didn't think there was anyone who hadn't heard of "Quicken.", the
money manager program. Hummm

So, some more description: In the ToolBox, we have a "DateTimePicker ." We
place this on the a form and use it to select a date. What I am looking for
is a control that represents a "Numeric Pad", which can be placed on a form
and used to enter numbers into a "text box." Rather then typing 12.34, you
click on 1, then 2, then ., then 3, then 4, then click "enter" the keyboard.

Let me know if this not enough of a description. I'll be happy to add to
it!!

Thanks...

Bruce
Nov 21 '05 #4
>
Okay.. I didn't think there was anyone who hadn't heard of "Quicken.", the
money manager program. Hummm
Seems because there was not much resonse on your message until now. In what
language version is it availabe? This is a very international newsgroup you
know.

So, some more description: In the ToolBox, we have a "DateTimePicker ." We
place this on the a form and use it to select a date. What I am looking
for
is a control that represents a "Numeric Pad", which can be placed on a
form
and used to enter numbers into a "text box." Rather then typing 12.34, you
click on 1, then 2, then ., then 3, then 4, then click "enter" the
keyboard.

You mean something as a usercontrol made from a panel with 14 buttons ( as
well comma, decimal point and minus and plus) one on it and a textbox
beneath or above it?

This is very standard, search for calculator VB Net on Google you get tons.

I hope this helps?

Cor.

Nov 21 '05 #5
Maybe, you wouldn't mind rolling your own? Here's a link to a simple Keypad I found using Google:

http://64.233.167.104/search?q=cache...&hl=en&start=4
james
"Bruce A. Julseth" <br***********@ attglobal.net> wrote in message news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..

Okay.. I didn't think there was anyone who hadn't heard of "Quicken.", the
money manager program. Hummm

So, some more description: In the ToolBox, we have a "DateTimePicker ." We
place this on the a form and use it to select a date. What I am looking for
is a control that represents a "Numeric Pad", which can be placed on a form
and used to enter numbers into a "text box." Rather then typing 12.34, you
click on 1, then 2, then ., then 3, then 4, then click "enter" the keyboard.

Let me know if this not enough of a description. I'll be happy to add to
it!!

Thanks...

Bruce

Nov 21 '05 #6

"james" <jjames700ReMoV eMe at earthlink dot net> wrote in message
news:uT******** *****@TK2MSFTNG P14.phx.gbl...
Maybe, you wouldn't mind rolling your own? Here's a link to a simple Keypad I found using Google:
http://64.233.167.104/search?q=cache...&hl=en&start=4

james
"Bruce A. Julseth" <br***********@ attglobal.net> wrote in message

news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..

Okay.. I didn't think there was anyone who hadn't heard of "Quicken.", the money manager program. Hummm

So, some more description: In the ToolBox, we have a "DateTimePicker ." We place this on the a form and use it to select a date. What I am looking for is a control that represents a "Numeric Pad", which can be placed on a form and used to enter numbers into a "text box." Rather then typing 12.34, you click on 1, then 2, then ., then 3, then 4, then click "enter" the keyboard.
Let me know if this not enough of a description. I'll be happy to add to
it!!

Thanks...

Bruce


Thanks for the help.

Bruce
Nov 21 '05 #7
Cor,
Quicken (as opposed to Quick) is a major personal/small business accounting
package in the US.

A quick search of Google (even European country specific Googles) should
provide you with:

http://www.quicken.com

As the very first item!

I know google.at, google.de & google.nl all do!

Hope this helps
Jay
"Cor Ligthert" <no************ @planet.nl> wrote in message
news:uo******** ******@TK2MSFTN GP10.phx.gbl...
Bruce,

Probably not from Quick is that a kind of french hamburger?

Mostly it is better to describe what you want to get an answer than to
tell only like WhatEver or to show a link where it is showed.

I hope this helps?

Cor

Nov 21 '05 #8
Jay,

After the message from Bruce I had searched for it and found it.

Sometimes I search in advance. That is when I think I can get the
information that is asked. However I did not expect that I would see a kind
of keyboard layout and even than know that it was the asked one. Therefore
my message and did I not search for it.

Thanks for the attention..

Cor
Nov 21 '05 #9
Cor Ligthert wrote:
Okay.. I didn't think there was anyone who hadn't heard of "Quicken.", the
money manager program. Hummm

Seems because there was not much resonse on your message until now. In what
language version is it availabe? This is a very international newsgroup you
know.

So, some more description: In the ToolBox, we have a "DateTimePicker ." We
place this on the a form and use it to select a date. What I am looking
for
is a control that represents a "Numeric Pad", which can be placed on a
form
and used to enter numbers into a "text box." Rather then typing 12.34, you
click on 1, then 2, then ., then 3, then 4, then click "enter" the
keyboard.


You mean something as a usercontrol made from a panel with 14 buttons ( as
well comma, decimal point and minus and plus) one on it and a textbox
beneath or above it?

This is very standard, search for calculator VB Net on Google you get tons.

I hope this helps?

Cor.

well Quicken is pretty Big (found it out after some Googling ) , but for
instance here in the Netherlands the market is overflooded with
company`s that make simular software ( Exact , Baan , Unit 4
,Snelstart , etc etc ) so i don`t think that a companny like Quicken
will get a foot on the ground here ,, so that`s why probably most Dutch
programmers scratch there head .
about the nummeric pad control ,you can easily make your own
usercontrols with VB ( 6 and .Net ) that is pretty standard stuff
after some googling you will probably find a few dozen of them already
made for you ( save you some work )

Michel Posseth [MCP]
Nov 21 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
23290
by: Randell D. | last post by:
Folks, I have a box that expects numeric input - I'd like to test for it (yeah, I'll have service side checks too but also want client checks). How can I test that my input is numeric - and numeric could mean positive or negative floating numbers For example: return true for 1, 1.5, -1, -4.25 and return false for any other non-numeric input...
2
5554
by: Sam | last post by:
Why isn't there a numberBox Windows Form control like a textbox control but for numeric (float) input? There doesn't seem to be any easy or visual solution to this VERY SIMPLE ISSUE in either version of Visual Studio. I simply wanted to create a Windows app where a user could enter miles or kilometers, gallons or liters, and see the other in the adjacent box. The form was easy but the textbox control would not let me cast any number of...
7
3942
by: BBFrost | last post by:
I'm receiving decimal values from database queries and placing them on a report page. The users want to see the following .... Db Value Display Value 123.3400 123.34 123.0000 123 i.e. I want to trim trailing zeros and (decimal point if no decimal values
2
1917
by: MrNobody | last post by:
I just noticed that a numeric up/down will let you manually type in any number even if it is beyond the min/max range you specified. The control will not actually return this value if it is beyond the min/max but it won't give you any indication that the value you typed in is out of range. Any way to get around this so a user typing in a number out of range will get some kind of warning ?
16
8403
by: Keith | last post by:
Am I crazy - to be shocked that there is no Numeric, Alpha, and AlphaNumeric Property in on the Textbox control I searched and searched - and found other people's code - but they don't work perfectly. Some do only allow numeric - but you cannot backspace. Maybe that is "good enough" - but surely it is not that difficult to have a textbox that only accepts numeric values and backspaces.
11
4576
by: Keith | last post by:
I apologize for those of you who think I'm posting on the same topic. It is not that I don't appreciate all of your comments - and I'm definitely reading them all - but I think I have a differing opinion of how I want to handle the 'user experience' in the application I'm creating. While I know I could allow the user to enter in number and alpha text - in a text box - and then tell them when the execuate a command "This is not numeric data", I...
20
3720
by: MLH | last post by:
120 MyString = "How many copies of each letter do you need?" 150 MyVariant = InputBox(MyString, "How Many?", "3") If MyVariant = "2" Then MsgBox "MyVariant equals the string '2'" If MyVariant = 2 Then MsgBox "MyVariant also equals the value 2" 160 If MyVariant = "" Then HowManyCopies = 1 170 If Not IsNumeric(MyVariant) Then HowManyCopies = 1 MsgBox "OK. HowManyCopies has a value of " & CStr(HowManyCopies) 180 For i =...
2
2917
by: Chad | last post by:
I have a textbox control, txtMeasurement, that I want to allow only numeric decimal input. I thought to use a client side validation control to ensure that the data entered is of type "Double". 'Measurement Validation (Range Validator) Dim MeasurementRangeValidator As New RangeValidator 'validate that the measure is numeric MeasurementRangeValidator.ControlToValidate = txtMeasurement.ID| MeasurementRangeValidator.Display =...
4
2083
by: JotaO | last post by:
Hi! Can anyone tell me where can i find a free control (textbox style) that allows me to input numeric/currency data securelly? TIA JotaO
6
2245
by: Jon Slaughter | last post by:
I would like to use the numericUpDown in it standard way but have to features. I would like to display items instead of numbers that amp to the numbers and have the control be "cyclic" in the sense that once it reaches its maximum value it goes to its min and vice versa. What I essentially want is to display something like SomeArrayList instead of Value. I tried to override the UpdateEditText but the problem is that now the user can...
0
10069
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9904
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9884
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7285
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6556
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5168
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5324
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3828
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2697
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.