Users Pricing

forum

Home Forums How to periodically change background image – MindStick

How to periodically change background image

Anonymous User 3554 05 Oct 2013

I have 2 forms, frmMain and frmPictures. In frmMain I have a timer whose interval is 5000 (5 seconds). frmPictures has 16 pictureboxes with images already loaded in them. In each timer tick I need to change the frmMain background image.. on startup the background image is the same as picturebox1.
On each timer tick, the program should randomly select a PictureBox in frmPictures and change the background image of frmMain to the image of the selected PictureBox.
How do I do this in VB.NET?


1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md