ComboBox DataField [duda]

Iniciado por Enemy, 7 Junio 2009, 18:45 PM

0 Miembros y 2 Visitantes están viendo este tema.

Enemy

Si, el multiline esta a "True" y tambien tiene el "text1.text = text1.text + "texto"
pero se agrega al lado, como hago para agregarlo abajo?

Dessa

text1.text = text1.text +  vbnewline + texto
Adrian Desanti

Enemy

Cita de: Dessa en  7 Junio 2009, 22:52 PM
text1.text = text1.text +  vbnewline + texto


Text1.Text = Text1.Text + "Texto" + vbNewLine

:P asi.

Muchas gracias :D