Ver Mensaje Individual
  #2  
Antiguo 13-09-2007
Avatar de seoane
[seoane] seoane is offline
Miembro Premium
 
Registrado: feb 2004
Ubicación: A Coruña, España
Posts: 3.717
Reputación: 24
seoane Va por buen camino
Prueba con esto:
Código Delphi [-]
SetWindowLong(Handle,GWL_STYLE,GetWindowLong(Handle, GWL_STYLE ) or WS_CAPTION);
SetWindowPos(Handle, 0, 0, 0, 0, 0, SWP_FRAMECHANGED or SWP_NOMOVE or SWP_NOREPOSITION or SWP_NOSIZE or SWP_NOACTIVATE);

PD: Perdón por tardar tanto, pero tengo las patas de liebre poco entrenadas
Responder Con Cita