Re: WM2003SE toolbar bug-fix required
From: Robert Levy [MS] (rlevy_at_online.microsoft.com)
Date: 10/15/04
- Next message: Robert Levy [MS]: "Re: Knowing if app is running in emulated QVGA mode on a VGA device"
- Previous message: Anthony: "Managed to Unmanaged Question"
- In reply to: Peter Mauger: "WM2003SE toolbar bug-fix required"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 15 Oct 2004 11:32:45 -0700
Is this on a 2003 Second Edition device? Check out the "Display" section of
the Migration FAQ:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/migration_developers_faq.asp
-- Robert Levy Program Manager Mobile Devices Product Group http://blogs.msdn.com/windowsmobile This posting is provided "AS IS" with no warranties, and confers no rights. Peter Mauger wrote: > After having problems getting my toolbar to display images I've found > the likely source of the problem. The problem arises when an > imagelist is populated in the design view of VS2003 (possibly other > versions as well), meaning the images are stored in the resource list > for the project, and then the ImageList property of a toolbar is set > to this imagelist. > > When the toolbar processes the imagelist it *seems* to remove the > images from the ImageList.Images collection without altering the > collection object itself (the count remains the same, for example). > So my imagelist says it has 6 images, but when I (using the command > window) try and access the images (using array notation ie > imageList1.Images[0]) a System.Exception is thrown. Only the image > list referenced by the ImageList property of the toolbar is effected. > > The result is that the developer MUST reference files external to the > application's resources for the toolbar (only the toolbar seems to > exhibit this problem) to work. If this could be resolved it would be > greatly appreciated.
- Next message: Robert Levy [MS]: "Re: Knowing if app is running in emulated QVGA mode on a VGA device"
- Previous message: Anthony: "Managed to Unmanaged Question"
- In reply to: Peter Mauger: "WM2003SE toolbar bug-fix required"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|