Modifying A Vc++ App To Add A Table/list Summary

I have a sample VC++ app for a task which displays all messages it gets from an interface, e.g.
ID=123 MSG=01 23 45 90 92

I need a table added with 4 columns, one showing unique IDs ordered, then 3 showing the last 3 messages received with that ID.

Should that all go fine, I also need some event handling based on specific messages that come in.

Should be a dead quick job for anyone with some knowledge of VC++ i’m sure!

Leave a Reply

Your email address will not be published. Required fields are marked *