D
Dave Pkz
Diving into the .net CF, I am surprised to find many of the basics
unavailable: for example: ListView.OnDoubleClick? ListViewItem.Tag?
I understand that the CF takes out a lot of functionality (ergo: the
term "compact"), but what confuses me is that the features i'm
interested in ARE available with eVC++ 4 (using MFC), so it can't be
that the OS doesn't support them.
I have to think I'm missing something obvious (could someone explain?)
or do we need to use eVC if we want to use these basic functions?
(after all, how usable is a ListView if you can't associate some
external data with each item? or respond to a doubletap?)
thanks for any insight you can give
dave
unavailable: for example: ListView.OnDoubleClick? ListViewItem.Tag?
I understand that the CF takes out a lot of functionality (ergo: the
term "compact"), but what confuses me is that the features i'm
interested in ARE available with eVC++ 4 (using MFC), so it can't be
that the OS doesn't support them.
I have to think I'm missing something obvious (could someone explain?)
or do we need to use eVC if we want to use these basic functions?
(after all, how usable is a ListView if you can't associate some
external data with each item? or respond to a doubletap?)
thanks for any insight you can give
dave