Search results for query: *

  • Users: kaddu747
  • Content: Threads
  • Order by date
  1. K

    listbox - topindex

    So I'm designing a listbox with employee names.The listbox itself can't "show" more than 10 names. So I am supposed to show the newest entry after 10 names on top.
  2. K

    textbox validation

    So I'm making a form where I need to have the textbox input as a required field - so can't be blank must be numeric must be a positive number must also be an integerI have the validation down to check if the input is numeric and if it's positive...how to do an integer and entry check... im...
  3. K

    test score form

    So i' new to VB.NET and im making a windows form where the user inputs testscores and the form updates total number of scores added,average score,best score,number of scores. I also need to validate the user's input not only as a number but also as an integer.I figure i need a while loop to do...
Back
Top