|
-
Mar 11th, 2011, 04:32 AM
#6
Thread Starter
New Member
Re: NULL - Interger input - VB.X (2010)
 Originally Posted by jmcilhinney
Don't use the InputBox function at all... ever. Create a new form with the controls you want and the behaviour you want and then display it by calling ShowDialog.
hurmm... i just want to minimun the form. but i try it first. but can the data form Form-A can be send to Form-B ?
 Originally Posted by jmcilhinney
If you want a numeric TextBox for your form then follow the CodeBank link in my signature and check out my submission on the topic.
http://www.vbforums.com/showthread.php?t=618778 , very nice
 Originally Posted by jmcilhinney
Why would you not allow backspace? What's the user supposed to do if they hit the wrong key?
backspace are not allow because, this program i try to build is to calculate order. so the inputbox is target for, how many set customer want to order.
if they hit wrong key... i will loop back in if-else. until i get integer input.
i still working on it. guide and hint from you are very appreciate
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|