Quote Originally Posted by jmcilhinney View Post
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 ?

Quote Originally Posted by jmcilhinney View Post
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

Quote Originally Posted by jmcilhinney View Post
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