473,769 Members | 7,355 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Numeric / Currency control

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

Jun 3 '06 #1
4 2083
Jota,

It is standard

http://msdn2.microsoft.com/en-us/lib...edtextbox.aspx

I hope this helps,

Cor

"JotaO" <an******@antis pam.com> schreef in bericht
news:%2******** ********@TK2MSF TNGP03.phx.gbl. ..
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

Jun 3 '06 #2
Although not free, can look at Klik! EntryLib.Net, it contains ELEntryBox
control for different validation types including numeric/currency. The look
of the ELEntryBox control (And other controls in the package aswell) is
awesome by the way...

http://www.kliksoft.com/

Regards,

Özden

"JotaO" <an******@antis pam.com> wrote in message
news:%2******** ********@TK2MSF TNGP03.phx.gbl. ..
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

Jun 3 '06 #3
Hi Cor

I've been around masked but it won't work for what I want.

It works ok for telephone numbers or zip codes or anything that you know
from the beginning how many digits and what is the format.

But if u want to input a "money" number it could be -999,35 or 992.210,25 or
something completely different.

And I couldn't make it work with masked.

I'm I wrong?

Thanks.

Jota


"Cor Ligthert [MVP]" <no************ @planet.nl> escreveu na mensagem
news:#V******** ******@TK2MSFTN GP04.phx.gbl...
Jota,

It is standard

http://msdn2.microsoft.com/en-us/lib....maskedtextbox.
aspx
I hope this helps,

Cor

"JotaO" <an******@antis pam.com> schreef in bericht
news:%2******** ********@TK2MSF TNGP03.phx.gbl. ..
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


Jun 6 '06 #4
Hi

It must be free. I won't earn any money with this. I'm offering my time. I
don't want to have any more expenses.

Thanks anyway

Jota


"Özden Irmak" <ozdenirmak (at) isnet.net.tr> escreveu na mensagem
news:OH******** ******@TK2MSFTN GP02.phx.gbl...
Although not free, can look at Klik! EntryLib.Net, it contains ELEntryBox
control for different validation types including numeric/currency. The look of the ELEntryBox control (And other controls in the package aswell) is
awesome by the way...

http://www.kliksoft.com/

Regards,

Özden

"JotaO" <an******@antis pam.com> wrote in message
news:%2******** ********@TK2MSF TNGP03.phx.gbl. ..
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


Jun 6 '06 #5

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

Similar topics

2
9614
by: Dalan | last post by:
This should not be an issue, but it is. I'm sure that someone knows what little piece of code is needed too persuade Access 97 to include a currency format for labels (Avery, mailing type). Have had no problems with currency formatting on reports - just the labels. Doesn't matter if the associated field in the Table and Form have Format as Currency, because on the labels (for instance $50.00) prints as: 50 The only way to get it to print...
5
16198
by: Dmitry Karneyev | last post by:
How to make TextBox control that allows to input only numerics, currency etc ? Or can I download such stuff ?
9
1377
by: Bernie Yaeger | last post by:
I'm trying to control the textbox keypress event to deal with a "." such that it disallows a second "." and no characters after 2 numbers beyond the "." (thus a currency value). I have no problem with the numeric characters, but I am using this to identify how many chars are after the ".", but it's not working: Dim pos As Integer pos = InStr(1, ratevar1.Text, ".")
16
8406
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
4578
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...
3
6697
by: Aaron Smith | last post by:
I found an quick and dirty example of a numeric text box that converts the string to a currency mask.. Here is the code: Public Class NumericMaskedTextBox Inherits System.Windows.Forms.TextBox Private Sub NumericMaskedTextBox_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles MyBase.KeyPress 'the key press is not in the string (of numerals) If InStr(1, "0123456789.", e.KeyChar,...
11
2257
by: Pieter | last post by:
Hi, I'm having some troubles with my numeric-types in my VB.NET 2005 application, together with a SQL Server 2000. - I first used Single in my application, and Decimal in my database. But a Single with value 4.475 was converted to a Decimal with value 4.4749999999999996D. So after inserting and selecting it from the database I got another value than the original!
7
9018
by: Jose | last post by:
How obtain a textbox numeric with 2 decimals and formated. Example: 234,898.90. The idea is not permit introduced twice point decimals and show it professionaly. Thanks
2
686
by: jgscott3 | last post by:
I have a query that simply totals a number of fields from a linked table. If I run it several times, it works fine for a couple of runs and then inexplicably returns a numeric field overflow error message. If I then open it in design view and change the format of any total field (it doesn't seem to matter which one!), it will again run fine a couple of times. Then the error message will occur again. Can anyone please explain this and...
0
9423
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10216
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...
1
9997
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,...
0
9865
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7413
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
6675
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
5448
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3965
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
2815
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.