First, I am having trouble using a Grid Control. When I try to place
the Grid Control in a Dialog I get an access violation and the
Development System shuts down. All other controls work.
Second, is there some way to input data into a ListBox such that data
is displayed left-to-right and top-to-bottom. Right now, as data is
entered, it is input top to bottom until the column is filled up then
jumps to the next column. I would like to display data in a row
format such that as data is entered it goes to column 1, column 2, etc
then jumps to the next row.