29/10/2014, 14:21
|
| | | Fecha de Ingreso: marzo-2007 Ubicación: Llavallol, Buenos Aires
Mensajes: 220
Antigüedad: 17 años, 7 meses Puntos: 5 | |
Respuesta: Establecer el ancho máximo de un tooltip Hace un substring del texto y listo ;)
Dim str As String
str = txtTexto1.text & vbCrlf & txtTexto2.text & vbCrlf & txtTexto3.text
ttpMuestra.SetToolTip(lblContenido, str.substring(0,tamañomaximo)) |