Quote:

Apparantly this isn't a KixForms problem but a .Net problem I have a similar problem using VB.Net. Haven't figured it out yet either :/




This ugly solution did the trick

Code:
 Do 
$Bitmap.dispose
$Panel1.BackgroundImage = $Orginal ; This is other bitmap
Del $photo
Until @ERROR = 0



Edited by pvds (2006-10-13 05:14 AM)