Like C# Corner, I need to display moving Images for yesterday Leader, Is it by Javascript or what, is it addrotator or are you using some Asp.Net control. I need in the Same Manner. Plz reply me...........................
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Bechir BejaouiPosted Dec 21, 2008, 7:44 PM
int i = 0;
public Window1()
{
InitializeComponent();
oImageList.Images.Add(System.Drawing.Image.FromFile(path1));
oImageList.Images.Add(System.Drawing.Image.FromFile(path2));
oImageList.Images.Add(System.Drawing.Image.FromFile(pathn));
System.Threading.Timer oTimer = new System.Threading.Timer(Panorama, null, 0, 3000);
}
private void Panorama(object state)
{
pictureBox1.image = oImageList.Images[i];
i++;
}
Mahesh ChandPosted Dec 19, 2008, 11:07 AM
Mahesh ChandPosted Dec 19, 2008, 11:06 AM
Khan,
It is a JavaScript but I am not sure how. I did not do the coding. The developer is somebody else.