Problem with imageList when running on Windows Mobile 2003 SE

G

Guest

I have developed a CRM-Application that uses imagelists for treeviews etc. It
runs perfect on Windows Mobile 2003 PDAs, but it seems to have a big Problem
with the second edition. When calling the this.imageListPocketPS.Images.Add
(...)-method, an exception is thrown with no further information.
Can anybody help me on this issue?

Thanks in advance,
Mike


private void InitializeComponent()
{ ..
this.imageListPocketPS.Images.Add(((System.Drawing.Image)(resources.GetObject("resource"))));
....}
 
G

Guest

Thank you Peter,

and of course it's an iPaq 4700 that has the Problem, but can you help me
with the service pack. It just consists of CAB-files, and i can't just
replace them with the old ones, or can I?

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top