Re: hmm excell or rtb? : Use Tabs
Hi,
You could try this:
Set the tab stops of your RTB.. may be with EM_SETTABSTOPS message. Then you can concatenate all the strings of one listitem in the list view with vbtabs (and newline in the end) and then add that resulting string to the RTB.
This will automatically arrange & allign them with tabs.
You have to play around with the tab-stops values because they are specified in Dialog Units. Or take a deep plunge into API, and look at MapDialogRect and related funcs.
If you want lines and the like, IDNK.
RK