Hello,
I'm trying to make a photo slide show in VB6. I'm trying to get the right size for my pictures, they have to fill up the screen entirely. It works with the first picture. But when a picture has another resolution it gets the same shape as the picture that was showed before.
I've got this so far:
[CODE=vb]Private Sub Form_Load()
Timer1.Interval = 1000
Timer1.Enabled = True
...