View Single Post
  #5 (permalink)  
Old 11-14-2009, 10:42 AM
Maki25 Maki25 is offline
Junior Member
 
Join Date: Sep 2009
Posts: 32
Default

Quote:
Originally Posted by klaus View Post
Could you also post the code you are using, so we can have a look how you display the fotos.

Best regards.
I usually just use these codes

image1.loadimage("\MiImage.png")
Form1.Image=opendialog.file

opendialog1.Filter="Image Files|*.PNG"
If opendialog1.Show<>cCancel Then
FileCopy( opendialog1.File, FileName (textbox2.text & ".png"))
end if
etc..

but when the image charge directly from the properties pane of any object, it is the same, it looks bad.

But only happens with some ...
Could you upload a picture up on your device and load it into a form or other object?

My device is a Toshiba TG01, is it possible that my device?
The photos look good for the picture viewer WM6.1

Gracias y un saludo
Reply With Quote