Is there any way to implement a grid or a table in win32gui? i'm in need of a way to display the output from a database query, and wish to have a clean way to format the data, and a way for the user to edit information (editing does not have to be in the grid implementation itself. it can be an external edit control). essentially i need to be able to retrive the row and column position that the user selects in the dataset, to allow them to edit particular elements. thanks.