Ver Mensaje Individual
  #4  
Antiguo 28-04-2008
Avatar de roman
roman roman is offline
Moderador
 
Registrado: may 2003
Ubicación: Ciudad de México
Posts: 20.269
Reputación: 10
roman Es un diamante en brutoroman Es un diamante en brutoroman Es un diamante en bruto
En lugar de

Código Delphi [-]
const
  shgfiIconIndex = SHGFI_SYSICONINDEX or SHGFI_USEFILEATTRIBUTES;

usa
Código Delphi [-]
const
  shgfiIconIndex = SHGFI_ICON or SHGFI_USEFILEATTRIBUTES;

// Saludos
Responder Con Cita