Hi,
Is there a way to create a form that looks like the Control Panel or
File Explorer, where you have a list of selectable icons and tapping
an icon fires an event?
I realize this can be done by using an empty form, adding bitmaps for
every icon and detect if a tap lies within the bounds of one of these
bitmaps, but I was hoping there might be a simpler way.

Regards,
Søren Snehøj Nielsen
Denmark

Re: "Control Panel-like" form? by Chris

Chris
Mon Jan 24 09:48:19 CST 2005

Yes, use a ListView just like Explorer or the COntrol Panel do.

--
<ctacke/>
www.OpenNETCF.org
Your CF searches start and end here


"S?ren Sneh?j Nielsen" <ssnielsen@gmail.com> wrote in message
news:7d73848b.0501240722.413e324@posting.google.com...
> Hi,
> Is there a way to create a form that looks like the Control Panel or
> File Explorer, where you have a list of selectable icons and tapping
> an icon fires an event?
> I realize this can be done by using an empty form, adding bitmaps for
> every icon and detect if a tap lies within the bounds of one of these
> bitmaps, but I was hoping there might be a simpler way.
>
> Regards,
> Søren Snehøj Nielsen
> Denmark