
27/09/2009, 16:47
|
| | Fecha de Ingreso: septiembre-2009
Mensajes: 1
Antigüedad: 15 años, 7 meses Puntos: 0 | |
ayuda uegente hola ,favor necesito ayuda con un programilla que estoy tratando de hechar a andar soy aficionado a visual basic ..bien les cuento es un cliente -servidor ,el problema se me presenta cuando necesito ver una base de datos en un list del cliente ya que este solo recibe un getdata y me lo muestra en una sola linea .
Dim sData As String
Winsock1.GetData sData, vbString
'Label1.Caption = sData
txtPrice.Text = sData
Label4.Caption = sData
Label5.Caption = sData
With List1
.AddItem "Maestro: " & sData
.AddItem "tarjeta :" & sData
.AddItem "rut :" & strOutData
End With
Label3.Caption = "Recibiendo datos"
shpGo.Visible = True
shpWait.Visible = False
shpError.Visible = False |