ok, pero esta un pokitin largo.
aki esta
‘ leer fichero (boton 1)
Dim oFD As New OpenFileDialog
With oFD
.Title = "Seleccionar fichero"
.Filter = "Ficheros de texto (*.txt;*.ini)|*.txt;*.ini" & _
"|Todos los ficheros (*.*)|*.*"
.FileName = Me.txtfichero.Text
If .ShowDialog = System.Windows.Forms.DialogResult.OK Then
Me.txtfichero.Text = .FileName
End If
End With
“pasar al datagrid (boton2)
Dim Obj As New List(Of Ren)
Dim ob As Ren
Dim f As Integer
Dim palabra As String
Dim columnas() As String
f = FreeFile()
FileOpen(f, txtfichero.Text, OpenMode.Input)
While Not EOF(f)
palabra = LineInput(f)
columnas = Split(palabra, Chr(9))
ob = New Ren
ob.Col1 = columna(1)
ob.Col2 = columna(2)
ob.Col3 = columna(3)
ob.Col4 = columna(4)
End While
FileClose(f)
DataGridView1.DataSource = Objetos
ese es codigo que utilizo, para que me digas donde tengo el error
plissss ayudame estoy deseperada
.
si gustas pasarme tu mail para explicarte mejor (claro si kieres)