dear all,
i'd like to apologize if this question incidentally have been asked before.

i am building an inventory application.
I have one trouble - which until now not solved yet - in delivering the view of the data.
I wonder, if there is any way to view the data with HTML component such as <TABLE> in vb 6 ? the data will be taken from MSSQL using ADO, and will be shown in a VB6 form, inside a table, but the table is not a DataGrid, or FlexGrid, or another grid, because i have a hard experience in programming those GRID things. I think the solution is, If only I can insert the HTML TABLE object into one of my FORM, and from that FORM i can control or modify the <TABLE> value, spanning the column, inserting an event, just like HTML things ..

i'd be very thankful in every reply

rgrds,


szpilman