I wonder how LISTVIEW_AddRow() manages memory.
I can see it is working very well, whoever I have a table of data which I need to display, and this table adds one line per day.
So when my program runs it loops on all the lines in this table and calls LISTVIEW_AddRow() for each line.
What is the memory requirements, will my program crash after n days? (if AddRow allocates memory, it will fail some time)
If yes, how to overcome (user can scroll up or down).
Thanks,
Johanan
I can see it is working very well, whoever I have a table of data which I need to display, and this table adds one line per day.
So when my program runs it loops on all the lines in this table and calls LISTVIEW_AddRow() for each line.
What is the memory requirements, will my program crash after n days? (if AddRow allocates memory, it will fail some time)
If yes, how to overcome (user can scroll up or down).
Thanks,
Johanan