MDI with VC6.0 workspace fileview like function
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I set a treeview toolbar in my MDI project. just like the VC++ 6.0 workspace toolbar,Click the item/filename of the fileview, the related file opens and become active. and insert/delete item of the tree, it will new/close the related doc/file . 1.>how to create a new file for the new item ? 2.>when DbclickTree() happens, how to active the related file? 3.>does the files can searched/sort by filename as the treeview item sort? thanks for ur kind help!