Forum: VB.NET Mar 2nd, 2008 |
| Replies: 3 Views: 2,216 |
Forum: VB.NET Mar 1st, 2008 |
| Replies: 3 Views: 2,216 Sorting Array I am making a program which has two arrays, both are strings. I want to sort the second string alphabetically and the first string needs to go with the second string. I then need to display them... |
Forum: VB.NET Feb 28th, 2008 |
| Replies: 7 Views: 4,359 Limit Text box input I need to be able to limit the text entered into a text box, I need to make it so that only whole numbers can be entered and not decimal places. I have already limited it to just Numbers but need... |