Le immagini in che formato sono e che dimensione hanno...?
Mostra il codice...
Alcune volte questa soluzione risolve:
Private Sub Form_Current()
With Me
' Hide the built-in navigation buttons
.NavigationButtons = False
' Assign new image path to the
' image control's Picture property
.imgImageDisplay.Picture = .ImagePath
' Turn the built-in navigation buttons back on
.NavigationButtons = True
End With
End Sub