Ver Mensaje Individual
  #5 (permalink)  
Antiguo 21/12/2006, 17:23
Avatar de erick_arcini
erick_arcini
 
Fecha de Ingreso: julio-2005
Ubicación: Jaltenco / DF
Mensajes: 1.723
Antigüedad: 19 años, 7 meses
Puntos: 50
Re: tooltip text siempre vistoso

Aqui te dejo la funcion que me acabas de dar ya modificada

EN CODIGO
tool.Active = true;
tooltipFocus(tool);

EN FUNCION

public void tooltipFocus(ToolTip tip)
{
if (tip.Active)
{
tip.ShowAlways = true;
tip.IsBalloon = true;
tip.AutoPopDelay = 500000000;
tip.InitialDelay = 100000;
tip.ReshowDelay = 0;
tip.Show("tu text", sobre_que_control, posX, posY, 500000);
}
else
{
tip.Hide(sobre_que_control);
}

}
__________________
Mejoremos nuestro país, ayudemos al planeta... próximamente.