hello,
I have a csv file that has 13 columns. Some columns are filled, some are blank. What I need to do is pull up the csv file, read the columns into a list or array and then put each column into its own variable that can be referenced in an email script that I've already written.
Here is my code so far where my output is all of my columns but I'm stuck after this. Any help would be greatly appreciated!
...
Search Result
Collapse
3 results in 0.0042 seconds.
Keywords
Members
Tags
-
csv columns into variables
-
email reader fail
I am trying to create an email reader in vb.net 2008 but when I use the following code I get an error message saying
"Unable to read data from the transport connection: An established connection was aborted by the software in your host machine."
Code:Imports System.Net.Sockets Imports System.Text Public Class Home Private Sub GetMailButton_Click(ByVal sender As System.Object,
-
Reading Barcode to TextBox
Hello Everyone,
I need code to get barcode data from usb barcode reader to textbox
Please provide me