finitesimian
Programmer
I have three questions regarding the 'textbox' control in an attachmate dialog box:
1. Is there a way to limit the number of characters allowed in a textbox control? In Vb.net, I can do this by using either a maskedtextbox, or the 'textbox.Maxlength' property. I haven't found a way to do this in attachmate-basic.
2. Is there a way to limit the textbox control to numeric input? I can also do this in vb.net using the 'masked textbox'.
3. Is there a way to make the cursor automaticly tab to the next textbox/previous textbox if user uses the backspace (I already know how to set the tab order BTW).
Reason I need this (if it's possible) is because I'm attemtping to create a dialog box for phone numbers. Thanks in advance.
1. Is there a way to limit the number of characters allowed in a textbox control? In Vb.net, I can do this by using either a maskedtextbox, or the 'textbox.Maxlength' property. I haven't found a way to do this in attachmate-basic.
2. Is there a way to limit the textbox control to numeric input? I can also do this in vb.net using the 'masked textbox'.
3. Is there a way to make the cursor automaticly tab to the next textbox/previous textbox if user uses the backspace (I already know how to set the tab order BTW).
Reason I need this (if it's possible) is because I'm attemtping to create a dialog box for phone numbers. Thanks in advance.