how come in the win32 help file it says that u shud use the WC_TREEVIEW class name for a tree control, when it only really works with 'SysTreeView32'?? (thank god for iczelion's tutes!) :confused:
i just wasted a good deal of time trying to figure out where i was going wrong (shud've hit ic's tutes rite away), then when i finally looked it up here i found that the only thing i had to do was replace WC_TREEVIEW with SysTreeView32
i just wasted a good deal of time trying to figure out where i was going wrong (shud've hit ic's tutes rite away), then when i finally looked it up here i found that the only thing i had to do was replace WC_TREEVIEW with SysTreeView32
WC_TREEVIEW (#defined in commctrl.h) is the name of the (Windows) tree control class: namely, SysTreeView32.
makes sense now, thanks :alright: