1个回答
展开全部
放一个ImageList, 添加一些内容,
放一个Image 放一个Timer。
void __fastcall TForm1::Timer1Timer(TObject *Sender)
{
static long nIndex = 0;
if (ImageList1->Count==0) return;
this->ImageList1->GetBitmap(nIndex, this->Image1->Picture->Bitmap);
Image1->Refresh();
nIndex = (nIndex+1)% (ImageList1->Count);
}
放一个Image 放一个Timer。
void __fastcall TForm1::Timer1Timer(TObject *Sender)
{
static long nIndex = 0;
if (ImageList1->Count==0) return;
this->ImageList1->GetBitmap(nIndex, this->Image1->Picture->Bitmap);
Image1->Refresh();
nIndex = (nIndex+1)% (ImageList1->Count);
}
追问
首先谢谢你,但是还想问一下,imagelist中的图片能不能直接从网上获取(远端获取),比如自己架设一个http server,然后在上面放置需要的图片,
追答
这个我不会。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询