I'm trying to count the number of words in a string. Note: A word is a sequence of characters seperated by a space.
I know it will not give me the exact number of words, but that is the guild lines I have to follow. Here is the code I use to total the words of any given array. But for some...
I'm having trouble with the following code: On my form I have two list boxes and one datagrid. In the first listbox(lstCustomer) the user selects the customer name. The second listbox(lstInvoiceDate) has all of the selected customer's invoices. The datagrid then displays the invoice deatails of...
Hello,
I'm a newbie to VB.NET and I'm having troubles loading an 2 dimensional array from a file. My code looks something like this:
Dim rows As Integer = 4
Dim columns As Integer = 5
Dim myArray(,) As Integer
Dim x As Integer = 0
Dim y As Integer = 0...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.