关于animatewindow()的使用
lxl 2003-09-09 11:49:41 用以下代码,为什么在动画时看不到图片?
procedure Tsplashfrm.FormShow(Sender: TObject);
begin
image1.picture.loadfromfile(extractfilepath(application.exename)+'bmp\splash.bmp');
animatewindow(splashfrm.handle,1200,AW_HOR_POSITIVE);
image1.picture.loadfromfile(extractfilepath(application.exename)+'bmp\splash.bmp');
end;