Hi,
Is there a way to save the treeview content into a DLL or text file and retrieve it back into treeview quickly
My treeview content is very big when every time the program started it take some time to build it.

Thanks
Posted on 2004-11-06 02:24:45 by QS_Ong
Hi :)

You could try using LockWindowUpdate, this will prevent the changes to be shown to screen when loading data into your treeview control. Other than that, I think the way you're doing it right now is the only one.
Posted on 2004-11-06 21:35:50 by QvasiModo
check these:
http://www.vb-helper.com/howto_treeview_save_load.html
http://www.vb-helper.com/howto_treeview_load_edit_save.html
its a vb code but can help you


bye

eko
Posted on 2004-11-07 08:22:11 by eko
Hi:
Here is my code, but in Sphinx C-- format :-D .
In file MISC.c--, line 1384 function IntellWndProc,
Every time the program load it must parse through some files that is hundred KB big and make the program load slow. :x

Any idea. Please give some suggestion. :)

http://qs-ong.port5.com/C--IDE/C--IDE.zip
Posted on 2004-11-13 01:08:15 by QS_Ong