How to implement a FIFO listcontrol in MFC ?

Posted by srimal on Stack Overflow See other posts from Stack Overflow or by srimal
Published on 2010-04-24T13:57:28Z Indexed on 2010/04/24 14:03 UTC
Read the original article Hit count: 191

Filed under:
|
|

I need to implement a list control using MFC with the number of lines being fixed. It should Use FIFO with the number of lines being a fixed number. Is there an inbuilt option to this? Or a programmable method.

© Stack Overflow or respective owner

Related posts about mfc

Related posts about listcontrol