Hi all, I've been using Win32::GUI for a while now and regularly scanning the archives of this list. At long last, I finally have something worth posting to the group about...
In a number of my applications I have found that my lisview/comboboxes etc. tend to represent either a subset of a database table or a collection of objects. Because of the nature of this kind of work, I am often hiding primary keys in 0-width columns in listview or writing subs to check the selection on a drop-down and return some other value. I decided that it was time to whip up some wrapper modules that do all of this for me. It seems to me like it would be a pretty handy thing to have around, so here are a few questions for the group: Have any of you done this sort of thing before? If so, can I have a look? Does this make any sense? Any helpful suggestions? -Ariel