R
Richard Lewis Haggard
I'm developing in C#. When my app is deployed to either the emulator or my
little iPAQ running 2002, there are problems with the application finding
bitmaps and icons. Obviously, I'm doing something wrong but what?
For example, I make a dialog box that has a picture control. The picture is
associated with a bitmap. At runtime, the picture control fails to find its
bitmap file and throws an exception. I'm assuming that the reason that the
application is not displaying an icon is because of much the same sort of
problem.
So - what do I need to do in order for the picture controls and icons to
properly load their associated bitmaps?
little iPAQ running 2002, there are problems with the application finding
bitmaps and icons. Obviously, I'm doing something wrong but what?
For example, I make a dialog box that has a picture control. The picture is
associated with a bitmap. At runtime, the picture control fails to find its
bitmap file and throws an exception. I'm assuming that the reason that the
application is not displaying an icon is because of much the same sort of
problem.
So - what do I need to do in order for the picture controls and icons to
properly load their associated bitmaps?