资源简介
WinForm 实现图片滚动
拖一个Timer和一个Panal控件
#region 把picbox绑定到Panal的最右边
private void GetImagePath(string strImagePath)
{
//1.在窗体中拖一个Panal控件
//2、定义一个PicBox用来存储图片,picbox的高度、宽度与Panal的高度相同
//3、实现图片从右向左滚动:picbox.left=panal.right-picbox.Width
_pb
评论
共有 条评论