loading images from device's image folder

Login to reply to this topic.
Mon, 2004-11-15 07:56
Joined: 2004-11-15
Forum posts: 25
hi all,

"my first post to this forum"

I am developing an application where I need to load the image from the device's "Image" folder and then to display those image in a Grid List.

1) how do I access the images from "device's image" folder ?
2) after getting the images will they have to be converted in .bmp format and stored in .mbm file?

regards
dotcdotc

Mon, 2004-11-15 16:42
Joined: 2003-12-05
Forum posts: 696
loading images from device's image folder
2): No, just do the conversion into a memory bitmap and draw that. Use the image conversion utility classes to do the actual conversion.
Thu, 2004-11-18 13:19
Anonymous (not verified)
Forum posts: 2043
loading images from device's image folder
Andreas, thankyou for ur quick response.

well I have come to know that device e.g. 7610 also contains a thumbnail for each image and they can be access using Photo Album APIs but I come to know that most of them are deprecated and I could not find the substitute.

so what should be done?

regards
dotcdotc
  • Login to reply to this topic.