Ver Mensaje Individual
  #2 (permalink)  
Antiguo 19/05/2006, 16:57
Martin2006
 
Fecha de Ingreso: mayo-2006
Mensajes: 45
Antigüedad: 18 años, 6 meses
Puntos: 0
ya lo logre, gracias igual y dejo el codigo por si a alguien le hace falta.
Dim X As String
Dim A As Boolean
X = ComboBox1.Text()
If X <> "" Then A = "True" Else A = "False"
If A = True Then
My.Computer.FileSystem.WriteAllText("C:\Historial. txt", X, True)
My.Computer.FileSystem.WriteAllText("C:\Historial. txt", "¶", True)
TabPage1.Text = X
End If