-
Two are related, 1 isn't:
1&2 : How do i add an item to each column of a listbox w/ more than one column, and is there a way to select a whole row of list items in that same listbox?
3 : How do i include scroll bars to a form when the form gets below a certain size?
-
nobody? for any of them??
-
I can't help you but why you dont do a LIST BOX
????
-
If you want to use list box columns then you either let the first column fill then go to the next OR use tabs. To set tabs you need to call the API, then you can select the whole row but not just one column. The API has been documented here lots of times, just do a search on listbox, tab, API.
What you need I think is a listview control.
There was a scroll bars on a form article here recently, just follow the articles or tips link from this page.
-
<?>
there is a demo of scrollbars on a form here
[Edited by HeSaidJoe on 09-07-2000 at 05:11 AM]