hi , I am creating an application that creates tax documents such as invoices and wanted to know how do you in a listview filled with description and price, take only that part of the price and put it into a textbox...
Thanks and excuse me for bad English, I'm Italian
'Code in the ListView item click
Dim strVar As String=Value 'Example: Italian Sausage $6.55
et.Text = strVar.substring(strVar.indexof("$")) 'returns $6.55