Ver Mensaje Individual
  #4  
Antiguo 10-09-2010
Avatar de raciellc
raciellc raciellc is offline
Registrado
 
Registrado: ago 2010
Posts: 9
Reputación: 0
raciellc Va por buen camino
Ayuda con el AnimateWindow

Hola chicos del Foro...

Bien, yo kiero usar el AnimateWindow en mi form. pero siempre ke lo corro me dice el siguiente error:

[Error] Unit2.pas(279): Undeclared identifier: 'AnimateWindow'
[Error] Unit2.pas(279): Undeclared identifier: 'AW_HOR_NEGATIVE'

el codigo ke uso es el siguiente:

FrmBuscaLaCancion.BringToFront;
AnimateWindow(FrmBuscaLaCancion.Handle,100, AW_HOR_NEGATIVE);
FrmBuscaLaCancion.Show;

ya estoy usando el ShellAPI, en uses...

alguien me podria decir ke estoy haciendo mal?
Gracias...

Saludos...
Responder Con Cita