TEXT MULTIPLAS LINHA
Preciso que o Focu do Textbox caia direta na segunda linha na hora que o meu formulario seja inicializado
Se o TextBox já tiver algum texto, você pode usar isso, no Form_Load:
Text1.SelStart = InStr(1, Text1, vbCrLf) + 2
Flw!
Text1.SelStart = InStr(1, Text1, vbCrLf) + 2
Flw!
Porque já deve ter um texto nele...
texto1 enter texto2
Se você quer setar sem nenhum texto, tem que utilizar API.
texto1 enter texto2
Se você quer setar sem nenhum texto, tem que utilizar API.
Tópico encerrado , respostas não são mais permitidas