3 Replies - 8734 Views - Last Post: 09 August 2009 - 11:02 AM Rate Topic: -----

#1 gayatrilaxmi  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 1
  • Joined: 11-July 08

Picture box and timer control

Post icon  Posted 11 July 2008 - 02:30 AM

I did a sample window application for retrieving image from sql server database.I included a button for retriving it. Now I need to retrieve automatically all the images in the database on to the picture box.I think it can be possible using timer control also I want to change the images in the picture box for every 15 secs.I dont have any idea how to do it.Plase help me.
Is This A Good Question/Topic? 0
  • +

Replies To: Picture box and timer control

#2 zakary  Icon User is offline

  • D.I.C Regular
  • member icon

Reputation: 27
  • View blog
  • Posts: 427
  • Joined: 15-February 05

Re: Picture box and timer control

Posted 11 July 2008 - 05:13 AM

are you looking to make some kind of slide show on your application.
Was This Post Helpful? 0
  • +
  • -

#3 eclipsed4utoo  Icon User is offline

  • Not Your Ordinary Programmer
  • member icon

Reputation: 1511
  • View blog
  • Posts: 5,916
  • Joined: 21-March 08

Re: Picture box and timer control

Posted 11 July 2008 - 07:10 AM

you could return all images as an ArrayList, then every 15 seconds, you just iterate to the next item in the array.
Was This Post Helpful? 0
  • +
  • -

#4 azel666  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 1
  • Joined: 09-August 09

Re: Picture box and timer control

Posted 09 August 2009 - 11:02 AM

can anyone help me with that code plz need help with that for the exam next week .
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1