Mark D. Scudder
April 30th, 2001, 04:46 PM
Gotta wonder how with all these kludges there's any TreeView/ListView software written, *ever*.
First (and big) question: How do I implement some of the functionality of, say, a Microsoft-Outlook-style ListView in my programs? The indenting, the block of text (you know, the blue one) underneath the actual list item, etc? Should I be using a third-party control? And if so, is there one that's free? I'm not cheap, I just figure that Microsoft didn't pay some guy at a software house $900 for an "Outlook-like" ListView OCX when they were writing Outlook :-). Besides the fact that at times like these, I'm sitting here wondering why I spent money *at all* on VB when all the cool stuff is in the aftermarket controls.
Second Question: Why are there thousands of tutorials on VB sites regarding how to put checkboxes in a ListView, when all I had to do was click "Checkboxes" in the control's Custom dialog? And for that matter, why is there a similar number of webpages explaining how one selects a full row in a ListView, when all I've ever had to do was check "FullRowSelect" in the same place?
(I'm asking in part because I'm designing my first app with checkboxes in the ListView, and I'm wondering if those 1,000 lines of code and all the API calls and the somebody-else's-code-I'm-really-never-going-to-understand is easier than the built-in method.)
Thanks,
Mark
-----
Mark D. Scudder
(www.markscudder.com)
First (and big) question: How do I implement some of the functionality of, say, a Microsoft-Outlook-style ListView in my programs? The indenting, the block of text (you know, the blue one) underneath the actual list item, etc? Should I be using a third-party control? And if so, is there one that's free? I'm not cheap, I just figure that Microsoft didn't pay some guy at a software house $900 for an "Outlook-like" ListView OCX when they were writing Outlook :-). Besides the fact that at times like these, I'm sitting here wondering why I spent money *at all* on VB when all the cool stuff is in the aftermarket controls.
Second Question: Why are there thousands of tutorials on VB sites regarding how to put checkboxes in a ListView, when all I had to do was click "Checkboxes" in the control's Custom dialog? And for that matter, why is there a similar number of webpages explaining how one selects a full row in a ListView, when all I've ever had to do was check "FullRowSelect" in the same place?
(I'm asking in part because I'm designing my first app with checkboxes in the ListView, and I'm wondering if those 1,000 lines of code and all the API calls and the somebody-else's-code-I'm-really-never-going-to-understand is easier than the built-in method.)
Thanks,
Mark
-----
Mark D. Scudder
(www.markscudder.com)