Dim Inventory() As String = IO.File.ReadAll Lines("inventor y.txt")
Dim query = From line In Inventory
Let data = line.Split(","c )
Let name = data(0)
Let cost = FormatCurrency( data(1))
Let quantitysold = data(2)
Let EndInv = 45 - data(2)
Let totalCostperpro duct = FormatCurrency( data(1) * data(2))
Select name, cost, quantitysold, EndInv, totalCostperpro duct...
User Profile
Collapse
-
how do i get a summary row for a total of all the products sold in datagridview?
-
thanks for letting me know! I was wondering why i could not find my question. how do i move it?... -
How do I make it loop back to Case 0
Public
Class Form1
Dim Evaluate As Integer = 0
Dim answer As Integer = 0
Private Sub form1_load (...) Handles MyBase.Load, btnTrue.Click, btnFalse.Click
txtevaluate.Cle ar()
Select Case Evaluate
Case 0
txtanswers.Text = "statement 1"
Case 1
txtanswers.Text = "statement 2"
Case 2
txtanswers.Text = "statement 3"
Case 3...
No activity results to display
Show More
Leave a comment: