c++.windows.32-bits - Listview
- Steve & Denise De Chellis (6/6) May 24 2002 Is it possible to do a listview control with the api?
- Jan Knepper (6/7) May 25 2002 Yes.
Is it possible to do a listview control with the api? Or Group several listboxes together to use one scroll bar and select one selects all in same row? Thanks Steve De Chellis
May 24 2002
Steve & Denise De Chellis wrote:Is it possible to do a listview control with the api?Yes. WC_LISTVIEW Thus use WC_LISTVIEW as window class in the CreateWindow or CreateWindowEx. Jan
May 25 2002