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"))));
....}
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"))));
....}