What is the code for a text box that doesn't accept negative numbers?
Please.
HELP
Started by dionne, Nov 13 2008 06:59 AM
2 replies to this topic
#1
Posted 13 November 2008 - 06:59 AM
|
|
|
#2
Posted 13 November 2008 - 08:32 AM
Um,
I don't really want to just give you the code, but you can use:
I don't really want to just give you the code, but you can use:
If TextBox1.Text < 0 Then TextBox1.Text = "" Else 'What to do if the text box value isn't negative End If


Sign In
Create Account

Back to top









